-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Server Hanging when a certain player logs off #1411
Comments
Thanks for reporting! |
I've had a look at this, and it looks like there is probably some race condition during chunk loading/unloading. I'm not sure at the moment that ID is the cause of the problem. I'll place this issue on-hold for now. |
Hello, The issue happened again today and I did a good bit of testing. I narrowed down the issue to be between ID and AE2. I copied the region file at fault into a world within an instance with those 2 mods (and their libraries) I'll give you the zip of the world if you want to have a look. It's definitely a weird issue : If I break everything from AE2 it fixes it, if I break everything from ID, it also fixes it. And those 2 mods aren't connected in any way so I don't understand lol. They are in the same chunk though. To reproduce :
If you need anything else lemme know ! |
I see, that's interesting. |
Issue type:
Short description:
Hello ! So this is kinda a weird one... We've had a problem with server hanging when a specific player disconnects from the server and we're trying to narrow it down. Today it generated a crash-log : https://gist.github.com/jinkhya/9ba485a2dc430983d1943fc6ad06b3be
Hopefully you can decipher what caused the crash 😅
Steps to reproduce the problem:
Well... I can't tell you how to reproduce it, it only happens with one of our players :(
If you have an idea on what is causing it I can test things out though !
Expected behaviour:
To not make the server hang I suppose :)
Versions:
Log file:
https://gist.github.com/jinkhya/351a1e357ccdff8cc11858de6c39a559
The text was updated successfully, but these errors were encountered: