Advertisement
Guest User

Strange radiation bug

a guest
Jan 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. [08:28:15] [Server thread/INFO]: [Crimento: Given [Enriched Uranium] * 1 to Crimento]
  2. [08:28:19] [Server thread/INFO]: Crimento issued server command: /gamemode 0
  3. [08:28:25] [Server thread/ERROR]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$PlayerTickEvent@4159118b:
  4. java.lang.ArrayIndexOutOfBoundsException: -2
  5. at gregapi.util.UT$Entities.applyRadioactivity(UT.java:2823) ~[UT$Entities.class:?]
  6. at gregapi.GT_API_Proxy.onPlayerTickEventServer(GT_API_Proxy.java:369) ~[GT_API_Proxy.class:?]
  7. at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_GT_API_Proxy_onPlayerTickEventServer_PlayerTickEvent.invoke(.dynamic) ~[?:?]
  8. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.58]
  9. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.58]
  10. at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:356) [FMLCommonHandler.class:1.7.10-1614.58]
  11. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:380) [yz.class:?]
  12. at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:399) [mw.class:?]
  13. at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source) [ServerPlayerAPI.class:?]
  14. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java) [mw.class:?]
  15. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:488) [nh.class:?]
  16. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(C03PacketPlayer.java:36) [jd.class:?]
  17. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(C03PacketPlayer.java:144) [je.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_141]
  25. [08:28:25] [Server thread/ERROR]: Index: 1 Listeners:
  26. [08:28:25] [Server thread/ERROR]: 0: NORMAL
  27. [08:28:25] [Server thread/ERROR]: 1: ASM: gregapi.GT_API_Proxy_Server@106289fa onPlayerTickEventServer(Lcpw/mods/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
  28. [08:28:25] [Server thread/ERROR]: 2: ASM: codechicken.nei.ServerHandler@8f3fa68 tickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
  29. [08:28:25] [Server thread/ERROR]: 3: ASM: techguns.events.TechgunsTickHandler@513e96ee onPlayerTick(Lcpw/mods/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
  30. [08:28:25] [Server thread/ERROR]: 4: ASM: appeng.hooks.TickHandler@3f8c999e onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  31. [08:28:25] [Server thread/WARN]: Failed to handle packet for /85.172.60.79:50097
  32. net.minecraft.util.ReportedException: Ticking player
  33. at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:477) ~[mw.class:?]
  34. at api.player.server.ServerPlayerAPI.onUpdateEntity(Unknown Source) ~[ServerPlayerAPI.class:?]
  35. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java) ~[mw.class:?]
  36. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:488) ~[nh.class:?]
  37. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(C03PacketPlayer.java:36) ~[jd.class:?]
  38. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(C03PacketPlayer.java:144) ~[je.class:?]
  39. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) ~[ej.class:?]
  40. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?]
  41. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
  42. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
  43. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
  44. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  45. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
  46. Caused by: java.lang.ArrayIndexOutOfBoundsException: -2
  47. at gregapi.util.UT$Entities.applyRadioactivity(UT.java:2823) ~[UT$Entities.class:?]
  48. at gregapi.GT_API_Proxy.onPlayerTickEventServer(GT_API_Proxy.java:369) ~[GT_API_Proxy.class:?]
  49. at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_GT_API_Proxy_onPlayerTickEventServer_PlayerTickEvent.invoke(.dynamic) ~[?:?]
  50. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.58]
  51. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:1.7.10-1614.58]
  52. at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:356) ~[FMLCommonHandler.class:1.7.10-1614.58]
  53. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:380) ~[yz.class:?]
  54. at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:399) ~[mw.class:?]
  55. ... 12 more
  56. [08:28:25] [Server thread/INFO]: Crimento lost connection: Internal server error
  57. [08:28:25] [Server thread/INFO]: Crimento left the game.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement