Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by Chris H. » 26 Apr 2011, 12:11
`Sloth wrote:Can someone else duplicate this? It still works for me.freestorageaccount wrote:What about the Instill Energy bug?
I tried it and it also works for me.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by Sloth » 26 Apr 2011, 12:31
This is fixed now (but lots of cards have similar problems). Thanks freestorageaccount.freestorageaccount wrote:Compy cast Bribery and fetched my Penumbra Wurm (or similar creature), which I then killed. The token came into play under my control -- what luck!
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by ramonmr » 27 Apr 2011, 22:15
version 04-01Sloth wrote:Works for me. Which version are you using ramonmr?ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
- ramonmr
- Posts: 4
- Joined: 26 Apr 2011, 02:54
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Sloth » 28 Apr 2011, 08:44
Use the 04-22 version and these issues will be gone.ramonmr wrote:version 04-01Sloth wrote:Works for me. Which version are you using ramonmr?ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Chris H. » 28 Apr 2011, 12:40
`ramonmr wrote:`Sloth wrote:Works for me. Which version are you using ramonmr?ramonmr wrote:Kabira Vindicator doesn't activate level 5 ability
Centarur Chieftain's Threshold ability not working
version 04-01
Rares is not able to move all of the frequent forge updates over to his google site.
The most recent version of forge can usually be found here. You should download the 04/22/2011 version found on this topic
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Bug report: Twincast targeting opponent's Concentrate
by alexAG76 » 30 Apr 2011, 18:02
The computer cast Concentrate during its turn. In response, I cast Twincast (using a Shivan Reef and an Island). I opted to target Concentrate (on the stack). Then Forge panicked. Error message follows:
null
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.6.0_21 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.drawStackDescription(AbilityFactory_ZoneAffecting.java:138)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$2.getStackDescription(AbilityFactory_ZoneAffecting.java:73)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:77)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:28)
at forge.GameAction.playSpellAbilityForFree(GameAction.java:2756)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:256)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:281)
at forge.card.cardFactory.CardFactory_Instants$10.resolve(CardFactory_Instants.java:409)
at forge.MagicStack.resolveStack(MagicStack.java:682)
at forge.Phase.passPriority(Phase.java:524)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:289)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:244)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:45)
at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:33)
at forge.GuiInput.setInput(GuiInput.java:29)
at forge.GuiInput.update(GuiInput.java:23)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:9)
at forge.gui.input.InputControl.resetInput(InputControl.java:58)
at forge.Phase.passPriority(Phase.java:515)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
at forge.GuiInput.selectButtonOK(GuiInput.java:37)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:954)
at forge.GuiDisplay4.access$3(GuiDisplay4.java:953)
at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:741)
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)
null
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows XP Version: 5.1 Architecture: x86
Java Version: 1.6.0_21 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.drawStackDescription(AbilityFactory_ZoneAffecting.java:138)
at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$2.getStackDescription(AbilityFactory_ZoneAffecting.java:73)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:77)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:28)
at forge.GameAction.playSpellAbilityForFree(GameAction.java:2756)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:256)
at forge.card.cardFactory.CardFactory.copySpellontoStack(CardFactory.java:281)
at forge.card.cardFactory.CardFactory_Instants$10.resolve(CardFactory_Instants.java:409)
at forge.MagicStack.resolveStack(MagicStack.java:682)
at forge.Phase.passPriority(Phase.java:524)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:289)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:244)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:45)
at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:33)
at forge.GuiInput.setInput(GuiInput.java:29)
at forge.GuiInput.update(GuiInput.java:23)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:9)
at forge.gui.input.InputControl.resetInput(InputControl.java:58)
at forge.Phase.passPriority(Phase.java:515)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
at forge.GuiInput.selectButtonOK(GuiInput.java:37)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:954)
at forge.GuiDisplay4.access$3(GuiDisplay4.java:953)
at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:741)
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)
Re: Current Known Bugs list
by Kersed » 02 May 2011, 14:06
Just got this error after casting Crop Rotation on my Island.
- 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
For input string: "1Crop Rotation"
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows Vista Version: 6.0 Architecture: x86
Java Version: 1.6.0-oem Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "1Crop Rotation"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:795)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeHiddenOriginStackDescription(AbilityFactory_ChangeZone.java:406)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeZoneDescription(AbilityFactory_ChangeZone.java:177)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.access$2(AbilityFactory_ChangeZone.java:172)
at forge.card.abilityFactory.AbilityFactory_ChangeZone$2.getStackDescription(AbilityFactory_ChangeZone.java:75)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(SpellAbility_Requirements.java:114)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:94)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:434)
at forge.card.spellability.Cost_Payment$6.done(Cost_Payment.java:986)
at forge.card.spellability.Cost_Payment$6.selectCard(Cost_Payment.java:975)
at forge.GuiInput.selectCard(GuiInput.java:49)
at forge.GuiDisplay4$10.mousePressed(GuiDisplay4.java:380)
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.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)
---
Tiger got to hunt, bird got to fly; Man got to sit and wonder 'why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand.
Tiger got to hunt, bird got to fly; Man got to sit and wonder 'why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand.
-
Kersed - Posts: 56
- Joined: 03 Mar 2010, 18:36
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by cc-drake » 03 May 2011, 09:48
- AI's Coral Trickster allowes you to choose whether to tap or to untap
- Puppeteer Clique lacks flying (AI had Linvala, Keeper of Silence if that matters)
- Puppeteer Clique lacks flying (AI had Linvala, Keeper of Silence if that matters)
Re: Current Known Bugs list
by Sloth » 03 May 2011, 10:40
Fixed! Thanks Kersed.
This only happens if you don't have a creature in your graveyard.Kersed wrote:Also, False Defeat is broken. Whenever I attempt to cast it it just reappears in my hand.
Puppeteer Clique is fixed. Coral Trickster won't appear in AI decks any more. Thanks cc-drake.cc-drake wrote:- AI's Coral Trickster allowes you to choose whether to tap or to untap
- Puppeteer Clique lacks flying (AI had Linvala, Keeper of Silence if that matters)
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Chris H. » 03 May 2011, 13:59
`gos wrote:Barter in Blood only costs me B.
This is now fixed, thank you gos.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Current Known Bugs list
by cc-drake » 03 May 2011, 20:52
Same issue with Zombie Cannibal and Necromantic Thirst.cc-drake wrote:No, not in the next game. I mean when the game interface has closed, you see the "You win - Continue, Quit, Restart" menu in the background and in front there opens the menu to choose a creature to reanimate.Hellfish wrote:Just to clarify, you mean their abilities are on the stack when the subsequent game begins?- Scion of Darkness and Sword of Light and Shadow trigger after you have already won
Just a guess - could it be that those effects don't use the stack?
Last edited by cc-drake on 04 May 2011, 07:31, edited 1 time in total.
Re: Current Known Bugs list
by Almost_Clever » 04 May 2011, 01:40
Card Problems
The image for Vastwood Animist actually is Elvish Branchbender
AI Poor Decisions
Computer evokes Inner-Flame Acolyte and Briarhorn when it has no other creatures
Computer casts Suffer the Past when I have 0 cards in the graveyard
Computer casts Edge of the Divinity on Adarkar Sentinel (and it had black and white creatures available)
Computer cheats
Computer casts Nova Chaser. In response I bolt its only creature (sending it to the graveyard), but the Nova Chaser stays on the battlefield
Computer taps slivers for mana prior to casting Gemhide Sliver
Things not working correctly
Necroskitter returns creatures to the battlefield whether or not they have -1/-1 counters
Necroskitter will return only one creature at a time, regardless of how many are sent to the graveyard (the game says it is returning the other creatures, but they stay in the graveyard)
I took over computer's Perimeter Captain with Necroskitter and then gained two life whenever the computer blocked with a creature with defender
Championed creatures return to the battlefield exactly as they left the battlefield (with counters, auras) instead of as a new copy
Totem armor sometimes acts like regeneration shields. If I block a first striker with a totem-enchanted creature that would have died except for the totem effect, then my blocker is tapped and the attacking first striker is not damaged
Mage Slayer does not trigger properly with the initial damage (such as Charnelhoard Wurm or infect creatures) -- the initial damage is just damage
When you deal lethal damage with Charnelhoard Wurm, then you are still prompted to return a card from the graveyard after the game is over
The image for Vastwood Animist actually is Elvish Branchbender
AI Poor Decisions
Computer evokes Inner-Flame Acolyte and Briarhorn when it has no other creatures
Computer casts Suffer the Past when I have 0 cards in the graveyard
Computer casts Edge of the Divinity on Adarkar Sentinel (and it had black and white creatures available)
Computer cheats
Computer casts Nova Chaser. In response I bolt its only creature (sending it to the graveyard), but the Nova Chaser stays on the battlefield
Computer taps slivers for mana prior to casting Gemhide Sliver
Things not working correctly
Necroskitter returns creatures to the battlefield whether or not they have -1/-1 counters
Necroskitter will return only one creature at a time, regardless of how many are sent to the graveyard (the game says it is returning the other creatures, but they stay in the graveyard)
I took over computer's Perimeter Captain with Necroskitter and then gained two life whenever the computer blocked with a creature with defender
Championed creatures return to the battlefield exactly as they left the battlefield (with counters, auras) instead of as a new copy
Totem armor sometimes acts like regeneration shields. If I block a first striker with a totem-enchanted creature that would have died except for the totem effect, then my blocker is tapped and the attacking first striker is not damaged
Mage Slayer does not trigger properly with the initial damage (such as Charnelhoard Wurm or infect creatures) -- the initial damage is just damage
When you deal lethal damage with Charnelhoard Wurm, then you are still prompted to return a card from the graveyard after the game is over
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."
-
Almost_Clever - Tester
- Posts: 345
- Joined: 15 Jan 2009, 01:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Sloth » 04 May 2011, 07:26
Fixed! Make sure you delete the old jpg when you get the new version.
These two cards will no longer appear in random AI decks.Almost_Clever wrote:AI Poor Decisions
Computer casts Suffer the Past when I have 0 cards in the graveyard
Computer casts Edge of the Divinity on Adarkar Sentinel (and it had black and white creatures available)
This was fixed some time ago. You did not use the latest version.Almost_Clever wrote:Things not working correctly
Necroskitter returns creatures to the battlefield whether or not they have -1/-1 counters
Fixed! Thanks for reporting Almost_Clever.Almost_Clever wrote:Mage Slayer does not trigger properly with the initial damage (such as Charnelhoard Wurm or infect creatures) -- the initial damage is just damage
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Who is online
Users browsing this forum: No registered users and 29 guests