Serums crash me with NEI

Issue #223 resolved
Jeff Gabrielson created an issue

While paging through NEI, I happened to mouse over a serum. Everything was fine for about three seconds until I switched over to the one next to it, which crashed me with this:

2013-06-03 21:10:39 [INFO] [STDERR] net.minecraft.util.ReportedException: Rendering screen 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1164) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-06-03 21:10:39 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2013-06-03 21:10:39 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError 2013-06-03 21:10:39 [INFO] [STDERR] at binnie.extrabees.genetics.ModuleEngineering.getName(ModuleEngineering.java:219) 2013-06-03 21:10:39 [INFO] [STDERR] at binnie.extrabees.genetics.ItemSerum.func_77628_j(ItemSerum.java:110) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:537) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:587) 2013-06-03 21:10:39 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.itemDisplayNameMultiline(GuiContainerManager.java:154) 2013-06-03 21:10:39 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.renderToolTips(GuiContainerManager.java:520) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:218) 2013-06-03 21:10:39 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155) 2013-06-03 21:10:39 [INFO] [STDERR] ... 3 more 2013-06-03 21:10:49 [INFO] [Minecraft-Client] Stopping!

Any help would be appreciated.

Comments (3)

  1. Log in to comment