Page 396 of 441

Re: Current Known Bugs list

PostPosted: 09 Nov 2011, 16:43
by jeffwadsworth
The Recover keyword is incorrect. Test: A creature and any card with Recover on your side. Cast a Wrath of God. It triggers twice instead of just once.

Re: Current Known Bugs list

PostPosted: 09 Nov 2011, 21:04
by gos
My opponent cast a Kabira Evangel with no other creatures in play. Its ETB ability triggered twice.

Re: Current Known Bugs list

PostPosted: 09 Nov 2011, 21:51
by gos
I got this error when I tried to cast Stitch Together. 1 target in my graveyard, no threshold.

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.

forge.CardList cannot be cast to forge.Card


Version:
Forge version 1.1.7-r11770

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.ClassCastException: forge.CardList cannot be cast to forge.Card
   at forge.card.cardfactory.CardFactorySorceries$35.showMessage(CardFactorySorceries.java:2003)
   at forge.GuiInput.setInput(GuiInput.java:50)
   at forge.GuiInput.update(GuiInput.java:36)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:21)
   at forge.gui.input.InputControl.setInput(InputControl.java:60)
   at forge.GameAction.playSpellAbility(GameAction.java:2543)
   at forge.GameAction.playCard(GameAction.java:1813)
   at forge.gui.input.InputPassPriority.selectCard(InputPassPriority.java:66)
   at forge.GuiInput.selectCard(GuiInput.java:103)
   at forge.GuiDisplay$19.mousePressed(GuiDisplay.java:596)
   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.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

PostPosted: 10 Nov 2011, 04:16
by s1886x
i exiled a creature while it was morphed face down, and it disappeared instead of going to the exile zone

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 18:10
by jeffwadsworth
Wrath of God casted. A Belfry Spirit was whacked. Since no creatures were on the battlefield, the Haunt ability did not allow me to continue.

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 18:52
by Sloth
jeffwadsworth wrote:The Recover keyword is incorrect. Test: A creature and any card with Recover on your side. Cast a Wrath of God. It triggers twice instead of just once.
You should mention that you are testing Garza's Assassin. This is the only card with recover that could trigger on itself (which was the error). All the other recover cards don't have this problem (and I was testing and wondering what you saw). :D

gos wrote:My opponent cast a Kabira Evangel with no other creatures in play. Its ETB ability triggered twice.
Fixed! Thanks gos.

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 19:59
by gos
gos wrote:I got this error when I tried to cast Stitch Together. 1 target in my graveyard, no threshold.

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.

forge.CardList cannot be cast to forge.Card


Version:
Forge version 1.1.7-r11770

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.ClassCastException: forge.CardList cannot be cast to forge.Card
   at forge.card.cardfactory.CardFactorySorceries$35.showMessage(CardFactorySorceries.java:2003)
   at forge.GuiInput.setInput(GuiInput.java:50)
   at forge.GuiInput.update(GuiInput.java:36)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:21)
   at forge.gui.input.InputControl.setInput(InputControl.java:60)
   at forge.GameAction.playSpellAbility(GameAction.java:2543)
   at forge.GameAction.playCard(GameAction.java:1813)
   at forge.gui.input.InputPassPriority.selectCard(InputPassPriority.java:66)
   at forge.GuiInput.selectCard(GuiInput.java:103)
   at forge.GuiDisplay$19.mousePressed(GuiDisplay.java:596)
   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.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)
More news on Stitch Together: I cast it with threshold, and a few creatures in my graveyard. I got the same error, and the targeting dialogue was definitely buggy. See the attached image.

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 20:00
by gos
My opponent had Megrim in play, and it triggered twice when I cycled a card!

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 21:28
by s1886x
I had an Orcish Cannoneers and an Orcish Artillery, both equipped with Loxodon Warhammer. I used both to deal damage to my opponent, and regardless of the order, the first one i used each turn would gain me life but the second would lose me life, as if it didn't have lifelink

Re: Current Known Bugs list

PostPosted: 10 Nov 2011, 23:14
by gos
I used Orochi Eggwatcher 's triggered ability, putting a Snake into play, bringing the total number of creature I controlled up to 7. This flipped the Eggwatcher. The total number of creatures on the battlefield was 10, however.

Re: Current Known Bugs list

PostPosted: 11 Nov 2011, 00:23
by s1886x
When I used Horde of Notions to bring an elemental back from the graveyard, I saw all the names of elementals written in one line instead of as separate options, then I got this message:

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.

forge.CardList cannot be cast to forge.Card


Version:
Forge version 1.1.6, build ID 11247

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.ClassCastException: forge.CardList cannot be cast to forge.Card
at forge.card.cardFactory.CardFactory_Creatures$34.resolve(CardFactory_Creatures.java:862)
at forge.MagicStack.resolveStack(MagicStack.java:780)
at forge.Phase.passPriority(Phase.java:706)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:473)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:417)
at forge.gui.input.InputControl.updateInput(InputControl.java:200)
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:106)
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: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.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: 11 Nov 2011, 17:42
by gos
s1886x wrote:When I used Horde of Notions to bring an elemental back from the graveyard, I saw all the names of elementals written in one line instead of as separate options, then I got this message:
This is identical to the problem I had with Stitch Together. Has targetting cards in the graveyard become buggy?

Re: Current Known Bugs list

PostPosted: 11 Nov 2011, 18:46
by arkart
Stealing opponent's Polluted Delta with Dominus of Fealty and tapping it immediately showed only one island in someone's deck, as opposed to my islands, snow covered islands, etc.

I'm surprised there was no crashing when Polluted Delta got Haste. That's awesome.

Re: Current Known Bugs list

PostPosted: 11 Nov 2011, 20:07
by gos
I am able to attack with Goblin Cohort, even though I haven't cast any spells that turn.

Re: Current Known Bugs list

PostPosted: 11 Nov 2011, 21:22
by gos
I only had to pay 5 mana for Eternal Dominion.