Page 334 of 441

Re: Current Known Bugs list

PostPosted: 26 Jun 2011, 15:45
by Bundy
Computer plays Pulling Teeth. Clash with an opponent is on the stack, then this error pops up:
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.MagicStack.add(MagicStack.java:491)
   at forge.MagicStack.addAndUnfreeze(MagicStack.java:74)
   at forge.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:86)
   at forge.ComputerUtil.playCards(ComputerUtil.java:47)
   at forge.ComputerAI_General.playCards(ComputerAI_General.java:40)
   at forge.ComputerAI_General.main1(ComputerAI_General.java:25)
   at forge.ComputerAI_Input.think(ComputerAI_Input.java:48)
   at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:33)
   at forge.GuiInput.setInput(GuiInput.java:29)
   at forge.GuiInput.update(GuiInput.java:23)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:375)
   at forge.Phase.nextPhase(Phase.java:378)
   at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:769)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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)
I can close the error log and click OK. There is no clash result and Pulling Teeth goes to the graveyard without any effect. Game continues as normal.
----------------------------------
I have 2 Caltrops in play. Computer attacks with Contagious Nim (not very smart to attack with a 2/2 when there are 2 Caltrops in play) and Skitter of Lizards (kicked 2 times). One of the Caltrops effects goes on to the stack, then i get this error:
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.trigger.Trigger_SpellAbilityCast.performTest(Trigger_SpellAbilityCast.java:152)
   at forge.card.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:332)
   at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:266)
   at forge.MagicStack.add(MagicStack.java:473)
   at forge.GameAction.playSpellAbility(GameAction.java:1843)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:968)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:917)
   at forge.Phase.setPriority(Phase.java:67)
   at forge.Phase.resetPriority(Phase.java:74)
   at forge.Phase.handleBeginPhase(Phase.java:298)
   at forge.gui.input.InputControl.updateInput(InputControl.java:97)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:375)
   at forge.Phase.nextPhase(Phase.java:378)
   at forge.Phase.nextPhase(Phase.java:378)
   at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:769)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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)
Only 1 Caltrops triggers. Only Contagious Nim gets 1 damage.

Looked a bit closer during the next combat round. I get a window where it asks which effect to put on the stack first. There are 2 creatures attacking and 2 Caltrops, so there are 4 triggers to choose from. After picking the first trigger the error pops up. After closing the error the window is also closed and no triggers can be selected to put onto the stack.

During the next match i had 1 Caltrops in play, then there are no problems when i get attacked by 2 creatures. I play another Caltrops and it still works like it should. Now there is no error when i place triggers onto the stack :?

I don't know what caused the error, since now it works correctly. Maybe the kicked Skitter of Lizards caused it?

It also seems the computer ignores the Caltrops in play and just attacks when you have nothing to defend, even when the attacker has only 1 defense.

Re: Current Known Bugs list

PostPosted: 26 Jun 2011, 15:47
by slapshot5
s1886x wrote:i was playing thopter control v2 against jund v2. the computer had a sarkhan the mad out and one dragon token. i had a sword of the meek and thopter foundry. i passed him the turn, and this happened:
Fixed in SVN. Thank you for being so specific about the game state. It made this bug very easy to track down.

-slapshot5

Re: Current Known Bugs list

PostPosted: 26 Jun 2011, 16:09
by Sloth
gos wrote:Frost Titan's triggered power doesn't seem to be having any effect. It triggers, I choose an untapped land, and it is tapped, but it untaps the next turn.
This is caused by the same bug as Dawn of the Dead. It's fixed on the SVN.

gos wrote:Fertilid's activated power doesn't work: it removes a +1/+1 counter, but nothing else happens.
Now fixed! Thanks gos.

Re: Current Known Bugs list

PostPosted: 26 Jun 2011, 21:14
by Bundy
Computer casts Ice Cage, but it does not enchant anything.

Re: Current Known Bugs list

PostPosted: 26 Jun 2011, 23:39
by Vecc
I just returned both Eternal Witness and Riftwing Cloudskate from grave to play with Reveillark - but Riftwing Cloudskate goes back to the yard for no apparent reason after both their EtB abilities resolve.

Edit: Also, I just used Venser, the Sojouner to blink a tapped Riftwing Cloudskate, and it came back to play still tapped. Weird. And I can't seem to reproduce this bug.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 01:47
by Professor
Tried sealed deck twice! Invasion block worked OK. Tries 4E and the AI built a deck without lands. 22 cards were in his deck, mostly blue and red, but landless.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 02:21
by Rob Cashwalker
I just confirmed the no land behavior... really odd. I can't figure out why yet.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 03:30
by Almost_Clever
Using the new beta, each turn when the computer controlled a Battle-Rattle Shaman, the game displayed:
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.MagicStack.add(MagicStack.java:491)
   at forge.ComputerUtil.playStack(ComputerUtil.java:217)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:955)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:916)
   at forge.Phase.setPriority(Phase.java:67)
   at forge.Phase.resetPriority(Phase.java:74)
   at forge.Phase.handleBeginPhase(Phase.java:298)
   at forge.gui.input.InputControl.updateInput(InputControl.java:97)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:375)
   at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:769)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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)

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 05:06
by timmermac
1.0.14... Computer played a Guard Duty that isn't enchanting anything. The stack description said it was targeting my Victual Sliver, but it didn't actually make it onto the sliver for some reason.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 11:00
by s1886x
i had the computer play an elf deck of my own build. at one point, as it started its turn, it bugged out. the only cards in the deck that i hadn't seen it play successfully were Joraga Warcaller, Genesis Wave, and Eldrazi Monument. personally, i think it was the warcaller since it has issues with kicker, but i have been able to cast it before, just unable to kick it, so maybe it was the genesis wave. either way, the computer had the following problem with one of the cards:

An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com


For input string: ""


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.ComputerUtil.payManaCost(Unknown Source)
at forge.card.spellability.Cost_Payment.payComputerCosts(Unknown Source)
at forge.ComputerUtil.handlePlayingSpellAbility(Unknown Source)
at forge.ComputerUtil.playCards(Unknown Source)
at forge.ComputerAI_General.playCards(Unknown Source)
at forge.ComputerAI_General.main2(Unknown Source)
at forge.ComputerAI_Input.think(Unknown Source)
at forge.ComputerAI_Input.showMessage(Unknown Source)
at forge.GuiInput.setInput(Unknown Source)
at forge.GuiInput.update(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(Unknown Source)
at forge.Phase.nextPhase(Unknown Source)
at forge.GuiDisplay4$25.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener$Actions.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 14:54
by Accountancy
.
Artillerize still doesn't work at all.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 15:03
by Sloth
s1886x wrote:i had the computer play an elf deck of my own build. at one point, as it started its turn, it bugged out. the only cards in the deck that i hadn't seen it play successfully were Joraga Warcaller, Genesis Wave, and Eldrazi Monument. personally, i think it was the warcaller since it has issues with kicker, but i have been able to cast it before, just unable to kick it, so maybe it was the genesis wave. either way, the computer had the following problem with one of the cards:
| Open
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com


For input string: ""


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.ComputerUtil.payManaCost(Unknown Source)
at forge.card.spellability.Cost_Payment.payComputerCosts(Unknown Source)
at forge.ComputerUtil.handlePlayingSpellAbility(Unknown Source)
at forge.ComputerUtil.playCards(Unknown Source)
at forge.ComputerAI_General.playCards(Unknown Source)
at forge.ComputerAI_General.main2(Unknown Source)
at forge.ComputerAI_Input.think(Unknown Source)
at forge.ComputerAI_Input.showMessage(Unknown Source)
at forge.GuiInput.setInput(Unknown Source)
at forge.GuiInput.update(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(Unknown Source)
at forge.Phase.nextPhase(Unknown Source)
at forge.GuiDisplay4$25.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener$Actions.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)
I tried giving those cards to the AI and there were no problems (ignoring that it casts Genesis Wave for 0). The code looks error proof too. :?:

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 16:01
by gos
.
Ghost Council of Orzhova is missing its etb ability.

Re: Current Known Bugs list

PostPosted: 27 Jun 2011, 23:16
by slapshot5
gos wrote:.
Ghost Council of Orzhova is missing its etb ability.
fixed in SVN. Thanks gos.

-slapshot5

Re: Current Known Bugs list

PostPosted: 28 Jun 2011, 02:44
by Almost_Clever
Level up creatures (such as Joraga Treespeaker and Kazandu Tuskcaller) are immune to Gigantomancer 's ability -- they do not become 7/7 creatures.
Whenever the computer casts Merfolk Observer, the game hits this error:
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.MagicStack.add(MagicStack.java:491)
   at forge.MagicStack.unfreezeStack(MagicStack.java:92)
   at forge.MagicStack.finishResolving(MagicStack.java:773)
   at forge.MagicStack.resolveStack(MagicStack.java:734)
   at forge.Phase.passPriority(Phase.java:528)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
   at forge.GuiInput.selectButtonOK(GuiInput.java:37)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:977)
   at forge.GuiDisplay4.access$300(GuiDisplay4.java:42)
   at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:764)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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)