1.19 Server watchdog
Atla5De5troyer opened this issue ยท 1 comments
Looks like torchmaster is causing the server to hang, not sure what the actual issue. Thought I'd ask you see if you know what the issue could be?
I think I've seen this one before. Back then I came to the conclusion this is not a torchmaster issue.
From the log you can clearly see that the last call to/from torchmaster is:
This in itself can't lock up the server. According to the log, this causes some class loading and access transformer magic with kubejs/lootr being involved after torchmaster. Generally, using Level.isLoaded()
and level.getBlockState()
should not cause any class loading at that point - to me this looks like another mod is messing things up.