
[Crash Server Start 1.16.4]
SugarDaddii opened this issue ยท 3 comments
I dont know but i cant get any version after 1.1 to work for my server!
Sorry about that. This is weird, I was sure I fixed this in the 1.5.2 hotfix.
Try the 1.5.3.1 version, it should fix the issue.
Why Sometimes mods are working Clientside but not serverside? (Just for my understanding)
I assume you meant in singleplayer?
That's because some classes (like Screen which is used to define GUIs) only exist on the client side. If they are referred to in the code, JVM tries to load them, and this causes a crash on the server. Since in singleplayer your PC is a client and a server at the same time, the game has access to all the classes, and it works just fine despite crashing in multiplayer.