Server Crash on Startup
IchigoGames opened this issue ยท 14 comments
Versions
- Silent's Gems:SilentGems-1.14.4-3.3.12+71
- Silent Gear:SilentGear-1.14.4-1.3.11+60
- Silent Lib:SilentLib-1.14.4-4.3.2+42
- Forge:28.0.95
- Modpack: N/A
Expected Behavior
for server to start
- (Description)
Actual Behavior
Server Crashed
Updated Silent Gems and Silent Gear also added a few mods to my test pack for my modpack works fine in singeplayer but will crash on server.
Crash Report https://pastebin.com/CqXbnUkp
Steps to Reproduce the Problem
not sure
I've seen this very same crash report dozens of times by now. As far as I know, this is the result of another, broken mod. No easy way to tell which. Log files might contain clues. Otherwise you just need to try removing or downgrading mods.
I have yet to find any easy way to determine which mod is responsible. I'm preparing to report this issue to Forge because I'm dealing with it almost daily now. Forge should be crashing the server when a mod fails to load. Instead, they just let it keep running and it crashes somewhere else instead.
Best thing you can do right now is try removing mods. I would guess the ones above line 914 in the debug.log you posted are most likely. I see Searchable Chests mentioned, maybe that one? Was just about to mention that.
before i open a new support ticket any idea what this means The server is likely to require channel [[silentgear:network]] to be present, yet we don't have it
kicks me from my server when i join
That's odd. Could I get a full log file from when it crashed? The debug.log file, if possible.
I see this line in the log file: [11Sep2019 10:16:12.722] [modloading-worker-1/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraftforge/client/event/GuiScreenEvent for invalid dist DEDICATED_SERVER
.
Looks like you have a either a client-side mod, or one that is accidentally trying to load a client class on the server. I know Silent Gear does not use that event, so I'm not sure why removing it would fix the issue.