Closed Janfel closed 3 years ago
Does this happen without any other mods installed?
I don’t know, I can’t even reproduce it with this configuration.
That's not good. If it is not reproducible, I can't fix it.
Please try to find a way to reproduce this crash, otherwise I can't do anything.
From the error message, I would assume that GUIDeathHistory.updateScreen()
is called, before the object has been initialized with GUIDeathHistory.initGui()
, leaving the fields GUIDeathHistory.previous
and GUIDeathHistory.next
uninitialized.
I don’t know enough about net.minecraft.client.gui.inventory.GuiContainer
and the inner workings of Minecraft to reproduce this or know if this scenario is even possible.
initGui
should always be called before updateScreen
. There may be a mod that causes this behavior.
Because of this I need to know which other mod causes this issue.
I'm closing this due to inactivity. If you are able to reproduce this issue, let me know.
Bug description Crash with
NullPointerException
on pressing the “Open Death History” key.Steps to reproduce the issue I was not able to consistently reproduce the issue.
Log files
Minecraft Crash Report
Versions
Other mods
Compact Claustrophobia 1.3.5.2