Client crash when teleporting to cords when overlay active. client.gui.LagOverlayGui.drawEntityTags
ProsperCraft opened this issue ยท 3 comments
Description:
I teleported using /tppos to a new lag location, and crashed. I did teleport using the double click on on the laggoggles report and did not crash.
Stacktrace, if any:
java.lang.NullPointerException: Unexpected error
at cf.terminator.laggoggles.client.gui.LagOverlayGui.drawEntityTags(LagOverlayGui.java:395)
at cf.terminator.laggoggles.client.gui.LagOverlayGui.onDraw(LagOverlayGui.java:283)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1835_LagOverlayGui_onDraw_RenderWorldLastEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:168)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1430)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
Crash report:
https://gist.github.com/ProsperCraft/5cc620d04dfb10e51abfe08b0a0e5314
Getting this as well. If the overlay is on and your actions cause chunks to load/unload, the client will likely crash. This is pretty much guaranteed to happen when changing dimensions to somewhere busy.
Fixed in 0450d17.