Splicer Crash on Item Insertion

Issue #196 resolved
Former user created an issue

If you try to insert any item in the Splicer the game will crash.

Crash Log is not at hand but it said that the slot validaition crasht

Comments (4)

  1. vinrael_

    java.lang.NullPointerException at binnie.extrabees.machines.SlotValidatorTemplate.isValid(SlotValidatorTemplate.java:29) at binnie.core.machines.inventory.InventorySlot.isItemValid(InventorySlot.java:28) at binnie.craftgui.controls.CustomSlot.func_75214_a(CustomSlot.java:16) at binnie.craftgui.controls.ControlSlot.onRenderBackground(ControlSlot.java:52) at binnie.craftgui.core.Widget.renderBackground(Widget.java:296) at binnie.craftgui.core.Widget.renderBackground(Widget.java:298) at binnie.craftgui.window.GuiCraftGUI.func_73863_a(GuiCraftGUI.java:89) at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870) at net.minecraft.client.Minecraft.run(Minecraft.java:759) at java.lang.Thread.run(Unknown Source)

  2. Log in to comment