Skip to content

Instantly share code, notes, and snippets.

@Flashback083
Created July 13, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Flashback083/5bb0525f637c989825c95ad5ea86f7db to your computer and use it in GitHub Desktop.
Save Flashback083/5bb0525f637c989825c95ad5ea86f7db to your computer and use it in GitHub Desktop.
===Too many errors detected in battle, force-ending===
[15:36:36] [Server thread/INFO] []: Error in applyEffect for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect for attack attack.grav_apple.name
[15:36:36] [Server thread/WARN] []: java.lang.NullPointerException
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.entities.pixelmon.stats.BattleStats.decreaseStat(BattleStats.java:381)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.entities.pixelmon.stats.BattleStats.modifyStat(BattleStats.java:231)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.entities.pixelmon.stats.BattleStats.modifyStat(BattleStats.java:202)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect.applyStatEffect(StatsEffect.java:72)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.attacks.Attack.applyAttackEffect(Attack.java:792)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:593)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:479)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:178)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.weightOffensiveMove(BattleAIBase.java:197)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase.getWeightedOffensiveChoices(BattleAIBase.java:258)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.getNextOpponentMoves(AdvancedAI.java:145)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI.validateSwitch(AdvancedAI.java:161)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI.getNextSwitch(AggressiveAI.java:105)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.participants.TrainerParticipant.getNextPokemon(TrainerParticipant.java:199)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.checkFaint(BattleControllerBase.java:655)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:362)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:181)
[15:36:36] [Server thread/WARN] []: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:17)
[15:36:36] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_213_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[15:36:36] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
[15:36:36] [Server thread/WARN] []: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
[15:36:36] [Server thread/WARN] []: at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:270)
[15:36:36] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:908)
[15:36:36] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:466)
[15:36:36] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778)
[15:36:36] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
[15:36:36] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment