-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PacketReader::processMessages: not found msgID=4, msglen=19, from #1576
Comments
Probably the DbMgr component is not running. Often this means some kind of database connection problem. Check the dbmgr log for the first error. The logs are in the "your_assets_directory/logs" directory. |
Those log messages are fine. Please show the entire |
Then I tried the latest version of 1.x.x, I got the problem of log4.. So difficult for me to use this.. |
Can you use this? Which version is useful? |
I ran into a similar issue on Ubuntu 20.04. I couldn't build KBEngine due to openssl version. I used an older compiler version (gcc-5 instead of gcc-9) and it worked. Perhaps something similar will work on Windows as well. https://github.com/ve-i-uj/shedu/blob/develop/deploy-scripts/compile_kbe_ubuntu.sh#L18 |
The latest version of KBE is building fine on CentOs7 and Ubuntu18. I've never compiled kbengine on Windows. |
I use the centos 8.5.. Then I got the openssl problem. |
If you have Linux, you can try deploying KBEngine on your Linux host using my project. It should to build and start kbengine for a few minutes. It fits fine for non-production developing. https://github.com/ve-i-uj/shedu (the project requires Docker and Docker-Compose installed) |
这个问题跟DB MGR没关心,用ubuntu正常开启dbmgr后,一样报这个错 |
reply: kbe, date: 2018-02-08 09:57:39, |
那要怎么解决这个报错问题呢。。 |
不用管 |
我unity客户端点击注册和登陆后,服务器就会报这个错,然后客户端不会跳转到选角色界面,哪里问题? |
You can try to find out the problem by Wireshark (or tcpdump) to view net packages in the moment of the problem. It will be easier to filter the traffic of the engine specifically if the cluster is running on a virtual machine or it's running by Docker. In this case, KBE network traffic can be filtered by IP address. |
Need more information about your environment to help you.
All the log files from the "logs" directory when the error happended are needed. |
PacketReader::processMessages: not found msgID=4, msglen=19, from。。这种问题怎么排查修复。。照着readme启动,看日志都没问题。。
日志里大量
WARN root [2022-10-24 21:59:15,756] - Machine::onFindInterfaceAddr: cellapp not found dbmgr.
The text was updated successfully, but these errors were encountered: