kreezxil / Lava-Dynamics

Adding Vulcanism to Minecraft via Block Update Detection (BUD)
3 stars 3 forks source link

[5.6.6] Server crash on startup #22

Closed CplPibald closed 5 years ago

CplPibald commented 5 years ago

lavadynamics-1.12.2-5.6.6 forge-1.12.2-14.23.5.2838

Existing world using dedicated server (openjdk on Debian) Upgrade Lava Dynamics from 5.5.15 to 5.6.6 Server crashes on startup

Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
        at com.eleksploded.lavadynamics.LavaDynamics.playerJoin(LavaDynamics.java:109)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_376_LavaDynamics_playerJoin_EntityJoinWorldEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1065)

Full crash log

LD_CheckedStorage and LD_VolcanoStorage are both empty files (0 bytes).

kreezxil commented 5 years ago

As i understand it from my programmer that when upgrading the mod from 5.5.15 to 5.6.anything you will have to wipe your world because of a change in how data is stored in regards to the chunks. Therefore the easiest way to resolve the issue is to reverse the update. Yet, that is not ideal. The ideal is to wipe your world so that you benefit from the even less buggier volcanic behavior.

On Tue, Aug 20, 2019 at 8:25 PM Sir Ryan Bemrose notifications@github.com wrote:

lavadynamics-1.12.2-5.6.6 forge-1.12.2-14.23.5.2838

Existing world using dedicated server (openjdk on Debian) Upgrade Lava Dynamics from 5.5.15 to 5.6.6 Server crashes on startup

Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP at com.eleksploded.lavadynamics.LavaDynamics.playerJoin(LavaDynamics.java:109) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_376_LavaDynamics_playerJoin_EntityJoinWorldEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1065)

Full crash log https://paste.ubuntu.com/p/3hm6gGT3bz/

LD_CheckedStorage and LD_VolcanoStorage are both empty files (0 bytes).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kreezxil/Lava-Dynamics/issues/22?email_source=notifications&email_token=AA5TJCG5PSUXDIE2RCCDE23QFSKQ3A5CNFSM4IN7QDDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGMKZGQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5TJCBRAQTLKZ3YMWOKHETQFSKQ3ANCNFSM4IN7QDDA .

eleksploded commented 5 years ago

This is true, but this crash was unrelated. It was fixed in 5.6.7.