OpenBlocks

OpenBlocks

56M Downloads

Rotation NPE crash

TheTemportalist opened this issue ยท 4 comments

commented

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 12/29/14 9:25 PM
Description: Rendering Block Entity

java.lang.NullPointerException: Rendering Block Entity
at openmods.tileentity.OpenTileEntity.getRotation(OpenTileEntity.java:48)
at openblocks.client.renderer.tileentity.TileEntityGraveRenderer.func_147500_a(TileEntityGraveRenderer.java:29)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147549_a(SourceFile:100)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147544_a(SourceFile:92)
at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:483)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1224)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

commented

OpenBlocks-1.7.10-1.3-snapshot-462
OpenModsLib-1.7.10-0.6-snapshot-235.jar

commented

Re-produce: Gravestone was infront of a stargate portal, and when trying to go through portal to side where gravestone was(is), the rendering i think crashed.

Fix: null check if block.

commented

Ahhh, fix suggestion, how nice of you. But what happened to checking, if that bug still exists in recent version? Like our brand new, official release?

Fixed 2 months ago, in OpenModsLib snapshot 237.

commented

My apologies good sir. I should have realized that when the code on github didn't match up. Darn late night brain.