Guest User

Untitled

a guest
Sep 14th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. [19:54:26] [Server thread/ERROR] [FML/Equivalent Exchange Reborn]: NetworkEventFiringHandler exception
  2. java.lang.ArrayIndexOutOfBoundsException: 9
  3. at appeng.tile.inventory.AppEngInternalInventory.func_70301_a(AppEngInternalInventory.java:58) ~[AppEngInternalInventory.class:?]
  4. at net.multiplemonomials.eer.handler.CraftingHandler.onItemCraftedEvent(CraftingHandler.java:174) ~[CraftingHandler.class:?]
  5. at cpw.mods.fml.common.eventhandler.ASMEventHandler_465_CraftingHandler_onItemCraftedEvent_ItemCraftedEvent.invoke(.dynamic) ~[?:?]
  6. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  7. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  8. at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:569) ~[FMLCommonHandler.class:?]
  9. at appeng.container.slot.AppEngCraftingSlot.func_82870_a(AppEngCraftingSlot.java:130) ~[AppEngCraftingSlot.class:?]
  10. at appeng.container.slot.SlotCraftingTerm.makeItem(SlotCraftingTerm.java:64) ~[SlotCraftingTerm.class:?]
  11. at appeng.container.slot.SlotCraftingTerm.craftItem(SlotCraftingTerm.java:126) ~[SlotCraftingTerm.class:?]
  12. at appeng.container.slot.SlotCraftingTerm.doClick(SlotCraftingTerm.java:214) ~[SlotCraftingTerm.class:?]
  13. at appeng.container.AEBaseContainer.doAction(AEBaseContainer.java:715) ~[AEBaseContainer.class:?]
  14. at appeng.core.sync.packets.PacketInventoryAction.serverPacketData(PacketInventoryAction.java:74) ~[PacketInventoryAction.class:?]
  15. at appeng.core.sync.network.AppEngServerPacketHandler.onPacketData(AppEngServerPacketHandler.java:26) ~[AppEngServerPacketHandler.class:?]
  16. at appeng.core.sync.network.NetworkHandler.serverPacket(NetworkHandler.java:78) ~[NetworkHandler.class:?]
  17. at cpw.mods.fml.common.eventhandler.ASMEventHandler_618_NetworkHandler_serverPacket_ServerCustomPacketEvent.invoke(.dynamic) ~[?:?]
  18. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  19. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  20. at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:103) ~[FMLEventChannel.class:?]
  21. at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
  22. at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
  23. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  24. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  25. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  26. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  27. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  28. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  29. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  30. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
  31. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
  32. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) [lt.class:?]
  33. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  35. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  36. [19:54:26] [Server thread/ERROR] [FML/Equivalent Exchange Reborn]: There was a critical exception handling a packet on channel AE2
  37. java.lang.ArrayIndexOutOfBoundsException: 9
  38. at appeng.tile.inventory.AppEngInternalInventory.func_70301_a(AppEngInternalInventory.java:58) ~[AppEngInternalInventory.class:?]
  39. at net.multiplemonomials.eer.handler.CraftingHandler.onItemCraftedEvent(CraftingHandler.java:174) ~[CraftingHandler.class:?]
  40. at cpw.mods.fml.common.eventhandler.ASMEventHandler_465_CraftingHandler_onItemCraftedEvent_ItemCraftedEvent.invoke(.dynamic) ~[?:?]
  41. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  42. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  43. at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:569) ~[FMLCommonHandler.class:?]
  44. at appeng.container.slot.AppEngCraftingSlot.func_82870_a(AppEngCraftingSlot.java:130) ~[AppEngCraftingSlot.class:?]
  45. at appeng.container.slot.SlotCraftingTerm.makeItem(SlotCraftingTerm.java:64) ~[SlotCraftingTerm.class:?]
  46. at appeng.container.slot.SlotCraftingTerm.craftItem(SlotCraftingTerm.java:126) ~[SlotCraftingTerm.class:?]
  47. at appeng.container.slot.SlotCraftingTerm.doClick(SlotCraftingTerm.java:214) ~[SlotCraftingTerm.class:?]
  48. at appeng.container.AEBaseContainer.doAction(AEBaseContainer.java:715) ~[AEBaseContainer.class:?]
  49. at appeng.core.sync.packets.PacketInventoryAction.serverPacketData(PacketInventoryAction.java:74) ~[PacketInventoryAction.class:?]
  50. at appeng.core.sync.network.AppEngServerPacketHandler.onPacketData(AppEngServerPacketHandler.java:26) ~[AppEngServerPacketHandler.class:?]
  51. at appeng.core.sync.network.NetworkHandler.serverPacket(NetworkHandler.java:78) ~[NetworkHandler.class:?]
  52. at cpw.mods.fml.common.eventhandler.ASMEventHandler_618_NetworkHandler_serverPacket_ServerCustomPacketEvent.invoke(.dynamic) ~[?:?]
  53. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  54. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  55. at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:103) ~[FMLEventChannel.class:?]
  56. at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
  57. at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
  58. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  59. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
  60. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
  61. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
  62. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
  63. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  64. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  65. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
  66. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
  67. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) [lt.class:?]
  68. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  69. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  70. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Advertisement
Add Comment
Please, Sign In to add comment