Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. [11:28:25] [Server thread/ERROR]: Exception caught during firing event net.minecraftforge.event.entity.player.EntityItemPickupEvent@6013a87d:
  2. java.lang.NullPointerException
  3. at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:261) ~[add.class:?]
  4. at net.fuix.bound.init.ServerSide.getBlockingSettings(ServerSide.java:158) ~[ServerSide.class:?]
  5. at net.fuix.bound.init.ServerSide.onEntityItemPickup(ServerSide.java:105) ~[ServerSide.class:?]
  6. at cpw.mods.fml.common.eventhandler.ASMEventHandler_507_ServerSide_onEntityItemPickup_EntityItemPickupEvent.invoke(.dynamic) ~[?:?]
  7. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.58]
  8. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.58]
  9. at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:395) [xk.class:?]
  10. at tconstruct.library.tools.AbilityHelper.spawnItemAtPlayer(AbilityHelper.java:592) [AbilityHelper.class:?]
  11. at tconstruct.smeltery.logic.CastingBlockLogic.interact(CastingBlockLogic.java:320) [CastingBlockLogic.class:?]
  12. at tconstruct.smeltery.blocks.SearedBlock.activateCastingBlock(SearedBlock.java:104) [SearedBlock.class:?]
  13. at tconstruct.smeltery.blocks.SearedBlock.func_149727_a(SearedBlock.java:82) [SearedBlock.class:?]
  14. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:465) [mx.class:?]
  15. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:861) [nh.class:?]
  16. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) [jo.class:?]
  17. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) [jo.class:?]
  18. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) [ej.class:?]
  19. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?]
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  24. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  25. [11:28:25] [Server thread/ERROR]: Index: 2 Listeners:
  26. [11:28:25] [Server thread/ERROR]: 0: HIGHEST
  27. [11:28:25] [Server thread/ERROR]: 1: ASM: cofh.thermalfoundation.util.EventHandlerLexicon@5fcc18b2 handleEntityItemPickupEvent(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  28. [11:28:25] [Server thread/ERROR]: 2: ASM: net.fuix.bound.init.ServerSide@38836156 onEntityItemPickup(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  29. [11:28:25] [Server thread/ERROR]: 3: NORMAL
  30. [11:28:25] [Server thread/ERROR]: 4: ASM: ic2.core.IC2Achievements@7ea802a4 onItemPickup(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  31. [11:28:25] [Server thread/ERROR]: 5: ASM: thaumcraft.common.lib.events.EventHandlerEntity@4e0892e7 itemPickup(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  32. [11:28:25] [Server thread/ERROR]: 6: ASM: vazkii.botania.common.item.ItemFlowerBag@4546370e onPickupItem(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  33. [11:28:25] [Server thread/ERROR]: 7: ASM: forestry.core.EventHandlerCore@58584c00 handleItemPickup(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  34. [11:28:25] [Server thread/ERROR]: 8: ASM: noppes.npcs.ServerEventsHandler@15609d6f pickUp(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  35. [11:28:25] [Server thread/ERROR]: 9: ASM: com.brandon3055.draconicevolution.common.achievements.Achievements@46e5dec3 entityPickupEvent(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  36. [11:28:25] [Server thread/ERROR]: 10: ASM: fox.spiteful.avaritia.LudicrousEvents@1a06371e clusterClustererererer(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  37. [11:28:25] [Server thread/ERROR]: 11: ASM: com.rwtema.extrautils.EventHandlerServer@7f1e9317 unstableIngotDestroyer(Lnet/minecraftforge/event/entity/player/EntityItemPickupEvent;)V
  38. [11:28:25] [Server thread/WARN]: Failed to handle packet for /85.26.232.102:56692
  39. java.lang.NullPointerException
  40. at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:261) ~[add.class:?]
  41. at net.fuix.bound.init.ServerSide.getBlockingSettings(ServerSide.java:158) ~[ServerSide.class:?]
  42. at net.fuix.bound.init.ServerSide.onEntityItemPickup(ServerSide.java:105) ~[ServerSide.class:?]
  43. at cpw.mods.fml.common.eventhandler.ASMEventHandler_507_ServerSide_onEntityItemPickup_EntityItemPickupEvent.invoke(.dynamic) ~[?:?]
  44. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.58]
  45. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:1.7.10-1614.58]
  46. at net.minecraft.entity.item.EntityItem.func_70100_b_(EntityItem.java:395) ~[xk.class:?]
  47. at tconstruct.library.tools.AbilityHelper.spawnItemAtPlayer(AbilityHelper.java:592) ~[AbilityHelper.class:?]
  48. at tconstruct.smeltery.logic.CastingBlockLogic.interact(CastingBlockLogic.java:320) ~[CastingBlockLogic.class:?]
  49. at tconstruct.smeltery.blocks.SearedBlock.activateCastingBlock(SearedBlock.java:104) ~[SearedBlock.class:?]
  50. at tconstruct.smeltery.blocks.SearedBlock.func_149727_a(SearedBlock.java:82) ~[SearedBlock.class:?]
  51. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:465) ~[mx.class:?]
  52. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:861) ~[nh.class:?]
  53. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jo.class:?]
  54. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jo.class:?]
  55. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) ~[ej.class:?]
  56. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?]
  57. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
  58. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
  59. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
  60. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  61. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  62. [11:28:25] [Server thread/INFO]: Evgen lost connection: Internal server error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement