Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by jeffwadsworth » 22 Jan 2012, 01:36
The Affa Guard Dog issue is something that FrialSol will have to answer for you.cc-drake wrote:- After AI declares attackers, I cast Affa Guard Hound and clone it via Minion Reflector. The etb-trigger from the token is somehow delayed and is put onto the stack in the declare blockers step. The game gets stuck when it asks me to resolve the trigger and declare blockers at the same time.
- Fungus Elemental 's ability doesn't cost
- Form of the Dragon doesn't set my life to 5
- Delver of Secrets should provide a preview image from the top card. (Maybe AI doesn't care when I reveal creatures, but anyway...)
- AI uses it's Rag Dealer targeting itself
- AI's Narcolepsy doesn't trigger during my upkep
- When I sacrifice Shrine of Limitless Power, 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.2.2-r13321
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.card.abilityfactory.AbilityFactoryZoneAffecting.discardStackDescription(AbilityFactoryZoneAffecting.java:1347)
at forge.card.abilityfactory.AbilityFactoryZoneAffecting.access$1100(AbilityFactoryZoneAffecting.java:54)
at forge.card.abilityfactory.AbilityFactoryZoneAffecting$7.getStackDescription(AbilityFactoryZoneAffecting.java:1031)
at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:217)
at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:188)
at forge.card.cost.CostPayment.payCost(CostPayment.java:233)
at forge.card.cost.CostPayment.paidCost(CostPayment.java:196)
at forge.card.cost.CostSacrifice$2.showMessage(CostSacrifice.java:350)
at forge.GuiInput.setInput(GuiInput.java:68)
at forge.GuiInput.update(GuiInput.java:54)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:38)
at forge.gui.input.InputControl.changeInput(InputControl.java:112)
at forge.gui.input.InputControl.setInput(InputControl.java:99)
at forge.card.cost.CostUtil.setInput(CostUtil.java:294)
at forge.card.cost.CostSacrifice.payHuman(CostSacrifice.java:150)
at forge.card.cost.CostPayment.payCost(CostPayment.java:227)
at forge.card.cost.CostPayment.paidCost(CostPayment.java:196)
at forge.card.cost.CostMana$2.done(CostMana.java:425)
at forge.card.cost.CostMana$2.selectCard(CostMana.java:397)
at forge.GuiInput.selectCard(GuiInput.java:121)
at forge.control.match.ControlField$11.mousePressed(ControlField.java:492)
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)
Delver of Secrets is one for HellFish.
Fungus Elemental cost looks correct. G and Sacrifice a forest. Note you have to use it when it enters play this turn.
The Form of the Dragon issue should be resolved already. Tested it and it worked perfectly.
RagDealer is fixed. Thanks.
Narcolepsy had the same deal as Form of the Dragon. Fixed now.
Shrine of Limitless Power. Fixed. Thanks.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Current Known Bugs list
by Xitax » 22 Jan 2012, 04:56
The computer put Oblivion Ring on top of my library with Temporal Spring, but the removed card didn't return from exile.
Re: Current Known Bugs list
by jeffwadsworth » 22 Jan 2012, 06:02
Interesting. Any card that changes zone via Temporal Spring that has "Leaves the battlefield" does not trigger. The devs will have to fix this one.Xitax wrote:The computer put Oblivion Ring on top of my library with Temporal Spring, but the removed card didn't return from exile.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: Current Known Bugs list
by cc-drake » 22 Jan 2012, 08:25
- Kaijin of the Vanishing Touch triggers in declare blockers step, but at end of combat, nothing happens.
Re: Current Known Bugs list
by Sloth » 22 Jan 2012, 08:30
It's the same bug as Form of the Dragon. Phase triggers that do not specify a player were broken in the last beta. It's already fixed though.cc-drake wrote:- Kaijin of the Vanishing Touch triggers in declare blockers step, but at end of combat, nothing happens.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by squee1968 » 22 Jan 2012, 09:23
The ability to put a quest counter on Archmage Ascension is currently not optional, and it should be.
Also, when I went to draw a card with 6 counters on this, I get this error:
Also, when I went to draw a card with 6 counters on this, I get this error:
- 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.2.3-SNAPSHOT-r13365
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityfactory.AbilityFactory.getDefinedPlayers(AbilityFactory.java:1946)
at forge.card.replacement.ReplacementHandler.run(ReplacementHandler.java:103)
at forge.Player.doDraw(Player.java:1218)
at forge.Player.drawCards(Player.java:1196)
at forge.PhaseUtil.handleDraw(PhaseUtil.java:163)
at forge.PhaseHandler.handleBeginPhase(PhaseHandler.java:324)
at forge.gui.input.InputControl.updateInput(InputControl.java:200)
at forge.GuiInput.update(GuiInput.java:52)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:38)
at forge.PhaseHandler.nextPhase(PhaseHandler.java:543)
at forge.control.match.ControlInput$1.actionPerformed(ControlInput.java:57)
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.AbstractButton.doClick(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at forge.view.toolbox.FButton$1.keyPressed(FButton.java:92)
at java.awt.Component.processKeyEvent(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)
Last edited by Chris H. on 22 Jan 2012, 11:17, edited 1 time in total.
Reason: Crash Report spoiler
Reason: Crash Report spoiler
Re: Current Known Bugs list
by slapshot5 » 22 Jan 2012, 15:20
This part is already fixed in SVN.squee1968 wrote:Also, when I went to draw a card with 6 counters on this, I get this error:
-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
by tafkad » 22 Jan 2012, 22:29
Thanks for the last reply, cleared up my confusion.
Using ver 1.2.3-r13365 OSX today and found this bug.
Have a 1/1 infect creature (Plague Myr) in play enchanted with Dark Favor (+3/+1) when creature deals damage to AI or another creature get a crash report and only deals 1 counter (damage) instead of 4. Definitely was working in last build. Thanks again.
Using ver 1.2.3-r13365 OSX today and found this bug.
Have a 1/1 infect creature (Plague Myr) in play enchanted with Dark Favor (+3/+1) when creature deals damage to AI or another creature get a crash report and only deals 1 counter (damage) instead of 4. Definitely was working in last build. Thanks again.
Re: Current Known Bugs list
by slapshot5 » 22 Jan 2012, 23:17
Do you have the error report? Or can you get it and post it here? I'm not having any problem with Plague Myr / Dark Favor.tafkad wrote:Thanks for the last reply, cleared up my confusion.
Using ver 1.2.3-r13365 OSX today and found this bug.
Have a 1/1 infect creature (Plague Myr) in play enchanted with Dark Favor (+3/+1) when creature deals damage to AI or another creature get a crash report and only deals 1 counter (damage) instead of 4. Definitely was working in last build. Thanks again.
-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
by Symphonic » 23 Jan 2012, 17:21
Hi,
Here are some bugs that I came along some time ago, but they are from 1.1.8, and I don't know if they are still existent in 1.2.0.
Blessing of the Nephilim - you cannot see the bottom of the picture
Momir Vig, Simic Visionary - there is the picture from the Corpse Connaisseur
(I downloaded the pictures with 1.1.7.)
1.1.8:
Krovikan Mist (Illusion) did not die when it became the target from Frost Titan's ability
Lurebound Scarecrow - it doesn't recognize lands as permanents
Slave of Bolas - false card text, it does not say anything about having to sacrifice the creature
quest mode: I upgraded the red hound as far as possible (now it was too strong) but then I haven't been able to upgrade the other animals I have bought
Here are some bugs that I came along some time ago, but they are from 1.1.8, and I don't know if they are still existent in 1.2.0.
Blessing of the Nephilim - you cannot see the bottom of the picture
Momir Vig, Simic Visionary - there is the picture from the Corpse Connaisseur
(I downloaded the pictures with 1.1.7.)
1.1.8:
Krovikan Mist (Illusion) did not die when it became the target from Frost Titan's ability
Lurebound Scarecrow - it doesn't recognize lands as permanents
Slave of Bolas - false card text, it does not say anything about having to sacrifice the creature
quest mode: I upgraded the red hound as far as possible (now it was too strong) but then I haven't been able to upgrade the other animals I have bought
Re: Current Known Bugs list
by Sloth » 23 Jan 2012, 17:52
Search for the jpg files with these names and delete them. Redownloading them ingame will fix it.Symphonic wrote:Blessing of the Nephilim - you cannot see the bottom of the picture
Momir Vig, Simic Visionary - there is the picture from the Corpse Connaisseur
(I downloaded the pictures with 1.1.7.)
Why should it die?Symphonic wrote:Krovikan Mist (Illusion) did not die when it became the target from Frost Titan's ability
It does, but nearly all of them are colorless.Symphonic wrote:Lurebound Scarecrow - it doesn't recognize lands as permanents
Fixed! Thanks Symphonic.Symphonic wrote:Slave of Bolas - false card text, it does not say anything about having to sacrifice the creature
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by cc-drake » 23 Jan 2012, 20:12
- My Lich's Mirror works strange - it affects AI, too, and it doesn't shuffle my library afterwards.
Re: Current Known Bugs list
by Sloth » 23 Jan 2012, 21:04
Fixed! Thanks gos. (fix also affects Cloistered Youth)gos wrote:The AI chose not to transform Thraben Sentry when it had the opportunity to do so.
Part of this was fixed already, but the shuffling was still missing. Fixed! Thanks cc-drake.cc-drake wrote:- My Lich's Mirror works strange - it affects AI, too, and it doesn't shuffle my library afterwards.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by tafkad » 24 Jan 2012, 03:48
Sort of an odd one here with a quest that has Divine Presence in play to start - When a creature equipped with the Sword of Feast and Famine strikes the AI the sword is not being triggered, no untapped lands and no discard. I am guessing it has something to do with the Divine Presence - though the card states that the damage still comes from the original source, just does 3 or less only so the sword should still trigger (is the only quest that it does not trigger with the same creature sword combo). Picture shows it all. Glad the Chalice is working, Thanks.
1.2.2-r13294 OSX
1.2.2-r13294 OSX
Who is online
Users browsing this forum: No registered users and 20 guests