Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. [00:17:43] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@4e1fe33b:
  2. java.lang.NullPointerException
  3. at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427) ~[add.class:?]
  4. at crazypants.enderio.machine.painter.PainterUtil.getTooltTipText(PainterUtil.java:61) ~[PainterUtil.class:?]
  5. at crazypants.enderio.conduit.facade.ItemConduitFacade.addBasicEntries(ItemConduitFacade.java:175) ~[ItemConduitFacade.class:?]
  6. at crazypants.enderio.gui.TooltipAddera.addInformation(TooltipAddera.java:231) ~[TooltipAddera.class:?]
  7. at crazypants.enderio.gui.TooltipAddera.addTooltip(TooltipAddera.java:76) ~[TooltipAddera.class:?]
  8. at cpw.mods.fml.common.eventhandler.ASMEventHandler_874_TooltipAddera_addTooltip_ItemTooltipEvent.invoke(.dynamic) ~[?:?]
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  10. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  11. at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:162) [ForgeEventFactory.class:?]
  12. at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626) [add.class:?]
  13. at appeng.util.Platform.getTooltip(Platform.java:820) [Platform.class:?]
  14. at appeng.util.item.AEItemStack.getToolTip(AEItemStack.java:290) [AEItemStack.class:?]
  15. at appeng.util.Platform.getTooltip(Platform.java:811) [Platform.class:?]
  16. at appeng.client.me.ItemRepo.updateView(ItemRepo.java:210) [ItemRepo.class:?]
  17. at appeng.client.gui.implementations.GuiMEMonitorable.func_73869_a(GuiMEMonitorable.java:377) [GuiMEMonitorable.class:?]
  18. at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java) [bex.class:?]
  19. at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java) [GuiContainerManager.class:?]
  20. at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474) [GuiContainerManager.class:?]
  21. at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464) [GuiContainerManager.class:?]
  22. at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java) [bex.class:?]
  23. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276) [bdw.class:?]
  24. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628) [bao.class:?]
  25. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
  26. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
  27. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  31. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  32. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  33. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  37. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  38. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:273) [NewLaunch.jar:?]
  39. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:363) [NewLaunch.jar:?]
  40. at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
  41. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement