It is currently 26 Jun 2025, 22:28
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby Milod » 28 Sep 2011, 12:40

i had 1 creature on field with hexproof ai had already 1 creature on field and played fiend hunter he removed his own creature ai must see that i got hexproof on my creature why isent the ai seeing this??
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

Re: Current Known Bugs list

Postby Sloth » 28 Sep 2011, 12:49

Milod wrote:i had 1 creature on field with hexproof ai had already 1 creature on field and played fiend hunter he removed his own creature ai must see that i got hexproof on my creature why isent the ai seeing this??
Fixed! Thanks Milod.
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 Milod » 28 Sep 2011, 13:31

if u already have 1 mentor of the meek on the field and u clone him with i think any clone magic(phantasmal image etc.) when a copy enters of him the orginel mentor of the meek lets me draw 1 then the clone that entered lets me draw also 1 card i think this is mistake, mentor of meek says only if another creature enters battelfield not include him self and wat about tokens that enter the field simontaniously can i draw for every token that enters? i can in this version maybe error?
Milod
 
Posts: 360
Joined: 20 Jul 2011, 08:57
Has thanked: 4 times
Been thanked: 5 times

Re: Current Known Bugs list

Postby Nordos » 28 Sep 2011, 13:36

a creature token is, as far as I understood it, a creature -> it triggers all 'if a creature enters the battlefield' trigger. But a cloned Mentor of the Meek souldn't let you draw a card when he himself enters the battlefield
Nordos
 
Posts: 558
Joined: 23 May 2011, 14:06
Has thanked: 6 times
Been thanked: 18 times

Re: Current Known Bugs list

Postby Bundy » 28 Sep 2011, 17:02

I used Royal Assassin to destroy the computers Kathari Screecher, then this error pops up. The destroy effect from the Royal Assassin is still on the stack. Game continues as normal.
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.1.5-SNAPSHOT, build ID 10692

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.abilityFactory.AbilityFactory_Sacrifice.sacrificeResolve(AbilityFactory_Sacrifice.java:359)
   at forge.card.abilityFactory.AbilityFactory_Sacrifice$1.resolve(AbilityFactory_Sacrifice.java:42)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.ComputerUtil.playNoStack(ComputerUtil.java:293)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:991)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.MagicStack.resolveStack(MagicStack.java:831)
   at forge.Phase.passPriority(Phase.java:706)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1405)
   at forge.GuiDisplay4.access$2500(GuiDisplay4.java:105)
   at forge.GuiDisplay4$33.actionPerformed(GuiDisplay4.java:1142)
   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)
The computer had 2 Kathari Screecher in play, next round i destroy the other with Royal Assassin, this time no error.
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 friarsol » 28 Sep 2011, 17:12

Bundy, what else did he have in play? Anything that would cause a Sacrifice effect? Maybe something like Phantasmal Bear ?
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 Bundy » 28 Sep 2011, 23:16

friarsol wrote:Bundy, what else did he have in play? Anything that would cause a Sacrifice effect? Maybe something like Phantasmal Bear ?
Don't remember exactly, but i don't think there were any cards with a sacrifice effect/ability in play. Computer only had two other creatures in play, one was another Kathari Screecher and the other i don't remember ...
The next turn i destroyed the other with Royal Assassin with no problems. In the next round i also destroyed a Kathari Screecher with the assassin and no problems there.
I have no idea what could have caused the error the first time.
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 s1886x » 29 Sep 2011, 02:34

Phylactery Lich dies in response to me putting its counter onto an artifact
s1886x
 
Posts: 141
Joined: 14 Jun 2010, 01:07
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Accountancy » 29 Sep 2011, 10:58

Frightful Delusion didn't make me discard.

And Kessig Cagebreakers didn't make me tokens even though my opponent had 3 creatures in the graveyard.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Current Known Bugs list

Postby friarsol » 29 Sep 2011, 11:47

Accountancy wrote:And Kessig Cagebreakers didn't make me tokens even though my opponent had 3 creatures in the graveyard.
"Whenever Kessig Cagebreakers attacks, put a 2/2 green Wolf creature token onto the battlefield tapped and attacking for each creature card in your graveyard."
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 Eowin » 29 Sep 2011, 12:44

Creatures reanimated by Chainer, Dementia Master are Nightmare in addition to their other types the turn they are reanimated, but loose it at end of turn.
Eowin
 
Posts: 59
Joined: 25 Sep 2010, 10:38
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Eowin » 29 Sep 2011, 14:57

