Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.50 KB | None | 0 0
  1. [13:16:00] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BeatTrainerEvent@af6ebf2:
  2. java.lang.NullPointerException: null
  3. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.lambda$defeatNPC$0(BeatTrainerListener.java:59) ~[BeatTrainerListener.class:?]
  4. at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_212]
  5. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.defeatNPC(BeatTrainerListener.java:28) ~[BeatTrainerListener.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_90_BeatTrainerListener_defeatNPC_BeatTrainerEvent.invoke(.dynamic) ~[?:?]
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) [EventBus.class:?]
  9. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) [EventBus.class:?]
  10. at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.loseBattle(NPCTrainer.java:569) [NPCTrainer.class:?]
  11. at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:170) [TrainerParticipant.class:?]
  12. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:777) [BattleControllerBase.class:?]
  13. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:670) [BattleControllerBase.class:?]
  14. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:231) [EntityOccupiedPokeball.class:?]
  15. at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhl000(EntityThrowable.java:599) [aev.class:?]
  16. at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
  17. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:190) [EntityPokeBall.class:?]
  18. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:103) [EntityOccupiedPokeball.class:?]
  19. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) [TrackingUtil.class:1.12.2-2768-7.1.6-RC3616]
  20. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:2997) [oo.class:?]
  21. at net.minecraft.world.World.func_72866_a(World.java:4159) [amu.class:?]
  22. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  23. at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
  24. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:5082) [oo.class:?]
  25. at net.minecraft.world.World.func_72939_s(World.java:6688) [amu.class:?]
  26. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2291) [oo.class:?]
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  32. [13:16:00] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  33. [13:16:00] [Server thread/ERROR] [FML]: 0: NORMAL
  34. [13:16:00] [Server thread/ERROR] [FML]: 1: ASM: io.github.teitss.pixelmoney.listeners.BeatTrainerListener@19ce7971 defeatNPC(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  35. [13:16:00] [Server thread/ERROR] [FML]: 2: ASM: com.trainercommands.events.PixelEvents@2fec75f onTrainerBeat(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  36. [13:16:00] [Server thread/ERROR] [FML]: 3: ASM: com.mccomplex.treq.events.BattleHandler@51b86dd6 onBattleEnded(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  37. [13:16:00] [Server thread/ERROR] [FML]: 4: ASM: agp.andwhat5.listeners.forge.GymNPCDefeatListener@6e32067a onBeatTrainer(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  38. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  39. [13:16:00] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  40. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  41. [13:16:00] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  42. [13:16:00] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  43. [13:16:00] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  44. [13:16:00] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  45. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  46. [13:16:00] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: EntityTickPhase */
  47. [13:16:00] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  48. [13:16:00] [Server thread/ERROR] [Sponge]: /* - Owner: EntityPlayerMP['Living_383'/1155, l='adminWorld', x=-248.17, y=72.48, z=-16.42] */
  49. [13:16:00] [Server thread/ERROR] [Sponge]: /* - Source: EntityOccupiedPokeball['Bulbasaur Poké Ball'/11712, l='adminWorld', x=-242.24, y=70.40, z=-15.23] */
  50. [13:16:00] [Server thread/ERROR] [Sponge]: /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  51. [13:16:00] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@5f69c707 */
  52. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  53. [13:16:00] [Server thread/ERROR] [Sponge]: /* StackTrace: */
  54. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null */
  55. [13:16:00] [Server thread/ERROR] [Sponge]: /* io.github.teitss.pixelmoney.listeners.BeatTrainerListener.lambda$defeatNPC$0(BeatTrainerListener.java:59) */
  56. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.util.Optional.ifPresent(Optional.java:159) */
  57. [13:16:00] [Server thread/ERROR] [Sponge]: /* io.github.teitss.pixelmoney.listeners.BeatTrainerListener.defeatNPC(BeatTrainerListener.java:28) */
  58. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_90_BeatTrainerListener_defeatNPC_BeatTrainerEvent.invoke(.dynamic) */
  59. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  60. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) */
  61. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) */
  62. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.loseBattle(NPCTrainer.java:569) */
  63. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:170) */
  64. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:777) */
  65. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:670) */
  66. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:231) */
  67. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhl000(EntityThrowable.java:599) */
  68. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) */
  69. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:190) */
  70. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:103) */
  71. [13:16:00] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) */
  72. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:2997) */
  73. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:4159) */
  74. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  75. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1955) */
  76. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:5082) */
  77. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:6688) */
  78. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2291) */
  79. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  80. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  81. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  82. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  83. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  84. [13:16:00] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
  85. [13:16:00] [Server thread/ERROR] [Sponge]: /* */
  86. [13:16:00] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  87. [13:16:00] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-672794fe */
  88. [13:16:00] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.6-SNAPSHOT */
  89. [13:16:00] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2768-7.1.6-RC3616 */
  90. [13:16:00] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.0 */
  91. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  92. [13:16:00] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BeatTrainerEvent@6cd92941:
  93. java.lang.NullPointerException: null
  94. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.lambda$defeatNPC$0(BeatTrainerListener.java:59) ~[BeatTrainerListener.class:?]
  95. at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_212]
  96. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.defeatNPC(BeatTrainerListener.java:28) ~[BeatTrainerListener.class:?]
  97. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_90_BeatTrainerListener_defeatNPC_BeatTrainerEvent.invoke(.dynamic) ~[?:?]
  98. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  99. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) [EventBus.class:?]
  100. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) [EventBus.class:?]
  101. at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.loseBattle(NPCTrainer.java:569) [NPCTrainer.class:?]
  102. at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:170) [TrainerParticipant.class:?]
  103. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:777) [BattleControllerBase.class:?]
  104. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:670) [BattleControllerBase.class:?]
  105. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:231) [EntityOccupiedPokeball.class:?]
  106. at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhl000(EntityThrowable.java:599) [aev.class:?]
  107. at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
  108. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:190) [EntityPokeBall.class:?]
  109. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:103) [EntityOccupiedPokeball.class:?]
  110. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) [TrackingUtil.class:1.12.2-2768-7.1.6-RC3616]
  111. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:2997) [oo.class:?]
  112. at net.minecraft.world.World.func_72866_a(World.java:4159) [amu.class:?]
  113. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  114. at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
  115. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:5082) [oo.class:?]
  116. at net.minecraft.world.World.func_72939_s(World.java:6688) [amu.class:?]
  117. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2291) [oo.class:?]
  118. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  119. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  120. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  121. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  122. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  123. [13:16:00] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  124. [13:16:00] [Server thread/ERROR] [FML]: 0: NORMAL
  125. [13:16:00] [Server thread/ERROR] [FML]: 1: ASM: io.github.teitss.pixelmoney.listeners.BeatTrainerListener@19ce7971 defeatNPC(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  126. [13:16:00] [Server thread/ERROR] [FML]: 2: ASM: com.trainercommands.events.PixelEvents@2fec75f onTrainerBeat(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  127. [13:16:00] [Server thread/ERROR] [FML]: 3: ASM: com.mccomplex.treq.events.BattleHandler@51b86dd6 onBattleEnded(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  128. [13:16:00] [Server thread/ERROR] [FML]: 4: ASM: agp.andwhat5.listeners.forge.GymNPCDefeatListener@6e32067a onBeatTrainer(Lcom/pixelmonmod/pixelmon/api/events/BeatTrainerEvent;)V
  129. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  130. [13:16:00] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  131. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  132. [13:16:00] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  133. [13:16:00] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  134. [13:16:00] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  135. [13:16:00] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  136. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  137. [13:16:00] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: EntityTickPhase */
  138. [13:16:00] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  139. [13:16:00] [Server thread/ERROR] [Sponge]: /* - Owner: EntityPlayerMP['FoxletCG'/5258, l='adminWorld', x=-249.30, y=71.00, z=-15.81] */
  140. [13:16:00] [Server thread/ERROR] [Sponge]: /* - Source: EntityOccupiedPokeball['Groudon Poké Ball'/11660, l='adminWorld', x=-240.61, y=71.38, z=-15.22] */
  141. [13:16:00] [Server thread/ERROR] [Sponge]: /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  142. [13:16:00] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@37dccbe9 */
  143. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  144. [13:16:00] [Server thread/ERROR] [Sponge]: /* StackTrace: */
  145. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null */
  146. [13:16:00] [Server thread/ERROR] [Sponge]: /* io.github.teitss.pixelmoney.listeners.BeatTrainerListener.lambda$defeatNPC$0(BeatTrainerListener.java:59) */
  147. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.util.Optional.ifPresent(Optional.java:159) */
  148. [13:16:00] [Server thread/ERROR] [Sponge]: /* io.github.teitss.pixelmoney.listeners.BeatTrainerListener.defeatNPC(BeatTrainerListener.java:28) */
  149. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_90_BeatTrainerListener_defeatNPC_BeatTrainerEvent.invoke(.dynamic) */
  150. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  151. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) */
  152. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) */
  153. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.loseBattle(NPCTrainer.java:569) */
  154. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:170) */
  155. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:777) */
  156. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:670) */
  157. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:231) */
  158. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhl000(EntityThrowable.java:599) */
  159. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) */
  160. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:190) */
  161. [13:16:00] [Server thread/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:103) */
  162. [13:16:00] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) */
  163. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:2997) */
  164. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:4159) */
  165. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
  166. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1955) */
  167. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:5082) */
  168. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:6688) */
  169. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2291) */
  170. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  171. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  172. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  173. [13:16:00] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  174. [13:16:00] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  175. [13:16:00] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
  176. [13:16:00] [Server thread/ERROR] [Sponge]: /* */
  177. [13:16:00] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  178. [13:16:00] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-672794fe */
  179. [13:16:00] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.6-SNAPSHOT */
  180. [13:16:00] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2768-7.1.6-RC3616 */
  181. [13:16:00] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.0 */
  182. [13:16:00] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************/
  183. [13:16:00] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.BeatTrainerEvent@1d6f06d2:
  184. java.lang.NullPointerException: null
  185. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.lambda$defeatNPC$0(BeatTrainerListener.java:59) ~[BeatTrainerListener.class:?]
  186. at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_212]
  187. at io.github.teitss.pixelmoney.listeners.BeatTrainerListener.defeatNPC(BeatTrainerListener.java:28) ~[BeatTrainerListener.class:?]
  188. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_90_BeatTrainerListener_defeatNPC_BeatTrainerEvent.invoke(.dynamic) ~[?:?]
  189. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  190. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) [EventBus.class:?]
  191. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) [EventBus.class:?]
  192. at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.loseBattle(NPCTrainer.java:569) [NPCTrainer.class:?]
  193. at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.endBattle(TrainerParticipant.java:170) [TrainerParticipant.class:?]
  194. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:777) [BattleControllerBase.class:?]
  195. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:670) [BattleControllerBase.class:?]
  196. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70184_a(EntityOccupiedPokeball.java:231) [EntityOccupiedPokeball.class:?]
  197. at net.minecraft.entity.projectile.EntityThrowable.redirect$onProjectileImpact$zhl000(EntityThrowable.java:599) [aev.class:?]
  198. at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) [aev.class:?]
  199. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityPokeBall.func_70071_h_(EntityPokeBall.java:190) [EntityPokeBall.class:?]
  200. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityOccupiedPokeball.func_70071_h_(EntityOccupiedPokeball.java:103) [EntityOccupiedPokeball.class:?]
  201. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) [TrackingUtil.class:1.12.2-2768-7.1.6-RC3616]
  202. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:2997) [oo.class:?]
  203. at net.minecraft.world.World.func_72866_a(World.java:4159) [amu.class:?]
  204. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  205. at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
  206. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:5082) [oo.class:?]
  207. at net.minecraft.world.World.func_72939_s(World.java:6688) [amu.class:?]
  208. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2291) [oo.class:?]
  209. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  210. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  211. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  212. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  213. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement