Page 407 of 441

Re: Current Known Bugs list

PostPosted: 01 Dec 2011, 19:34
by cc-drake
- AI's Awakener Druid is targeting ERROR even if AI controls several Forests
- AI tries to cast Tombstalker:
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.

ComputerUtil : payManaCost() cost was not paid for Tombstalker


Version:
Forge version 1.1.8-r12238

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Tombstalker
   at forge.ComputerUtil.payManaCost(ComputerUtil.java:683)
   at forge.ComputerUtil.payManaCost(ComputerUtil.java:508)
   at forge.card.cost.CostMana.payAI(CostMana.java:174)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:292)
   at forge.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:138)
   at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:83)
   at forge.ComputerAIGeneral.playCards(ComputerAIGeneral.java:76)
   at forge.ComputerAIGeneral.main2(ComputerAIGeneral.java:59)
   at forge.ComputerAIInput.think(ComputerAIInput.java:94)
   at forge.ComputerAIInput.showMessage(ComputerAIInput.java:54)
   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.Phase.nextPhase(Phase.java:521)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.Phase.nextPhase(Phase.java:524)
   at forge.GuiDisplay$33.actionPerformed(GuiDisplay.java:1144)
   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)
- When I activate Jester's Mask targeting AI, AI puts 4 cards away, and I have to choose only one card for AI's new hand instead of 4.
- Duct Crawler has no text

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 18:20
by Milod
used flashback on rolling temblor tapped the lands but canceled and 1 of my mountains stil remains tapped even i canceld

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 20:10
by cc-drake
When I cast Conclave Phalanx and choose "DONE" in the convoke menu, I get
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.8-r12238

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.GameAction.getSpellCostChange(GameAction.java:2156)
   at forge.card.cost.Cost.changeCost(Cost.java:362)
   at forge.card.cost.CostPayment.changeCost(CostPayment.java:303)
   at forge.GameAction.playSpellAbility(GameAction.java:2635)
   at forge.GameAction.playCard(GameAction.java:1846)
   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)
- AI has a Freewind Falcon and a Soul Snare, when I'm attacking with Deftblade Elite. I'm not asked to select a target for provoke.
- Vacuumelt does nothing on resolution

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 21:00
by gos
The elemental tokens that Elemental Mastery creates are not exiled at the end of turn.

Haunting Apparition seems to be counting all creature cards in my library, it's 2/2 when I have one creature (artifact creature) in my graveyard, and it's blue.

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 21:03
by gos
When I activate Goblin Cannon, return it my hand, and then put it in play again with Master Transmuter, while its ability is on the stack, the Goblin Cannon is sacrificed.

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 21:06
by gos
gos wrote:When I activate Goblin Cannon, return it my hand, and then put it in play again with Master Transmuter, while its ability is on the stack, the Goblin Cannon is sacrificed.
Same thing when my opponent casts Master Thief and targers my Silent Arbiter. I return it to my hand with Master Transmuter, and return it immediately, and my opponent gains control of the (new) Silent Arbiter, and it still hand the -1/-1 counter it had previously on it!

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 22:56
by gos
The cost for the activated ability of Scroll of Origins only costs {2} - no tap.

Re: Current Known Bugs list

PostPosted: 02 Dec 2011, 23:18
by gos
When I cast Natural Emergence, I only get the opportunity to return that same enchatment to my hand, even though I have 2 copies of Rites of Flourishing in play.

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 00:01
by gos
gos wrote:I activated Goblin Cannon multiple times, targeting the AI. Each activation dealt 0 damage.
Goblin Cannon still does 0 damage.

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 01:44
by slapshot5
gos wrote:
gos wrote:I activated Goblin Cannon multiple times, targeting the AI. Each activation dealt 0 damage.
Goblin Cannon still does 0 damage.
Now fixed in SVN.

-slapshot5

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 08:50
by Sloth
cc-drake wrote:- AI's Awakener Druid is targeting ERROR even if AI controls several Forests
- AI tries to cast Tombstalker:
These cards will no longer appear in AI decks.

cc-drake wrote:- Duct Crawler has no text
Fixed! Thanks cc-drake.

cc-drake wrote:- AI has a Freewind Falcon and a Soul Snare, when I'm attacking with Deftblade Elite. I'm not asked to select a target for provoke.
I can't reproduce this. Are you sure you didn't accidently click cancel?

gos wrote:The elemental tokens that Elemental Mastery creates are not exiled at the end of turn.
This has already been reported and is fixed.

gos wrote:The cost for the activated ability of Scroll of Origins only costs {2} - no tap.
Fixed by Chris.

gos wrote:When I cast Natural Emergence, I only get the opportunity to return that same enchatment to my hand, even though I have 2 copies of Rites of Flourishing in play.
Fixed! Thanks gos.

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 17:52
by Milod
sometimes lands remain tapped even if u canceld the card use and the tapped mana is gone

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 20:22
by cc-drake
When I activate Barl's Cage three times targeting the same creature, the creature won't untap the next three turns.

Re: Current Known Bugs list

PostPosted: 03 Dec 2011, 22:59
by Bundy
Just 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.

ComputerUtil : payManaCost() cost was not paid for Putrefax


Version:
Forge version 1.1.8-r12238

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: ComputerUtil : payManaCost() cost was not paid for Putrefax
   at forge.ComputerUtil.payManaCost(ComputerUtil.java:683)
   at forge.ComputerUtil.payManaCost(ComputerUtil.java:508)
   at forge.card.cost.CostMana.payAI(CostMana.java:174)
   at forge.card.cost.CostPayment.payComputerCosts(CostPayment.java:292)
   at forge.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:138)
   at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:83)
   at forge.ComputerAIGeneral.playCards(ComputerAIGeneral.java:76)
   at forge.ComputerAIGeneral.main1(ComputerAIGeneral.java:43)
   at forge.ComputerAIInput.think(ComputerAIInput.java:81)
   at forge.ComputerAIInput.showMessage(ComputerAIInput.java:54)
   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.resetInput(InputControl.java:127)
   at forge.gui.input.InputPassPriority.selectButtonOK(InputPassPriority.java:58)
   at forge.GuiInput.selectButtonOK(GuiInput.java:68)
   at forge.GuiDisplay.okButtonActionPerformed(GuiDisplay.java:1419)
   at forge.GuiDisplay.access$2500(GuiDisplay.java:109)
   at forge.GuiDisplay$33.actionPerformed(GuiDisplay.java:1139)
   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 org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseReleased(RolloverButtonListener.java:124)
   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: 04 Dec 2011, 06:01
by Iran
I got this crash =>

It happens when I cast Everflowing Chalice, the emblem of Venser, the Sojourner is on the game. In the print screen appears the battlefield when it happens, but not have the crash report.

"Crash Report" | Open
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.8-r12238

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
at forge.card.trigger.TriggerSpellAbilityCast.performTest(TriggerSpellAbilityCast.java:71)
at forge.card.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:402)
at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:346)
at forge.MagicStack.add(MagicStack.java:649)
at forge.MagicStack.addAndUnfreeze(MagicStack.java:157)
at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:217)
at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:171)
at forge.card.cost.CostPayment.payCost(CostPayment.java:216)
at forge.card.spellability.SpellAbilityRequirements.startPaying(SpellAbilityRequirements.java:158)
at forge.card.spellability.SpellAbilityRequirements.needPayment(SpellAbilityRequirements.java:145)
at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:112)
at forge.card.spellability.SpellAbilityRequirements.fillRequirements(SpellAbilityRequirements.java:77)
at forge.GameAction.playSpellAbility(GameAction.java:2639)
at forge.GameAction.playCard(GameAction.java:1846)
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)