Forge crashes after Quest was won. After this crash - I got it several times - there is no way back to this quest, even after a new start of Forge. I get the same crash report after restarting Forge and selcting quest mode - The whole quest is lost =:(

Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

Index: 0, Size: 0


Version:
Forge version 1.1.4, build ID 10643

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.quest.gui.main.QuestEventManager.generateChallenges(QuestEventManager.java:401)
   at forge.quest.gui.QuestMainPanel.createChallengePanel(QuestMainPanel.java:431)
   at forge.quest.gui.QuestMainPanel.refreshNextMatchPanel(QuestMainPanel.java:558)
   at forge.quest.gui.QuestMainPanel.refresh(QuestMainPanel.java:547)
   at forge.quest.gui.QuestMainPanel.initUI(QuestMainPanel.java:104)
   at forge.quest.gui.QuestMainPanel.<init>(QuestMainPanel.java:97)
   at forge.quest.gui.QuestFrame.<init>(QuestFrame.java:56)
   at forge.Gui_WinLose.quitButton_actionPerformed(Gui_WinLose.java:371)
   at forge.Gui_WinLose$3.actionPerformed(Gui_WinLose.java:151)
   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)
Eowin
 
Posts: 59
Joined: 25 Sep 2010, 10:38
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Sloth » 29 Sep 2011, 15:16

Eowin wrote:Creatures reanimated by Chainer, Dementia Master are Nightmare in addition to their other types the turn they are reanimated, but loose it at end of turn.
Fixed! Thanks Eowin.

Eowin wrote:Forge crashes after Quest was won. After this crash - I got it several times - there is no way back to this quest, even after a new start of Forge. I get the same crash report after restarting Forge and selcting quest mode - The whole quest is lost =:(
We will release a new beta tomorrow, mostly because of this.
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 » 29 Sep 2011, 21:19

Have no idea why, but i got this crash report.
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.1.5-SNAPSHOT, build ID 10692

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.abilityFactory.AbilityFactory_Counters.putResolve(AbilityFactory_Counters.java:593)
   at forge.card.abilityFactory.AbilityFactory_Counters.access$200(AbilityFactory_Counters.java:23)
   at forge.card.abilityFactory.AbilityFactory_Counters$1.resolve(AbilityFactory_Counters.java:53)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:141)
   at forge.card.cost.Cost_Payment.payCost(Cost_Payment.java:160)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:132)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:121)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:92)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:2166)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:987)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.MagicStack.resolveStack(MagicStack.java:831)
   at forge.Phase.passPriority(Phase.java:706)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1405)
   at forge.GuiDisplay4.access$2500(GuiDisplay4.java:105)
   at forge.GuiDisplay4$33.actionPerformed(GuiDisplay4.java:1142)
   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)
Computer attacked with Castle Raptors. I block it with an Eldrazi Spawn token created by Awakening Zone. In case it is useful to see the other cards in play at the moment, here's a screenshot of the other cards.
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 jeffwadsworth » 29 Sep 2011, 22:55

Bundy wrote:Have no idea why, but i got this crash report.
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.1.5-SNAPSHOT, build ID 10692

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.abilityFactory.AbilityFactory_Counters.putResolve(AbilityFactory_Counters.java:593)
   at forge.card.abilityFactory.AbilityFactory_Counters.access$200(AbilityFactory_Counters.java:23)
   at forge.card.abilityFactory.AbilityFactory_Counters$1.resolve(AbilityFactory_Counters.java:53)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:141)
   at forge.card.cost.Cost_Payment.payCost(Cost_Payment.java:160)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:132)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:121)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:92)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:2166)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:987)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:2025)
   at forge.MagicStack.resolveStack(MagicStack.java:831)
   at forge.Phase.passPriority(Phase.java:706)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1405)
   at forge.GuiDisplay4.access$2500(GuiDisplay4.java:105)
   at forge.GuiDisplay4$33.actionPerformed(GuiDisplay4.java:1142)
   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)
Computer attacked with Castle Raptors. I block it with an Eldrazi Spawn token created by Awakening Zone. In case it is useful to see the other cards in play at the moment, here's a screenshot of the other cards.
Did you sacrifice the token for 1 mana?
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 19 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 19 users online :: 0 registered, 0 hidden and 19 guests (based on users active over the past 10 minutes)
Most users ever online was 5050 on 26 Jun 2025, 06:02

Users browsing this forum: No registered users and 19 guests

Login Form