SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

Advancement Crashing Server

Open StrayCargo opened this issue 4 years ago • 12 comments

I am currently running

  • SpongeForge version: spongeforge-1.12.2-2838-7.2.1-RC4017
  • Forge version: forge-1.12.2-14.23.5.2847-universal.jar
  • Java version: 1.8.0_242
  • Operating System: Ubuntu 18.04
  • Plugins/Mods: No Plugins and all the mods 3 remix version 1.5.4

StrayCargo avatar Apr 30 '20 01:04 StrayCargo

Gonna need the narrowed down list of mods needed to reproduce the issue. Also, need some logs to know what the error is.

gabizou avatar Apr 30 '20 01:04 gabizou

I can get the log but I cannot narrow down the mod list as it may not occur with the certain mods perhaps not sure.

StrayCargo avatar Apr 30 '20 01:04 StrayCargo

https://gist.github.com/StrayCargo/cd8c51520c130c5a27f9bcb534523b14

StrayCargo avatar Apr 30 '20 01:04 StrayCargo

https://gist.github.com/StrayCargo/b4c480bda55701a77cbe2faa2f44cbd2

StrayCargo avatar Apr 30 '20 01:04 StrayCargo

also tried a revision down and the same result on one version back

StrayCargo avatar Apr 30 '20 02:04 StrayCargo

The advancement errors are harmless. They're usually caused by a mod modifying the vanilla loot table or vanilla items that occur in it.

It seems ComputerCraft is causing the issue, as it appears to cause a single tick to take 12.15 seconds (12.10 seconds longer than technically allowed)

java.lang.Error: ServerHangWatchdog detected that a single server tick took 12.15 seconds (should be max 0.05)
	at dan200.computercraft.shared.proxy.ComputerCraftProxyCommon.initServer(ComputerCraftProxyCommon.java:75)
	at dan200.computercraft.ComputerCraft.onServerStarting(ComputerCraft.java:268)

One option would be to change max-tick-time in your server.properties to something higher (personally I use 60000 by default), as it might just take a bit long to register during server loading.

I'd be surprised if this was actually caused by Sponge, as both errors can be replicated with just Forge itself

GuusLieben avatar Apr 30 '20 16:04 GuusLieben

that did fix it when disabled Watchdog but now we need to fix the advancement issues

StrayCargo avatar Apr 30 '20 19:04 StrayCargo

Perhaps theirs a for Spongeforge to take care of advancements and disable them if they conflict

StrayCargo avatar Apr 30 '20 19:04 StrayCargo

Where is the log of the advancement crashing the server?

clienthax avatar Apr 30 '20 21:04 clienthax

This should help https://gist.github.com/StrayCargo/6f87b80f72e59f7fe042a545d2fd4e54

StrayCargo avatar May 01 '20 03:05 StrayCargo

so not only is that causing an issue but this too Stopping aura thread for dim 144 it could be having issues due to thaumcraft or it could just be thaumcraft also, this was not occurring before we added sponge forge

StrayCargo avatar May 01 '20 04:05 StrayCargo

That's not a crash..?

clienthax avatar May 01 '20 13:05 clienthax