Better Questing - NPC Integration

Better Questing - NPC Integration

777k Downloads

NoClassDefFoundError on Dedicated Server

kreezxil opened this issue · 6 comments

commented

Issue: 3.4.2.4 crashes dedicated server Forge 1.12.2 build 2705

Notes:
on startup, NoClassDefFoundError. All dependencies are installed. I suspect it's looking for a client side class.

crash report:
https://gist.github.com/c39d8e6f16157524ed4273c315931a47

fml server latest:
https://gist.github.com/5e828d5de10a9d7af6888f501a70efac

commented
commented

I removed NPC Integration from my server and the server booted fine without issue. So it certainly appears to be looking for something client side in the IPacketHandler.

commented

Missed the email notice last time but I got this one. Kinda weird how NPCs and Standard Expansion both make use of IPacketHandler but NPCs is the only one that crashes

commented

Missed the email notice last time but I got this one.

Kinda weird how NPCs and Standard Expansion both make use of IPacketHandler but NPCs is the only one that crashes. I'll take a look at it tomorrow to see what it's doing differently.

commented

Turns out this is a load order issue. The mod itself is fine but NPCs is attempting to load before the base mod because I forgot to change the dependency info to be strict.

commented

Just uploaded version 3.4.25 which has all its dependency info fixed up making the load order correct again. Should be downloadable as soon as Curse is finished approving it.