TeamAOF / All-of-Fabric-7

Modpack containing the latest & best of Fabric on 1.20
41 stars 31 forks source link

[Bug Report]: Server Crash on Startup #301

Closed Obbs1 closed 3 months ago

Obbs1 commented 3 months ago

Modpack Version

2.4.5

Describe your issue.

Server almost gets through startup process, spits out some errors, then restarts on loop

Crash Report

No response

Latest Log

https://gist.github.com/Obbs1/b3fd2c5a94712e6ca33a893f5dbac0be#file-latest-log

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

Obbs#0401

SubordinalBlue commented 3 months ago

crash log file might be more helpful; that linked log cuts off before the server restarts or crashes.

Obbs1 commented 3 months ago

Hopefully this helps.

latest.log

Linguardium commented 3 months ago

check for a crash log in the crash-reports folder or an hs_err file in the server's folder

Obbs1 commented 3 months ago

Is this what you need? crash-2024-08-05_16.31.09-server.txt

Linguardium commented 3 months ago

yes, your server is timing out. disable the watchdog by setting max-tick-time to -1 in server.properties and see if it eventually loads. if so, you can adjust the tick time to something smaller like 120000 or 240000

Obbs1 commented 3 months ago

Alright, thank you. I'll try that out.

Obbs1 commented 3 months ago

It worked, thank you very much for your time.