Guest User

Untitled

a guest
Jul 6th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. [19:33:56] [Server thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.PlayerEvent$ItemCraftedEvent@2ca816d4:
  2. java.lang.NullPointerException
  3. at tconstruct.tools.TinkerToolEvents.onCrafting(TinkerToolEvents.java:39) ~[TinkerToolEvents.class:?]
  4. at cpw.mods.fml.common.eventhandler.ASMEventHandler_350_TinkerToolEvents_onCrafting_ItemCraftedEvent.invoke(.dynamic) ~[?:?]
  5. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  6. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
  7. at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:570) ~[FMLCommonHandler.class:?]
  8. at vswe.production.page.unit.UnitCrafting.onCrafted(UnitCrafting.java:109) ~[UnitCrafting.class:?]
  9. at vswe.production.page.unit.UnitCrafting.onCrafting(UnitCrafting.java:92) ~[UnitCrafting.class:?]
  10. at vswe.production.page.unit.UnitCrafting.onProduction(UnitCrafting.java:529) ~[UnitCrafting.class:?]
  11. at vswe.production.page.unit.Unit.produce(Unit.java:156) ~[Unit.class:?]
  12. at vswe.production.page.unit.Unit.onUpdate(Unit.java:186) ~[Unit.class:?]
  13. at vswe.production.page.unit.UnitCrafting.onUpdate(UnitCrafting.java:270) ~[UnitCrafting.class:?]
  14. at vswe.production.page.PageMain.onUpdate(PageMain.java:53) ~[PageMain.class:?]
  15. at vswe.production.tileentity.TileEntityTable.func_145845_h(TileEntityTable.java:323) ~[TileEntityTable.class:?]
  16. at net.minecraft.world.World.func_72939_s(World.java:1939) ~[ahb.class:?]
  17. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
  18. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
  19. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
  20. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  23. [19:33:56] [Server thread/ERROR] [FML]: Index: 9 Listeners:
  24. [19:33:56] [Server thread/ERROR] [FML]: 0: NORMAL
  25. [19:33:56] [Server thread/ERROR] [FML]: 1: ASM: ic2.core.IC2Achievements@4c132555 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  26. [19:33:56] [Server thread/ERROR] [FML]: 2: ASM: WayofTime.alchemicalWizardry.common.achievements.AchievementTrigger@43ae0053 onItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  27. [19:33:56] [Server thread/ERROR] [FML]: 3: ASM: thaumcraft.common.lib.events.EventHandlerWorld@2ac01592 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  28. [19:33:56] [Server thread/ERROR] [FML]: 4: ASM: vazkii.botania.common.item.ItemCraftingHalo@18f7769 onItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  29. [19:33:56] [Server thread/ERROR] [FML]: 5: ASM: vazkii.botania.common.achievement.AchievementTriggerer@4beab928 onItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  30. [19:33:56] [Server thread/ERROR] [FML]: 6: ASM: cofh.thermalexpansion.util.crafting.TECraftingHandler@4d040fda handleOnItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  31. [19:33:56] [Server thread/ERROR] [FML]: 7: ASM: mods.railcraft.common.util.crafting.CraftingHandler@71d52b62 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  32. [19:33:56] [Server thread/ERROR] [FML]: 8: ASM: com.brandon3055.draconicevolution.common.achievements.Achievements@532f3330 craftEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  33. [19:33:56] [Server thread/ERROR] [FML]: 9: ASM: tconstruct.tools.TinkerToolEvents@54c4fd8 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  34. [19:33:56] [Server thread/ERROR] [FML]: 10: ASM: tconstruct.smeltery.TinkerSmelteryEvents@11cd9b80 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  35. [19:33:56] [Server thread/ERROR] [FML]: 11: ASM: minetweaker.mc1710.FMLEventHandler@24152fbb onPlayerItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  36. [19:33:56] [Server thread/ERROR] [FML]: 12: ASM: appeng.core.stats.AchievementCraftingHandler@10c5e88 onPlayerCraftingEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  37. [19:33:56] [Server thread/ERROR] [FML]: 13: ASM: buildcraft.core.AchievementManager@3a740ff2 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  38. [19:33:56] [Server thread/ERROR] [FML]: 14: ASM: twilightforest.TFEventListener@681d68b9 onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  39. [19:33:56] [Server thread/ERROR] [FML]: 15: ASM: blusunrize.immersiveengineering.common.EventHandler@46cc2ca9 onItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  40. [19:33:56] [Server thread/ERROR] [FML]: 16: ASM: thaumic.tinkerer.common.item.SpellClothCraftingHandler@3343398c ItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  41. [19:33:56] [Server thread/ERROR] [FML]: 17: ASM: fox.spiteful.forbidden.FMEventHandler@560413cb onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  42. [19:33:56] [Server thread/ERROR] [FML]: 18: ASM: mcjty.rftools.FMLEventHandlers@5619d5f7 onItemCraftedEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  43. [19:33:56] [Server thread/ERROR] [FML]: 19: ASM: tonius.simplyjetpacks.crafting.PlatingReturnHandler@34a50aa9 onItemCrafted(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  44. [19:33:56] [Server thread/ERROR] [FML]: 20: ASM: stevesaddons.recipes.ClusterUncraftingRecipe@8e6e72c onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  45. [19:33:56] [Server thread/ERROR] [FML]: 21: ASM: vswe.stevescarts.Helpers.CraftingHandler@352328cc onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  46. [19:33:56] [Server thread/ERROR] [FML]: 22: ASM: tconstruct.weaponry.WeaponryHandler@61ba426c onCrafting(Lcpw/mods/fml/common/gameevent/PlayerEvent$ItemCraftedEvent;)V
  47. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
  48. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at tconstruct.tools.TinkerToolEvents.onCrafting(TinkerToolEvents.java:39)
  49. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_350_TinkerToolEvents_onCrafting_ItemCraftedEvent.invoke(.dynamic)
  50. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  51. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  52. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLCommonHandler.firePlayerCraftingEvent(FMLCommonHandler.java:570)
  53. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.UnitCrafting.onCrafted(UnitCrafting.java:109)
  54. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.UnitCrafting.onCrafting(UnitCrafting.java:92)
  55. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.UnitCrafting.onProduction(UnitCrafting.java:529)
  56. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.Unit.produce(Unit.java:156)
  57. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.Unit.onUpdate(Unit.java:186)
  58. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.unit.UnitCrafting.onUpdate(UnitCrafting.java:270)
  59. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.page.PageMain.onUpdate(PageMain.java:53)
  60. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at vswe.production.tileentity.TileEntityTable.func_145845_h(TileEntityTable.java:323)
  61. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.World.func_72939_s(World.java:1939)
  62. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  63. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  64. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  65. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  66. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  67. [19:33:56] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment