Big Reactors

Big Reactors

11M Downloads

Crash handling yellorium ingot with invalid metadata value

torndar opened this issue ยท 1 comments

commented

This was a mistake on my part because I mixed up the quantity and damage values on the give command but now my players gets instantly kicked because of the invalid item.

2014-04-22 19:58:49 [WARNING] [Minecraft-Server] Failed to handle packet for torndar/99.55.193.152: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 32
at erogenousbeef.bigreactors.common.item.ItemIngot.func_77667_c(ItemIngot.java:42)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:471)
at enchiridion.ContainerBinder.isBook(ContainerBinder.java:135)
at enchiridion.EventsHandler.onItemPickUp(EventsHandler.java:20)
at net.minecraftforge.event.ASMEventHandler_27_EventsHandler_onItemPickUp_EntityItemPickupEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:358)
at net.minecraft.entity.player.EntityPlayer.func_71044_o(EntityPlayer.java:677)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:668)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more

commented

Will be fixed in 0.3.3A.