Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by Milod » 22 Jul 2011, 17:13
i cant use Phyrexian Metamorph and clone it happens verry often in game in the first turn it might work then i cant use it anymore nothing happens when i click on it is this a knowen iseu?
thnx
thnx
Last edited by Chris H. on 22 Jul 2011, 17:29, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
Re: Current Known Bugs list
by s1886x » 23 Jul 2011, 08:33
I used Adarkar Valkyrie on my opponent's Sprouting Thrinax, then I destroyed it with Tendrils of Corruption. It then proceeded to loop and endlessly add tokens to my opponent's side. Apparently Adarkar Valkyrie doesn't remove damage from the creature before bringing it back
Last edited by Chris H. on 23 Jul 2011, 10:18, edited 1 time in total.
Reason: Mouse-over + spelling
Reason: Mouse-over + spelling
- s1886x
- Posts: 141
- Joined: 14 Jun 2010, 01:07
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by phm » 23 Jul 2011, 11:37
Latest SVN build:
Copies of the Plant Wall and Wolf Pet tokens made by Rhys the Redeemed have lost their abilities (defender, deathtouch, flanking, etc.).
Edit: I don't think abilities are copied at all, copies of Insect tokens from Phyrexian Swarmlord lack the infect ability aswell.
Copies of the Plant Wall and Wolf Pet tokens made by Rhys the Redeemed have lost their abilities (defender, deathtouch, flanking, etc.).
Edit: I don't think abilities are copied at all, copies of Insect tokens from Phyrexian Swarmlord lack the infect ability aswell.
-
phm - Posts: 21
- Joined: 05 May 2011, 19:20
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by cc-drake » 23 Jul 2011, 18:15
I attack with Thalakos Sentry into AI's Goblin Mutant:
- 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
For input string: "creatures with power 3 or greater"
Version:
Forge -- official beta: $Date: 2011-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "creatures with power 3 or greater"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.CombatUtil.canBlock(CombatUtil.java:316)
at forge.ComputerUtil_Block2.getPossibleBlockers(ComputerUtil_Block2.java:133)
at forge.ComputerUtil_Block2.makeGoodBlocks(ComputerUtil_Block2.java:240)
at forge.ComputerUtil_Block2.getBlockers(ComputerUtil_Block2.java:581)
at forge.ComputerAI_General.declare_blockers(ComputerAI_General.java:354)
at forge.gui.input.InputControl.updateInput(InputControl.java:155)
at forge.gui.input.InputControl.updateInput(InputControl.java:139)
at forge.GuiInput.update(GuiInput.java:30)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:458)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:875)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
Re: Current Known Bugs list
by Sloth » 23 Jul 2011, 19:01
I fixed this today.cc-drake wrote:I attack with Thalakos Sentry into AI's Goblin Mutant:
- 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
For input string: "creatures with power 3 or greater"
Version:
Forge -- official beta: $Date: 2011-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "creatures with power 3 or greater"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.CombatUtil.canBlock(CombatUtil.java:316)
at forge.ComputerUtil_Block2.getPossibleBlockers(ComputerUtil_Block2.java:133)
at forge.ComputerUtil_Block2.makeGoodBlocks(ComputerUtil_Block2.java:240)
at forge.ComputerUtil_Block2.getBlockers(ComputerUtil_Block2.java:581)
at forge.ComputerAI_General.declare_blockers(ComputerAI_General.java:354)
at forge.gui.input.InputControl.updateInput(InputControl.java:155)
at forge.gui.input.InputControl.updateInput(InputControl.java:139)
at forge.GuiInput.update(GuiInput.java:30)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:458)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:875)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)

