It is currently 18 Aug 2025, 18:44
   
Text Size

Current Known Bugs list

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Current Known Bugs list

Postby Almost_Clever » 01 Jul 2011, 22:40

friarsol wrote:Almost_Clever, these are all the same bug. Feel free to stop reporting it :-d
Okay -- do you have some general criteria to apply or should I assume all crashes this release are the same error?
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."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby friarsol » 01 Jul 2011, 22:46

Almost_Clever wrote:
friarsol wrote:Almost_Clever, these are all the same bug. Feel free to stop reporting it :-d
Okay -- do you have some general criteria to apply or should I assume all crashes this release are the same error?
The first two lines of the stack trace are all the same: Maybe add it as an issue on code.google and just add what cards you noticed it with. It's generically an issue with Triggers and the AI not choosing a target when it should be.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby slapshot5 » 02 Jul 2011, 01:52

phm wrote:Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
[code]

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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
Are you still seeing this with a current svn revision? Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Bundy » 02 Jul 2011, 10:30

Computer attacks with Zealot il-Vec. Then when the computer has to choose between combat damage or 1 damage to a creature this error pops up. The game continues after i close the error. There were no creatures with only 1 defense in play, so the computer decided to give me 4 damage (Zealot il-Vec was pumped with Seal of Strength)

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.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)
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

Postby Bundy » 02 Jul 2011, 10:55

Computer has Lurking Predators in play. Whenever the computer casts a spell it triggers, whenever i cast a spell it does nothing. Shouldn't that be the other way around?
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

Postby phm » 02 Jul 2011, 12:42

[quote="slapshot5"][quote="phm"]Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
[/quote]
Are you still seeing this with a current svn revision?  Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5[/quote]

Just did an update, still getting the error, but from another card. I will try to do an new download instaed of just an update now.

[code]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


AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection


Version:
Forge -- official beta: $Date: 2011-01-06 17:34:48 +0100 (Do, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection
   at forge.card.abilityFactory.AbilityFactory.getAbility(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard2(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard(Unknown Source)
   at forge.card.cardFactory.CardFactory.<init>(Unknown Source)
   at forge.AllZone.<clinit>(Unknown Source)
   at forge.Gui_NewGame$2.run(Unknown Source)
   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$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.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)
User avatar
phm
 
Posts: 21
Joined: 05 May 2011, 19:20
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 02 Jul 2011, 15:43

phm wrote:
slapshot5 wrote:
phm wrote:Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
[/quote]
Are you still seeing this with a current svn revision?  Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5[/quote]

Just did an update, still getting the error, but from another card. I will try to do an new download instaed of just an update now.

[code]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


AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection


Version:
Forge -- official beta: $Date: 2011-01-06 17:34:48 +0100 (Do, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection
   at forge.card.abilityFactory.AbilityFactory.getAbility(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard2(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard(Unknown Source)
   at forge.card.cardFactory.CardFactory.<init>(Unknown Source)
   at forge.AllZone.<clinit>(Unknown Source)
   at forge.Gui_NewGame$2.run(Unknown Source)
   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$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.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)
What sometimes helps is deleting the folder called output. The script uses this folder for transition and old stuff will pile up there. At least the script will run faster afterwards.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Bundy » 02 Jul 2011, 20:01

Computer plays Galvanic Arc. It deals 3 damage, but it enchants no creatures.
-----
Computer has Dross Scorpion in play. Another artifact creature of the computer goes to the graveyard. Dross Scorpion ability is on the stack. The computer has no tapped artifacts. I do, but it would be stupid to untap anything i have in play, so i think the computer chooses to not untap anything. Then this error pops up. Game continues after closing 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.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: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.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)
-----
Computer plays Blind with Anger, but it does not target anything. There are 2 creatures in play, 1 on my side one on the computer side. none of them get haste.
:!: But now in the next round computer plays Blind with Anger again. This time it takes my Mycoloth and gives it haste ... but then does not attack with it :? Probably because i have enough tokens on the battlefield to kill Mycoloth, but why should the computer care about a 'borrowed' creature anyway?
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

Postby Almost_Clever » 02 Jul 2011, 22:15

I can tap a creature via Entangling Trap whenever I clash with the computer, but the creature untaps as normal the next turn whether or not I win the clash.
Ink Dissolver equipped with Runed Stalactite does not trigger with a Goldmeadow Harrier.
The computer championed a tapped War-Spike Changeling with a Nova Chaser ; when I destroyed the Nova Chaser, the War-Spike Changeling returned to the battlefield tapped.
The computer kept attacking with an Infantry Veteran that did not tap to attack; the in-game message would then say that Infantry Veteran was tapping to give itself +1/+1 (although it did not actually get the +1/+1). The only other things the computer controlled were Plains and an Ajani's Mantra and it was not casting any spells that would give the Infantry Veteran vigilance (and hovering over the card did not show that it had vigilance). I cannot replicate this error with a test deck.
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."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby slapshot5 » 03 Jul 2011, 00:19

Almost_Clever wrote:I can tap a creature via Entangling Trap whenever I clash with the computer, but the creature untaps as normal the next turn whether or not I win the clash.
This should now be fixed in svn.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Bundy » 03 Jul 2011, 12:27

Computer casts Auramancer and has no cards in the graveyard, 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.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$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)
---
Forgot to copy the error, but computer has Mirran Spy in play and no tapped creatures at the moment. It then casts Coiled Tinviper. Mirran Spy has nothing to untap and an error pops up.

Is it useful to report these errors? This one seems similar to the Auramancer error above. there is no target for the computer to pick, then an error pops up. Don't know if this are errors that need to be fixed in the card itself, or maybe just something in the programming that will fix all these targeting errors at once?
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

Postby Hellfish » 03 Jul 2011, 13:03

The Auramancer error has been fixed in the SVN, along with alot of other similar "something triggered but can't target anything" errors. Next beta! :)
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: Current Known Bugs list

Postby s1886x » 03 Jul 2011, 13:48

i chose to cast mulldrifter regularly instead of evoking it. it's ability triggered and resolved, but i drew no cards. this happened twice
s1886x
 
Posts: 141
Joined: 14 Jun 2010, 01:07
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby friarsol » 03 Jul 2011, 14:44

s1886x wrote:i chose to cast mulldrifter regularly instead of evoking it. it's ability triggered and resolved, but i drew no cards. this happened twice
I just cast Mulldrifter both with evoke and without exoke and I drew cards both times, so this is probably already fixed.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby Vecc » 03 Jul 2011, 21:54

. Phyrexian Reclamation costs 1B to cast instead of the correct one black mana.
User avatar
Vecc
 
Posts: 178
Joined: 13 Apr 2009, 00:13
Has thanked: 17 times
Been thanked: 5 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 45 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 45 users online :: 0 registered, 0 hidden and 45 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 45 guests

Login Form