I've just pushed a new build. I'd remove the hostfile changes and see if this resolves the issue for you. It depends on when the build goes live and how much work it takes to update, sometimes I'm awake and can get started right away otherwise it will have to wait some hours.
hello,mastahg tomorrow FF14 cn server will update to 5.2 and patch url is 'http://ff14.clientdown.sdo.com/buding/5.2setup.rar'. pls notice this ,thanks
Hi mastahg, sorry to bother, I met a problem when using hotkeymanager. I want to register a hotkey to select nearest dummy, and i registered it like this Code: private static void RegisterTargetHotkey() { if (!Hotkeys.Instance.UseTargetKey) return; HotkeyManager.Register(Hotkey.Target, Hotkeys.Instance.TargetKey, Hotkeys.Instance.TargetModifierKey, c => { try { GameObjectManager.GetObjectsByNPCId(541u).OrderBy(i => i.Distance2D()).First().Target(); Log.WriteInfo("target selected"); } catch (Exception e) { Log.Error(e.ToString()); } }); Log.WriteInfo($"HotKey registered: {Hotkey.Target} {Hotkeys.Instance.TargetModifierKey.ToString()} {Hotkeys.Instance.TargetKey}"); } But when I stand front a dummy and press it, the log always shows an exception: but the same callback function runs perfectly fine in reborn console in the same situation. Is this a bug or is there a problem with my calling method? thank you.
This china version often has problems Invalid Session or Session with specified sid does not exist in China region.here is my log
Sorry for the late reply, have been working on globals new update. Considering agil also reports a verification error at the same time, i think its probably a network issue, but since i don't know how agil works I can't say for sure.
i delete agil but also have the problem,so I tried to use VPN when I was using RB。I hope it can solve this problem
hello,mastahg when i use lisbeth this morning,it always happen this error, I'm not sure if this is rb's problem or lis's problem, can you help me to confirm it?
The problem Invalid Session or Session with specified sid does not exist in China region still occurs.here is my log