Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

NPE with Mystcraft Writing desk

odininon opened this issue ยท 4 comments

commented

Getting a NPE when hovering over the writing desk with the minium stone.

2013-05-05 19:21:15 [INFO] [STDERR] java.lang.NullPointerException
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
2013-05-05 19:21:15 [INFO] [STDERR] at com.pahimar.ee3.core.helper.TransmutationHelper.updateTargetBlock(TransmutationHelper.java:66)
2013-05-05 19:21:15 [INFO] [STDERR] at com.pahimar.ee3.core.handlers.DrawBlockHighlightHandler.onDrawBlockHighlightEvent(DrawBlockHighlightHandler.java:38)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_153_DrawBlockHighlightHandler_onDrawBlockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:222)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1241)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:987)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870)
2013-05-05 19:21:15 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:759)
2013-05-05 19:21:15 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-05 19:21:25 [INFO] [Minecraft-Client] Stopping!

commented

It appears this issue is a duplicate of issue #335 , as are two other issues here. However the original issue is poorly named and is not clear on steps to reproduce, so that's likely why it wasn't noticed.

The issue is tracked on the Mystcraft tracker here: http://binarymage.com/mantisbt/view.php?id=358

If Mystcraft and the other mentioned mod in the other duplicates of the original issue are doing something wrong, please let us know in that issue thread what EE3 expects.

EDIT while posting: 50Wliu, it's helpful to reference the duplicated issue when pointing out a duplicate. :)

commented

^Yup, I didn't have any time, and my laptop had multiple problems, so I was trying to shut it down quickly. Deleted my comment.

commented

Yeah, this is a duplicate of #335, #340 and #347

commented

Fixed in Forge 727 and higher - just update your Forge to Latest and you should be fine.