Page 4 of 12

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 16:51
by gos
Description: Ninja of the Deep Hours triggered ability. I ninjutsu-ed it into combat.

NullPointerException | Open
Code: Select all
Forge Version:    1.4.3-r22557
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 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)

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 22:58
by mortimermcmire
Still have this error. Crashes upon winning or losing in quest mode.

Code: Select all
Description: [describe what you were doing when the crash occurred]

[spoiler=ArithmeticException][code]
Forge Version:    1.4.3-r22557
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_06 Oracle Corporation

java.lang.ArithmeticException: / by zero
   at forge.gui.match.QuestWinLose.populateCustomPanel(QuestWinLose.java:215)
   at forge.gui.match.ViewWinLose.<init>(ViewWinLose.java:131)
   at forge.control.FControlGameEventHandler$6.run(FControlGameEventHandler.java:163)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
[/code][/spoiler]

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 23:08
by Bundy
Computer has Sphinx-Bone Wand in play. When it triggers the game stops with the wand on the stack and i can't continue.
Computer also has Mirari in play. They both trigger when computer played Mulch.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 23:39
by TastetheJace
I exhumed a bone shredder and couldn't target a harbinger of spring with the EtB trigger.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 23:52
by friarsol
TastetheJace wrote:I exhumed a bone shredder and couldn't target a harbinger of spring with the EtB trigger.
Harbinger of Spring has protection from non-spirit creatures, Bone Shredder is not a Spirit. This isn't a bug.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 16 Jul 2013, 23:55
by friarsol
mortimermcmire wrote:Still have this error. Crashes upon winning or losing in quest mode.
Is your preference for Wins per booster in the difficulty of your quest set to 0? Set it to something else.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 00:44
by friarsol
Anyone who has reported ninjutsu not functioning (gos, cc-drake, others?) this should be fixed for the next beta.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 02:10
by mortimermcmire
friarsol wrote:
mortimermcmire wrote:Still have this error. Crashes upon winning or losing in quest mode.
Is your preference for Wins per booster in the difficulty of your quest set to 0? Set it to something else.
I'm not sure, I ended up deleting all of my user files and that solved it. Thanks for the help though

edit: when facing Cyclops (sliver deck), he suddenly went from 5 cards to 505 cards left in his library. I had a platinumm emperion on the field so I waited it out to see what happened. Turns out he really did have 505 cards in his library, or at least he didn't mill out at 100.

second edit: after the first loss he went to 556 cards in library. What in the world

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 02:48
by spr
Very minor issue : Log entry when playing Tragic Slip or Disenchant is missing creature being targetted. Full details at http://www.cardforge.org/bugz/view.php?id=713.

Cheers,
Steve.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 04:23
by TastetheJace
friarsol wrote:
TastetheJace wrote:I exhumed a bone shredder and couldn't target a harbinger of spring with the EtB trigger.
Harbinger of Spring has protection from non-spirit creatures, Bone Shredder is not a Spirit. This isn't a bug.
Right, but it isn't the Bone Shredder itself that targets the Harbinger; it's an EtB trigger that goes onto the stack in response to Bone Shredder EtB.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 05:13
by Marek14
TastetheJace wrote:
friarsol wrote:
TastetheJace wrote:I exhumed a bone shredder and couldn't target a harbinger of spring with the EtB trigger.
Harbinger of Spring has protection from non-spirit creatures, Bone Shredder is not a Spirit. This isn't a bug.
Right, but it isn't the Bone Shredder itself that targets the Harbinger; it's an EtB trigger that goes onto the stack in response to Bone Shredder EtB.
No, I'm pretty sure that it IS Bone Shredder that targets:
"When Bone Shredder enters the battlefield, destroy target nonartifact, nonblack creature."

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 05:40
by N25
 Devastating Dreams discard cost sometimes doesn't discard the proper number of cards selected.

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 06:21
by Marek14
 Flamekin Harbinger 's ability should be optional (maybe the same problem is with other Harbingers?).

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 07:29
by zxc
Sorry, the error report didn't copy for me again (guess I'll should copypaste manually to make sure it always works), but the game crashed when I tried to use Mindstab Thrull 's ability. Maybe because the opponent had less than 3 cards?

Edit: Nope, it happened immediately when I started another game and the opponent had seven cards.

Description: Mindstab Thrull sacrifice ability

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

java.lang.NullPointerException
   at forge.card.ability.effects.DiscardEffect.resolve(DiscardEffect.java:99)
   at forge.card.ability.AbilityApiBased.resolve(AbilityApiBased.java:62)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1065)
   at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1047)
   at forge.card.spellability.HumanPlaySpellAbility.playAbility(HumanPlaySpellAbility.java:87)
   at forge.game.player.HumanPlay.playSpellAbilityNoStack(HumanPlay.java:241)
   at forge.game.player.PlayerControllerHuman.playSpellAbilityNoStack(PlayerControllerHuman.java:129)
   at forge.card.trigger.WrappedAbility.resolve(WrappedAbility.java:355)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1065)
   at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1047)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:526)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:930)
   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)

Re: Forge Beta: 07-12-2013 ver 1.4.3

PostPosted: 17 Jul 2013, 08:20
by Marek14
I accidentally managed to cancel populate effect of Druid's Deliverance -- shouldn't be possible, the creation of copy is not optional.

Wall of Roots is still able to activate its ability multiple times per turn.