Skip to content

Instantly share code, notes, and snippets.

@xPXpanD
Created January 10, 2018 14:44
Show Gist options
  • Save xPXpanD/c29bacd728ac016908d2dbad5ee612fb to your computer and use it in GitHub Desktop.
Save xPXpanD/c29bacd728ac016908d2dbad5ee612fb to your computer and use it in GitHub Desktop.
[20:50:32] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:285)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:750)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:50:32] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:50:40] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:272)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:50:40] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:50:45] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:285)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:750)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:50:45] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:50:49] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:684)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:622)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:1120)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:921)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:353)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:272)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:50:49] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:51:11] [Server thread/INFO] [nucleus]: DUELIST ran the command: /pokeheal
[20:51:11] [Server thread/INFO]: [DUELIST: DUELIST successfully healed DUELIST's Pok¨¦mon!]
[20:51:17] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:285)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:750)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:51:17] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:51:24] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:272)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:51:24] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:51:33] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:149]: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling for attack Fling
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]: java.lang.NullPointerException
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling.applyEffect(Fling.java:156)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:795)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:594)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:488)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:196)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI.getWeightedAttackChoices(TacticalAI.java:59)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextMove(AdvancedAI.java:31)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getMove(TrainerParticipant.java:228)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.chooseMove(PixelmonWrapper.java:463)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.selectAIAction(PixelmonWrapper.java:455)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant.selectAction(BattleParticipant.java:299)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:291)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:151)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_142_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:272)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:774)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
[20:51:33] [Server thread/INFO] [STDERR]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:150]:
at java.lang.Thread.run(Unknown Source)
[20:51:33] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.battles.controller.log.BattleLog:onCrash:155]: ===Too many errors detected in battle, force-ending===
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment