Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. [19:38:54] [Server thread/ERROR] [FML]: Exception caught during firing event com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent@3a49df2c:
  2. java.lang.NullPointerException: null
  3. at de.waterdu.clans.war.War.getWarClan(War.java:338) ~[War.class:?]
  4. at de.waterdu.clans.war.War.onEndBattle(War.java:403) ~[War.class:?]
  5. at de.waterdu.clans.war.manager.WarWatcher.battleEnd(WarWatcher.java:59) ~[WarWatcher.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_66_WarWatcher_battleEnd_BattleEndEvent.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.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:735) [BattleControllerBase.class:?]
  11. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:630) [BattleControllerBase.class:?]
  12. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:758) [BattleControllerBase.class:?]
  13. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkDefeated(BattleControllerBase.java:1083) [BattleControllerBase.class:?]
  14. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkPokemon(BattleControllerBase.java:1026) [BattleControllerBase.class:?]
  15. at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:317) [BattleControllerBase.class:?]
  16. at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181) [BattleRegistry.class:?]
  17. at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17) [BattleTickHandler.class:?]
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_101_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic) [?:?]
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746) [EventBus.class:?]
  21. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696) [EventBus.class:?]
  22. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274) [FMLCommonHandler.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776) [MinecraftServer.class:?]
  24. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  25. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  26. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  28. > [19:38:54] [Server thread/ERROR] [FML]: Index: 3 Listeners:
  29. > [19:38:54] [Server thread/ERROR] [FML]: 0: NORMAL
  30. > [19:38:54] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@4228d357 onBattleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  31. > [19:38:54] [Server thread/ERROR] [FML]: 2: ASM: de.waterdu.clans.gym.manager.GymWatcher@2f2e088 battleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  32. > [19:38:54] [Server thread/ERROR] [FML]: 3: ASM: de.waterdu.clans.war.manager.WarWatcher@36b95241 battleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  33. > [19:38:54] [Server thread/ERROR] [FML]: 4: ASM: com.hiroku.tournaments.listeners.BattleListener@1f3ec5f7 onBattleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  34. > [19:38:54] [Server thread/ERROR] [FML]: 5: ASM: class com.pixelmonmod.pixelmon.listener.PokerusSpreader onBattleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  35. > [19:38:54] [Server thread/ERROR] [FML]: 6: ASM: agp.andwhat5.listeners.forge.GymPlayerDefeatListener@a5960a5 onBattleEnded(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  36. > [19:38:54] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:95]: Caught error in battle. Continuing...
  37. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: java.lang.NullPointerException
  38. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at de.waterdu.clans.war.War.getWarClan(War.java:338)
  39. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at de.waterdu.clans.war.War.onEndBattle(War.java:403)
  40. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at de.waterdu.clans.war.manager.WarWatcher.battleEnd(WarWatcher.java:59)
  41. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_66_WarWatcher_battleEnd_BattleEndEvent.invoke(.dynamic)
  42. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  43. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746)
  44. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696)
  45. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:735)
  46. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:630)
  47. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:758)
  48. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkDefeated(BattleControllerBase.java:1083)
  49. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkPokemon(BattleControllerBase.java:1026)
  50. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:317)
  51. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
  52. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17)
  53. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_101_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
  54. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  55. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:746)
  56. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:696)
  57. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
  58. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
  59. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  60. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  61. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  62. [19:38:54] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement