Re: Forge Beta: 3-14-2015 ver 1.5.37
by TastetheJace
Description: Successfully casted Stormcaller's Boon, cascaded into Charisma. Crashed upon casting Charisma.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.37-r-1
Operating System: Windows 7 6.1 x86
Java Version: 1.8.0_25 Oracle Corporation
java.lang.NullPointerException
at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:67)
at forge.player.HumanPlay.playSpellAbility(HumanPlay.java:95)
at forge.player.PlayerControllerHuman.playSaFromPlayEffect(PlayerControllerHuman.java:1162)
at forge.game.ability.effects.PlayEffect.resolve(PlayEffect.java:215)
at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:119)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1234)
at forge.game.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1227)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1241)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1216)
at forge.player.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:138)
at forge.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:196)
at forge.player.PlayerControllerHuman.playSpellAbilityNoStack(PlayerControllerHuman.java:233)
at forge.game.trigger.WrappedAbility.resolve(WrappedAbility.java:412)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1234)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1216)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:479)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:972)
at forge.game.GameAction.startGame(GameAction.java:1390)
at forge.game.Match.startGame(Match.java:96)
at forge.match.HostedMatch$2.run(HostedMatch.java:227)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)