MundM2007 / Ultimate-Progression

Github for the Minecraft Modpack "Ultimate Progression"
GNU General Public License v3.0
0 stars 1 forks source link

[CRASH] When player joins server #28

Closed evilspacebunny closed 2 years ago

evilspacebunny commented 2 years ago

Server loads up fine but upon joining the server the server then crashes. Even after joining again. Crash reports: First attempt to join server https://pastebin.com/eJ2ur97h Second attempt https://pastebin.com/G0CEtyf7 It reverts back and forth between the two errors.

MundM2007 commented 2 years ago

Some Solutions that may help: -Increase the "-Xmx4G" Argument in the Server start file (because the server currently uses only 4GB) described in step 5 of the readme file -Set "max-tick-time" to "-1" in the "server.properties" file -Try using a different Java version if possible. (for example java 8) Hope this helps!