Hi,
I’ve been getting really odd reports of SpongeForge servers crashing when using a newer version of my plugin, but I have no idea what the exception means and how my plugin interacts with any of it.
Basically all of the crashes have this exception in common:
java.lang.NoClassDefFoundError: some class
Caused by: java.lang.ClassNotFoundException: some class
Caused by: java.lang.SecurityException: class "some class"'s signer information does not match signer information of other classes in the same package
My plugin doesn’t load any extra classes nor does any funky stuff with class loading.
Here are the crash pastes I have got from 4 different people:
- HammerCore Mod Ubuntu Pastebin
- net.minecraftforge.common.WorldWorkerManager [13:52:36] [main/INFO]: Detecting environment...[13:52:36] [main/INFO]: Found - Pastebin.com
- Immersive Engineering Mod Build 361 causes Immersive Engineering crash · Issue #1292 · plan-player-analytics/Plan · GitHub
- net.minecraftforge.fml.common.gameevent.TickEvent$Type MCPaste.io
I’ve found a temporary solution which stops the crashes, so it has to be in my code & I think it is related to this method because if the code is diverted away from this class, the crashes don’t happen.
What could it be?