Server Crash during boot
C4J3 opened this issue ยท 5 comments
Trying to load a server with numerous mods and I get these crashes RV 5 RV 6
The fact that different versions get the same error makes me think something else is messing with AE2 but I could just be being dumb
- Minecraft Version: 1.12.2
- AE2 Version: RV5 - Stable 11 & RV6 Alpha 3
- Forge Version: 14.23.4.2747
Same here with RV5 on forge 2730. I'm checking our load lists and seeing if I can pick out the cause.
Would this be it?:
[Server thread/WARN] [AE2:S]: Problem detected when processing IMC add-p2p-attunement-forge-power from mekanism
Would be strange, considering I'm having this crash from trying to update mods, and didn't have an update for AE2 nor mekanism
No, some mod is trying to whiteliste Particle
, which is client side rendering related class, for spatial io. This makes no sense, the call is designed to register tile entities.
To be clear, normally a missing class would just be ignored by us. But in this case the class actually exists and the classloader throws a different error because its annotated to load only at the client side.