You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was eating some delicious calamari while walking back to my base at night. When I tried to reconnect I get disconnected due to a unhandled exception. This seems to only corrupt the player file and the world loads fine when a backup player file is used.
I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
I can reproduce this crash consistently by following the exact steps I described above.
I have asked other people and they confirm they also crash by following the exact steps I described above.
The text was updated successfully, but these errors were encountered:
java.util.EmptyStackException
at java.util.Stack.peek(Unknown Source)
at java.util.Stack.pop(Unknown Source)
at ca.wescook.nutrition.proxy.ClientProxy.getUnappliedHungerValues(ClientProxy.java:59)
at ca.wescook.nutrition.events.EventWorldTick.clientTickEvent(EventWorldTick.java:60)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_950_EventWorldTick_clientTickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:2064)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:973)
at net.minecraft.client.Minecraft.run(Minecraft.java:5110)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
alphaomega21
changed the title
2.7 Beta 2 Nutrition crash while eating calamari
2.7 Beta 2 Nutrition crash while eating calamari causing corrupted save
Oct 1, 2024
Your GTNH Discord Username
schrodingercatz
Your Pack Version
2.7.0 Beta 2
Your Server
SP
Java Version
Java 8
Type of Server
None
Your Actions
I was eating some delicious calamari while walking back to my base at night. When I tried to reconnect I get disconnected due to a unhandled exception. This seems to only corrupt the player file and the world loads fine when a backup player file is used.
Crash Report
Initial crash
https://mclo.gs/EgswEbd
Crash when connecting to world
https://mclo.gs/lFbX337
Final Checklist
The text was updated successfully, but these errors were encountered: