Description: Forge always crashes like this whenever the AI targets a planeswalker with a burn spell that can have multiple targets, like
Electrolyze,
Forked Bolt, and
Conflagrate. The crash happens on spell resolution.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.6.13.002
Operating System: Linux 3.18.14-11476814 armv8l
Java Version: 0 The Android Project
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
at forge.game.spellability.TargetRestrictions.getDividedValue(TargetRestrictions.java:772)
at forge.game.ability.effects.DamageDealEffect.resolve(DamageDealEffect.java:176)
at forge.game.ability.SpellApiBased.resolve(SpellApiBased.java:55)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1350)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1327)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:525)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1006)
at forge.game.GameAction.startGame(GameAction.java:1690)
at forge.game.Match.startGame(Match.java:87)
at forge.match.HostedMatch$2.run(HostedMatch.java:235)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)