Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  2. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  3. [23:08:23] [Server thread/ERROR] [FML]: Index: 2 Listeners:
  4. [23:08:23] [Server thread/ERROR] [FML]: 0: NORMAL
  5. [23:08:23] [Server thread/ERROR] [FML]: 1: ASM: com.pixelmonmod.pixelmon.PixelmonEventHandler@41ec8339 onBattleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  6. [23:08:23] [Server thread/ERROR] [FML]: 2: ASM: rs.expand.pixelmonbroadcasts.listeners.BattleEndListener@11b622fc onBattleEndEvent(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  7. [23:08:23] [Server thread/ERROR] [FML]: 3: ASM: com.pixelmonmod.pixelmon.listener.PokerusSpreader@5ab59acb onBattleEnd(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  8. [23:08:23] [Server thread/ERROR] [FML]: 4: ASM: fr.pokepixel.traineritem.Event@71f5b4d6 onTrainerBattleFinish(Lcom/pixelmonmod/pixelmon/api/events/battles/BattleEndEvent;)V
  9. [23:08:23] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:95]: Caught error in battle. Continuing...
  10. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: java.lang.NullPointerException
  11. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer.getName(NPCTrainer.java:247)
  12. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getTranslatedName(TrainerParticipant.java:218)
  13. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getDisplayName(TrainerParticipant.java:299)
  14. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at rs.expand.pixelmonbroadcasts.listeners.BattleEndListener.onBattleEndEvent(BattleEndListener.java:93)
  15. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_53_BattleEndListener_onBattleEndEvent_BattleEndEvent.invoke(.dynamic)
  16. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  17. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  18. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  19. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:825)
  20. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattle(BattleControllerBase.java:705)
  21. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.endBattleWithoutXP(BattleControllerBase.java:857)
  22. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:289)
  23. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:143)
  24. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
  25. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_83_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
  26. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  27. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:652)
  28. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:590)
  29. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273)
  30. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
  31. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  32. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  33. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  34. [23:08:23] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:96]: at java.lang.Thread.run(Thread.java:748)
  35. [23:08:24] [Server thread/INFO] [wondertrade]: epicjorjorSNAKE added a level 8 Magikarp.
  36. [23:08:24] [Server thread/INFO] [wondertrade]: epicjorjorSNAKE removed a level 11 Hoothoot.
  37. [23:08:24] [Server thread/INFO] [nucleus]: Nikohai ran the command: /warp pokecenter
  38. [23:08:24] [Server thread/INFO] [nucleus]: Nikohai ran the command: /fly false
  39. [23:08:27] [Server thread/INFO] [nucleus]: CaptainMarvelDC ran the command: /rtp
  40. [23:08:28] [Server thread/INFO] [nucleus]: Zeromr ran the command: /rtp
  41. [23:08:28] [Server thread/INFO] [nucleus]: epicjorjorSNAKE ran the command: /fly false
  42. >
Add Comment
Please, Sign In to add comment