Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

NPE at handleItemTooltipEvent (ItemTooltipEventHandler)

Lordmau5 opened this issue ยท 0 comments

commented

[22:33:31] [NEI Item Filtering/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@523bcd79:
java.lang.NullPointerException
at com.pahimar.ee3.client.handler.ItemTooltipEventHandler.handleItemTooltipEvent(ItemTooltipEventHandler.java:36) ~[ItemTooltipEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_874_ItemTooltipEventHandler_handleItemTooltipEvent_ItemTooltipEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:162) [ForgeEventFactory.class:?]
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626) [add.class:?]
at codechicken.nei.guihook.GuiContainerManager.itemDisplayNameMultiline(GuiContainerManager.java:119) [GuiContainerManager.class:?]
at codechicken.nei.guihook.GuiContainerManager.concatenatedDisplayName(GuiContainerManager.java:162) [GuiContainerManager.class:?]
at codechicken.nei.api.ItemInfo.getSearchName(ItemInfo.java:513) [ItemInfo.class:?]
at codechicken.nei.ItemList$PatternItemFilter.matches(ItemList.java:65) [ItemList$PatternItemFilter.class:?]
at codechicken.nei.ItemList$AnyMultiItemFilter.matches(ItemList.java:110) [ItemList$AnyMultiItemFilter.class:?]
at codechicken.nei.ItemList$AllMultiItemFilter.matches(ItemList.java:85) [ItemList$AllMultiItemFilter.class:?]
at codechicken.nei.ItemList$2.execute(ItemList.java:236) [ItemList$2.class:?]
at codechicken.nei.RestartableTask$1.run(RestartableTask.java:24) [RestartableTask$1.class:?]

This is being spammed in my console, causing my log to be 20mb+.
Any possible fix? :P