Page 1 of 1

Bug : Ninjutsu skill causes game to crash

PostPosted: 19 Jul 2013, 05:26
by Silence
Hello,

I'm currently playing Forge version 1.4.3 and recently tried to build a quick U/B Ninjutsu deck that used unblockable creatures - however, whenever I manage to successfully put a Ninja into play during the declare blockers step, the game crashes and gives me an error report. I also had this error on Forge version 1.4.2 - while it seems to apply to any card with Ninjutsu on both versions I generally get this bug to happen the quickest by using Mistblade Shinobi 's Ninjutsu on Invisible Stalker or Tormented Soul.

NullPointerException | Open
Code: Select all
Forge Version:    1.4.3-r22557
Operating System: Windows 8 6.2 x86
Java Version:     1.7.0_25 Oracle Corporation

java.lang.NullPointerException
   at forge.game.combat.Combat.assignAttackersDamage(Combat.java:479)
   at forge.game.combat.Combat.assignCombatDamage(Combat.java:527)
   at forge.game.phase.PhaseHandler.onPhaseBegin(PhaseHandler.java:342)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:928)
   at forge.game.GameAction.startGame(GameAction.java:1501)
   at forge.game.Match$1.run(Match.java:109)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Here is the deck I am currently using:

Code: Select all
Blue Black Ninjas

Main:
4 Mana Leak
2 Okiba-Gang Shinobi
4 Watery Grave
4 Ninja of the Deep Hours
4 Drowned Catacomb
4 Dimir Aqueduct
4 Tormented Soul
3 Throat Slitter
3 Whispersilk Cloak
3 Higure, the Still Wind
6 Swamp
2 Ink-Eyes, Servant of Oni
3 Go for the Throat
6 Island
4 Invisible Stalker
4 Mistblade Shinobi
Hope this can be fixed soon, thanks!