英文:
AzerothCore - Stuck at 'Connected' after logging in
问题
我似乎在登录我的AC服务器时遇到间歇性问题。只有4个人使用它,而且已经运行了几周。但是,有时我们会在登录时卡在“已连接”消息。
我的realmlist表已经正确设置,因为大多数情况下系统都正常工作。
已采取的步骤:
- 输入正确的用户名和密码
- 用户已验证
- 系统消息循环:'握手' > '已连接'
然后应该完成连接,我应该连接到世界服务器并看到我的角色列表。
然而,它不能进展到'已连接'之后。有时在连接之前会持续几分钟,有时会话会超时并关闭连接。
有人知道或者是否有任何调试工具可以启用以查看可能的问题吗?
我看到了一些关于截断instance_reset的旧帖子,但这些帖子已经有4年以上了,我不确定为什么那会起作用,或者是否会造成任何损害。
英文:
I seem to have an intermittant issue logging into my own AC server. There are only 4 people that use it, and it has been running for a few weeks. However, there is an intermittant issue where we can get stuck at the 'connected' message while logging in.
My realmlist table is set up correctly, as most of the time the system works.
Steps taken:
-Enter correct username and password
-user is authenticated
-system messages cycle: 'handshaking' > 'Connected'
This should then complete and I should be connected to the world server and see my character list.
However, it does not progress beyond 'Connected'. This some times lasts for several monutes before connecting, or some times the session can time out and the connection is closed.
Does anyone know, or is there any debugging I can enable to see what the issue may be?
I have seen old posts about trunkating instance_reset, however, those are over 4 years old and I am not sure why that would work or if it would cause any damage.
答案1
得分: 1
被卡在“已连接”通常表示与网络有关的问题。请确保没有防火墙阻止从认证服务器到世界服务器的转发。允许的连接数量的限制可能会导致此问题。我建议逐一查看AC维基的“网络”部分,并逐一排除所有可能的原因。
英文:
Being stuck at connected usually indicates issues with networking. Make sure there is no firewall preventing the forwarding from auth to the worldserver. Limitations with the allowed amount of connections could cause it.
I recommend working through the networking
section of the AC wiki and eliminating all possible causes 1 by 1.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论