Applied Energistics 2

Applied Energistics 2

137M Downloads

Server Crash during boot

C4J3 opened this issue ยท 5 comments

commented

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
commented

Same here with RV5 on forge 2730. I'm checking our load lists and seeing if I can pick out the cause.

commented

Some mod is sending us an invalid IMC message

commented

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

commented

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.

commented

ThaumcraftBETA20 is the culprit, downgrading to BETA19 will fix.