minum stone and focuses it on mystcraft tabell
xxdolcexx opened this issue · 8 comments
when i take the minum stone and focuses it on mystcraft tabell
the game crach
2013-05-04 13:42:18 [INFO] [Minecraft-Client] [CHAT] §cYou need to login. try /auth help
2013-05-04 13:42:19 [INFO] [Minecraft-Client] [CHAT] §cYou need to login. try /auth help
2013-05-04 13:42:21 [INFO] [Minecraft-Client] [CHAT] §cYou need to login. try /auth help
2013-05-04 13:42:21 [INFO] [Minecraft-Client] [CHAT] §cYou need to login. try /auth help
2013-05-04 13:42:34 [INFO] [Minecraft-Client] [CHAT] §aLogin Succesful!
2013-05-04 13:42:42 [INFO] [STDERR] java.lang.NullPointerException
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:268)
2013-05-04 13:42:42 [INFO] [STDERR] at com.pahimar.ee3.core.helper.TransmutationHelper.updateTargetBlock(TransmutationHelper.java:66)
2013-05-04 13:42:42 [INFO] [STDERR] at com.pahimar.ee3.core.handlers.DrawBlockHighlightHandler.onDrawBlockHighlightEvent(DrawBlockHighlightHandler.java:38)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_175_DrawBlockHighlightHandler_onDrawBlockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:222)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1241)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:987)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870)
2013-05-04 13:42:42 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:759)
2013-05-04 13:42:42 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
2013-05-04 13:42:52 [INFO] [Minecraft-Client] Stopping!
2013-05-04 13:42:52 [INFO] [STDOUT]
2013-05-04 13:42:52 [INFO] [STDOUT] SoundSystem shutting down...
2013-05-04 13:42:53 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-05-04 13:42:53 [INFO] [STDOUT]
This looks like the same trace as #335
some fix its not crach th shest but the mystcraft tabel try it 10 times evry time same so mystcraft tabel focus whit minion stone and the game cloce down
Well, line 66 is: targetBlockStack = getNextBlock(currentBlockStack.itemID, currentBlockStack.getItemDamage());
so it is crashing on trying to damage the minium stone when transmuting the target block i.e natura door or mystcraft writing desk.
so it is crashing on trying to damage the minium stone when transmuting the target block i.e natura door or mystcraft writing desk.
There's another EE3 line in there, but I didn't go to see what it was.
The currentBlockStack is not the item in hand it is the Block the minium stone currently has highlighted. For some reason the itemStack is returning null which in returns throws the NPE.