-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Almost_Clever » 23 Jul 2011, 21:33
I used Master Transmuter to bounce an artifact creature targeted by Excommunicate to my hand and returned it to play; however, Excommunicate still put it on top of my library (technically it was a different creature than the one the Excommunicate had targeted).
The triggered abilities are reversed for Deathbringer Liege (you should tap and then destroy target creature when you play a spell that is both white and black). In game, they are presented as stackable abilities for which you can choose the order. In testing this, I had multiple Deathbringer Liege 's in play and cast another one; I was careful to put all of the "destroy" abilities on the stack first and then all of the "tap" abilities but Forge would consistently reorder the stack to destroy, tap, tap, ..., tap, destroy, ..., destroy.
The text description of a few cards use the wrong "it's" ("it's" = "it is" and "its" = "belonging to it"): Bant Charm, Crystal Seer, Research the Deep, Sensei's Divining Top, Titan's Revenge, Undiscovered Paradise, Vacuumelt.
I believe we can use "Hexproof" for a few more cards: Shielding Plax, Vines of Vastwood (until EOT), Canopy Cover. Note, Gatherer does not have "Hexproof" for these either, so I may be mistaken.
It's not a bug, but I wonder how it knows: in the Deck Editor Oracle of Mul Daya says "Top card: [(Qasali Pridemage (20)]"!
The triggered abilities are reversed for Deathbringer Liege (you should tap and then destroy target creature when you play a spell that is both white and black). In game, they are presented as stackable abilities for which you can choose the order. In testing this, I had multiple Deathbringer Liege 's in play and cast another one; I was careful to put all of the "destroy" abilities on the stack first and then all of the "tap" abilities but Forge would consistently reorder the stack to destroy, tap, tap, ..., tap, destroy, ..., destroy.
The text description of a few cards use the wrong "it's" ("it's" = "it is" and "its" = "belonging to it"): Bant Charm, Crystal Seer, Research the Deep, Sensei's Divining Top, Titan's Revenge, Undiscovered Paradise, Vacuumelt.
I believe we can use "Hexproof" for a few more cards: Shielding Plax, Vines of Vastwood (until EOT), Canopy Cover. Note, Gatherer does not have "Hexproof" for these either, so I may be mistaken.
It's not a bug, but I wonder how it knows: in the Deck Editor Oracle of Mul Daya says "Top card: [(Qasali Pridemage (20)]"!
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Braids » 23 Jul 2011, 22:09
the quandry here is whether to ask the player the order in which the triggered effects should go on the stack, or in which order they should resolve. the former is backward and counterintuitive to most players, in my opinion. is the wording of the question about the ordering leading you to believe it is one instead of the other?Almost_Clever wrote:. . . The triggered abilities are reversed for Deathbringer Liege (you should tap and then destroy target creature when you play a spell that is both white and black). In game, they are presented as stackable abilities for which you can choose the order. In testing this, I had multiple Deathbringer Liege 's in play and cast another one; I was careful to put all of the "destroy" abilities on the stack first and then all of the "tap" abilities but Forge would consistently reorder the stack to destroy, tap, tap, ..., tap, destroy, ..., destroy.
ah, but that does sound like a bug to me.Almost_Clever wrote:. . . It's not a bug, but I wonder how it knows: in the Deck Editor Oracle of Mul Daya says "Top card: [(Qasali Pridemage (20)]"!
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: Current Known Bugs list
by Sloth » 24 Jul 2011, 07:00
These cards don't grant hexproof since the controller of the spell may not be the controller of the creature. If you enchant your opponents creature with Shielding Plax you can still target it, but he can't (granting Hexproof will have the opposite effect).Almost_Clever wrote:I believe we can use "Hexproof" for a few more cards: Shielding Plax, Vines of Vastwood (until EOT), Canopy Cover. Note, Gatherer does not have "Hexproof" for these either, so I may be mistaken.
Sol has already fixed this.Almost_Clever wrote:It's not a bug, but I wonder how it knows: in the Deck Editor Oracle of Mul Daya says "Top card: [(Qasali Pridemage (20)]"!
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Bundy » 24 Jul 2011, 13:08
Computer played Sculpting Steel, but it did not enter play and got placed in the graveyard. The only artifact in play was Clockwork Beetle on my side.
Maybe the copy ability did not copy the +1/+1 counters from Clockwork Beetle?
At the beginning of the computers next turn this error pops up.
Maybe the copy ability did not copy the +1/+1 counters from Clockwork Beetle?
At the beginning of the computers next turn 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
There is an error in the card code for Clockwork Beetle:
Version:
Forge -- official beta: $Date: 2011-07-02 06:20:39 +0200 (za, 02 jul 2011) $, SVN revision: $Revision: 10300 $
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.spellability.SpellAbility_Restriction.canPlay(SpellAbility_Restriction.java:127)
at forge.card.spellability.Spell.canPlay(Spell.java:63)
at forge.card.spellability.Spell_Permanent.canPlay(Spell_Permanent.java:197)
at forge.ComputerUtil.possibleDamagePrevention(ComputerUtil.java:1339)
at forge.CombatUtil.canDestroyAttacker(CombatUtil.java:1369)
at forge.ComputerUtil_Attack2.shouldAttack(ComputerUtil_Attack2.java:599)
at forge.ComputerUtil_Attack2.getAttackers(ComputerUtil_Attack2.java:536)
at forge.ComputerUtil.getAttackers(ComputerUtil.java:1197)
at forge.ComputerAI_General.declare_attackers(ComputerAI_General.java:323)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:74)
at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:47)
at forge.GuiInput.setInput(GuiInput.java:43)
at forge.GuiInput.update(GuiInput.java:32)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:458)
at forge.Phase.nextPhase(Phase.java:461)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:875)
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)
- Bundy
- Posts: 348
- Joined: 17 Dec 2010, 17:32
- Location: The netherlands
- Has thanked: 23 times
- Been thanked: 3 times
Re: Current Known Bugs list
by Almost_Clever » 24 Jul 2011, 13:35
The computer played Idle Thoughts in a draft game with two cards in its hand. At the end of my turn the computer activated Idle Thoughts and the game locked up. I closed the game window, but the next game was still locked up (and restarting the match was no better). Getting out of the match entirely and then trying to play another match got this error message:
- 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-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
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.GuiInput.selectCard(GuiInput.java:83)
at forge.GuiDisplay4$18.mousePressed(GuiDisplay4.java:501)
at java.awt.AWTEventMulticaster.mousePressed(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)
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Almost_Clever » 24 Jul 2011, 13:36
Aha, that explains it then. Thanks, Sloth.Sloth wrote:These cards don't grant hexproof since the controller of the spell may not be the controller of the creature. If you enchant your opponents creature with Shielding Plax you can still target it, but he can't (granting Hexproof will have the opposite effect).Almost_Clever wrote:I believe we can use "Hexproof" for a few more cards: Shielding Plax, Vines of Vastwood (until EOT), Canopy Cover. Note, Gatherer does not have "Hexproof" for these either, so I may be mistaken.
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Almost_Clever » 24 Jul 2011, 19:34
As far as I can tell, Crimson Wisps does not seem to turn the creature red (and the ability on the stack just says that such-and-such creature gets haste until end of turn).
I played Spitting Image, copying the computer's Murderous Redcap, and applied the triggered damage on the computer's Murderous Redcap. The computer's Murderous Redcap persisted, dealing damage to my Murderous Redcap which tried to persist and crashed the game.
I played Spitting Image, copying the computer's Murderous Redcap, and applied the triggered damage on the computer's Murderous Redcap. The computer's Murderous Redcap persisted, dealing damage to my Murderous Redcap which tried to persist and crashed the game.
- 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-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
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.GameAction$9.resolve(GameAction.java:879)
at forge.MagicStack.resolveStack(MagicStack.java:784)
at forge.Phase.passPriority(Phase.java:697)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
at forge.GuiInput.selectButtonOK(GuiInput.java:57)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1117)
at forge.GuiDisplay4.access$300(GuiDisplay4.java:52)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:870)
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)
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by lazylockie » 24 Jul 2011, 23:00
Beta 1.10
Issues with Phyrexian Metamorph (and probably all Clone variants):
- It copies legendary creatures/artifacts, but (sometimes) a image of the card stays in your hand. You can't click at all on the Metamorph in your hand, although there is another one in the graveyard. Both have different IDs.
- Eventually you're unable to cast them at all after some games. This is well known, but it's hard to reproduce.
- They aren't triggering ETB abilities. I copied a Inferno Titan, but it didn't prompt me the 3 damage divided. It did trigger when attacking though.
- You can't blink Clones (I've tested with Venser, the Sojourner), they give the following error:
Issues with Phyrexian Metamorph (and probably all Clone variants):
- It copies legendary creatures/artifacts, but (sometimes) a image of the card stays in your hand. You can't click at all on the Metamorph in your hand, although there is another one in the graveyard. Both have different IDs.
- Eventually you're unable to cast them at all after some games. This is well known, but it's hard to reproduce.
- They aren't triggering ETB abilities. I copied a Inferno Titan, but it didn't prompt me the 3 damage divided. It did trigger when attacking though.
- You can't blink Clones (I've tested with Venser, the Sojourner), they give the following 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
There is an error in the card code for Runeclaw Bear:
Version:
Forge -- official beta: $Date: 2011-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.spellability.SpellAbility_Restriction.canPlay(SpellAbility_Restriction.java:127)
at forge.card.spellability.Spell.canPlay(Spell.java:63)
at forge.card.spellability.Spell_Permanent.canPlay(Spell_Permanent.java:197)
at forge.ComputerUtil.canRegenerate(ComputerUtil.java:1300)
at forge.card.abilityFactory.AbilityFactory_Destroy$4.addCard(AbilityFactory_Destroy.java:148)
at forge.CardFilter.filter(CardFilter.java:265)
at forge.CardList.filter(CardList.java:531)
at forge.card.abilityFactory.AbilityFactory_Destroy.destroyCanPlayAI(AbilityFactory_Destroy.java:146)
at forge.card.abilityFactory.AbilityFactory_Destroy.access$100(AbilityFactory_Destroy.java:18)
at forge.card.abilityFactory.AbilityFactory_Destroy$2.canPlayAI(AbilityFactory_Destroy.java:74)
at forge.ComputerUtil.canBePlayedAndPayedByAI(ComputerUtil.java:336)
at forge.ComputerAI_General.getPlayable(ComputerAI_General.java:261)
at forge.ComputerAI_General.getOtherPhases(ComputerAI_General.java:226)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:397)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:387)
at forge.gui.input.InputControl.updateInput(InputControl.java:183)
at forge.GuiInput.update(GuiInput.java:30)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.gui.input.InputControl.resetInput(InputControl.java:89)
at forge.Phase.passPriority(Phase.java:688)
at forge.gui.input.InputControl.updateInput(InputControl.java:176)
at forge.gui.input.InputControl.updateInput(InputControl.java:139)
at forge.GuiInput.update(GuiInput.java:30)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:458)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:875)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Who is online
Users browsing this forum: No registered users and 37 guests