All the Mods 3 - ATM3

All the Mods 3 - ATM3

3M Downloads

Server crashes on startup with new beta.

Syer10 opened this issue ยท 1 comments

commented

Expected Behavior

Server starts up

Current Behavior

Server crashes with "java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)" error.

Steps to Reproduce

1.Start the server
2.
3.
4.

Log

https://gist.github.com/Syer10/417feb95de427a21232826a66be7fb18
https://gist.github.com/Syer10/3359222d5e9bd38eacaae77393acff9b

Detailed Description

I think there is some mod that changes the server system so that it unloads or closes the server if it hangs to long. This is not viable for modpacks because it takes long to start up and when the world load there are mods that load a few things at that time.

commented

Edit max-tick-time= value in server.properties, it should be at very least 90000, not sure why you ended up with 60000. It's counted in milliseconds and maybe your machine needs to set it higher like 120000 or more.