Advertisement
JasonMcRay

Untitled

Jun 30th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.PlayerEvent$ItemCraftedEvent@77e25ab8:
  2. 30.06 18:56:22 [Server] INFO java.lang.NullPointerException
  3. 30.06 18:56:22 [Server] INFO at li.cil.oc.common.EventHandler$.onCrafting(EventHandler.scala:289) ~[EventHandler$.class:?]
  4. 30.06 18:56:22 [Server] INFO at cpw.mods.fml.common.eventhandler.ASMEventHandler_586_EventHandler$_onCrafting_ItemCraftedEvent.invoke(.dynamic) ~[?:?]
  5. 30.06 18:56:22 [Server] INFO at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  6. 30.06 18:56:22 [Server] INFO at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  7. 30.06 18:56:22 [Server] INFO at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:570) [FMLCommonHandler.class:?]
  8. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.UnitCrafting.onCrafted(UnitCrafting.java:109) [UnitCrafting.class:?]
  9. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.UnitCrafting.onCrafting(UnitCrafting.java:92) [UnitCrafting.class:?]
  10. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.UnitCrafting.onProduction(UnitCrafting.java:529) [UnitCrafting.class:?]
  11. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.Unit.produce(Unit.java:156) [Unit.class:?]
  12. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.Unit.onUpdate(Unit.java:186) [Unit.class:?]
  13. 30.06 18:56:22 [Server] INFO at vswe.production.page.unit.UnitCrafting.onUpdate(UnitCrafting.java:270) [UnitCrafting.class:?]
  14. 30.06 18:56:22 [Server] INFO at vswe.production.page.PageMain.onUpdate(PageMain.java:53) [PageMain.class:?]
  15. 30.06 18:56:22 [Server] INFO at vswe.production.tileentity.TileEntityTable.func_145845_h(TileEntityTable.java:323) [TileEntityTable.class:?]
  16. 30.06 18:56:22 [Server] INFO at net.minecraft.world.World.func_72939_s(World.java:1939) [ahb.class:?]
  17. 30.06 18:56:22 [Server] INFO at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) [mt.class:?]
  18. 30.06 18:56:22 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) [MinecraftServer.class:?]
  19. 30.06 18:56:22 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
  20. 30.06 18:56:22 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  21. 30.06 18:56:22 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  22. 30.06 18:56:22 [Server] INFO at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  23. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: Index: 13 Listeners:
  24. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 0: NORMAL
  25. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 1: ASM: ic2.core.IC2Achievements@3b61d9a onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  26. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 2: ASM: thaumcraft.common.lib.events.EventHandlerWorld@21ad6351 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  27. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 3: ASM: mods.railcraft.common.util.crafting.CraftingHandler@63bb7dd5 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  28. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 4: ASM: com.bluepowermod.event.BPEventHandler@6ab3e80e onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  29. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 5: ASM: enchiridion.EventsHandler@72947704 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  30. 30.06 18:56:22 [Server] INFO [18:56:22] [Server thread/ERROR] [FML]: 6: ASM: minetweaker.mc1710.FMLEventHandler@235b301d onPlayerItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement