Advertisement
VOrlando520

Untitled

Mar 26th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. java.lang.NullPointerException: null
  2. at io.github.sdcaptains.Pixelities.Listeners.BattleDex.onEndTurn(BattleDex.java:107) ~[BattleDex.class:?]
  3. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_281_BattleDex_onEndTurn_TurnEndEvent.invoke(.dynamic) ~[?:?]
  4. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96) ~[ASMEventHandler.class:?]
  5. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186) [EventBus.class:?]
  6. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endTurn(BattleControllerBase.java:580) [BattleControllerBase.class:8.1.2]
  7. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:387) [BattleControllerBase.class:8.1.2]
  8. at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:242) [BattleRegistry.class:8.1.2]
  9. at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17) [BattleTickHandler.class:8.1.2]
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_336_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic) [?:?]
  11. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96) [ASMEventHandler.class:?]
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186) [EventBus.class:?]
  13. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:270) [FMLCommonHandler.class:?]
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:913) [MinecraftServer.class:?]
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [nz.class:?]
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) [MinecraftServer.class:?]
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) [MinecraftServer.class:?]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
  19. [21:31:06] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  20. [21:31:06] [Server thread/ERROR] [FML]: 0: NORMAL
  21. [21:31:06] [Server thread/ERROR] [FML]: 1: ASM: io.github.sdcaptains.Pixelities.Listeners.BattleDex@26eeabb7 onEndTurn(Lcom/pixelmonmod/pixelmon/api/events/battles/TurnEndEvent;)V
  22. [21:31:06] [Server thread/INFO] []: Caught error in battle. Continuing...
  23. [21:31:06] [Server thread/WARN] []: java.lang.NullPointerException
  24. [21:31:06] [Server thread/WARN] []: at io.github.sdcaptains.Pixelities.Listeners.BattleDex.onEndTurn(BattleDex.java:107)
  25. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_281_BattleDex_onEndTurn_TurnEndEvent.invoke(.dynamic)
  26. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  27. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  28. [21:31:06] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endTurn(BattleControllerBase.java:580)
  29. [21:31:06] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:387)
  30. [21:31:06] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:242)
  31. [21:31:06] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17)
  32. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_336_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
  33. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  34. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  35. [21:31:06] [Server thread/WARN] []: at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:270)
  36. [21:31:06] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:913)
  37. [21:31:06] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467)
  38. [21:31:06] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  39. [21:31:06] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  40. [21:31:06] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement