client connection crashing, MC 1.16.5
NoX-programer opened this issue · 13 comments
When player respawns at the bed (after death, after dragon win & return), client connection drops with
connection crashed.txt
Java v11
Minecraft v1.16.5
Forge v36.1.32
modpack Stacia Expert
But problem appears only with mohist server core.
I too have this issue with Mohist + Spice of life. After looking at the player data, I assume the issue is because the food list is supposed to be reset on death (Since that's what it's configured to do) but it doesn't. Internally, SOL registers it as reset but it never actually happens, causing this issue.
Yeah, I'm leaving this closed because I'd say it's Mohist's fault—they should be behaving like vanilla; we shouldn't have to work around their shortcomings. Thanks for the research though!
Thanks for the report! Some questions:
- Are you able to join back after this occurs?
- When you say it appears only with mohist, does that mean it doesn't happen if you run the server as a normal forge server without mohist?
- Does it still happen with just mohist and our mod?
- Yep. Right after that disconnect
- Correct - it is not appears with forge server core
- Yep, it happens when there is only your mod & mohist (server-console-error.txt)
- And it not happens without any mods with mohist
Interesting. To me, this makes it pretty clear that this is an issue with mohist and not our mod. Mohist should behave just like regular forge to mods, and here it does not. It looks like it's not transferring capabilities to respawned players, at least not fast enough.
I'm already switched back to regular Forge (because not only of this one) so it' not a problem for me anymore, but, if you want to make your mod more widely compatible, you can dig deeper, debug and apply fix. Btw, mohist can be multithreaded server, and this can cause the issue.
I see. Well, thanks for making us aware, anyway! I'll go ahead and close this unless someone else complains, especially since I'd say the onus is on Mohist to fix this.
This is a know bug with mohist and will be soon fix.
This bug is not related to this mod in particular, but to a modification of how forge works
i believe this is fixed on mohists end now, but i believe there is a new bug in mohist which resets all your previously eaten foods which in turn resets all your hearts
Thanks for the update! Nothing but issues with them, lol, but I get it—it's a complex undertaking.