Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by gos » 16 Jul 2011, 19:39
I enchanted my Razorfin Hunter with Quicksilver Dagger. When I clicked on the Hunter, I was given two options:
1) Tap: Razorfin Hunter deals 1 damage to target creature or player.
2) Tap: Razorfin Hunter deals 1 damage to target player.
I tried both, targeting my opponent each time, but I never got to draw a card.
1) Tap: Razorfin Hunter deals 1 damage to target creature or player.
2) Tap: Razorfin Hunter deals 1 damage to target player.
I tried both, targeting my opponent each time, but I never got to draw a card.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Current Known Bugs list
by friarsol » 16 Jul 2011, 21:29
Yep, looks like the SubAbility isn't being granted, if you open up the txt file you can replace the line that starts with S:Mode withgos wrote:I enchanted my Razorfin Hunter with Quicksilver Dagger. When I clicked on the Hunter, I was given two options:
1) Tap: Razorfin Hunter deals 1 damage to target creature or player.
2) Tap: Razorfin Hunter deals 1 damage to target player.
I tried both, targeting my opponent each time, but I never got to draw a card.
- Code: Select all
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | AddSVar$ DBDraw | Description$ Enchanted creature has "tap: This creature deals 1 damage to target player. You draw a card."
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by gos » 16 Jul 2011, 23:19
I think Threads of Disloyalty is miscosted at 2UU.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Current Known Bugs list
by Chris H. » 16 Jul 2011, 23:33
`gos wrote:I think Threads of Disloyalty is miscosted at 2UU.
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 jeffwadsworth » 17 Jul 2011, 05:57
Gos, I test this in multiple situations, and it worked perfectly fine for me.gos wrote:I cast Adaptive Automaton and chose the type "Sliver". All my slivers in play received the +1/+1 bonus, and the Automaton had the type Construct Sliver, but it received no bonuses from my other slivers.
- 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 Sloth » 17 Jul 2011, 07:32
This should have been fixed by implementing the layer system (ordering of continuous static effects) after the beta was released.jeffwadsworth wrote:Gos, I test this in multiple situations, and it worked perfectly fine for me.gos wrote:I cast Adaptive Automaton and chose the type "Sliver". All my slivers in play received the +1/+1 bonus, and the Automaton had the type Construct Sliver, but it received no bonuses from my other slivers.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by Bundy » 17 Jul 2011, 17:17
I have Leyline of Vitality in my opening hand and put it in play, then this error pops up:
- 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: "Creatures you control get +0/+1."
Version:
Forge -- official beta: $Date: 2011-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "Creatures you control get +0/+1."
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.valueOf(Unknown Source)
at forge.card.staticAbility.StaticAbility_Continuous.applyContinuousAbility(StaticAbility_Continuous.java:76)
at forge.card.staticAbility.StaticAbility.applyAbility(StaticAbility.java:138)
at forge.GameAction.checkStateEffects(GameAction.java:595)
at forge.gui.input.Input_Mulligan.end(Input_Mulligan.java:107)
at forge.gui.input.Input_Mulligan.selectButtonOK(Input_Mulligan.java:27)
at forge.GuiInput.selectButtonOK(GuiInput.java:57)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1117)
at forge.GuiDisplay4.access$300(GuiDisplay4.java:52)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:870)
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.jvnet.substance.utils.RolloverButtonListener.mouseReleased(RolloverButtonListener.java:111)
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)
- 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: "Creatures you control get +0/+1."
Version:
Forge -- official beta: $Date: 2011-07-02 00:20:39 -0400 (Sat, 02 Jul 2011) $, SVN revision: $Revision: 10300 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NumberFormatException: For input string: "Creatures you control get +0/+1."
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.valueOf(Unknown Source)
at forge.card.staticAbility.StaticAbility_Continuous.applyContinuousAbility(StaticAbility_Continuous.java:76)
at forge.card.staticAbility.StaticAbility.applyAbility(StaticAbility.java:138)
at forge.GameAction.checkStateEffects(GameAction.java:595)
at forge.MagicStack.finishResolving(MagicStack.java:839)
at forge.MagicStack.resolveStack(MagicStack.java:785)
at forge.Phase.passPriority(Phase.java:697)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:442)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:387)
at forge.gui.input.InputControl.updateInput(InputControl.java:183)
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:89)
at forge.Phase.passPriority(Phase.java:688)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
at forge.GuiInput.selectButtonOK(GuiInput.java:57)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1117)
at forge.GuiDisplay4.access$300(GuiDisplay4.java:52)
at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:870)
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)
- 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
by Almost_Clever » 17 Jul 2011, 19:51
The green mana does not clear out of your mana pool at the start of a game when you have Omnath, Locus of Mana on the battlefield at the end of an earlier game. At the end of the first upkeep phase the mana pool kind of clears out (it does not show any mana available and you cannot cast spells using the mana that was there before), but when you cast Omnath, Locus of Mana again it has power/toughness equal to 1/1 + the green mana in your pool at the end of the game it was in before + all of the green mana visible in the pool now. This continues for match after match as well -- it got to the point that Omnath, Locus of Mana was a 70/70 creature when I cast it on turn 1 in a test game.
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 slapshot5 » 17 Jul 2011, 20:33
This is now fixed in SVN.stalik wrote:2 Maze of Ith in Hand
Sylvan Library on the Field
Sylvan Library Brings out Krosan Grip, Prompt to Use, Click Yes, Maze of Ith x2 (4 in hand).
Prompt for Select a card drawn with library but cannot ever advance from there as clicking on the two drawn mazes (checked all four) did not work. Stack trace killed the build. (5/31 Beta)
Edit: Confirmed it looks like Sylvan Library might have the issue now.
-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 Almost_Clever » 18 Jul 2011, 03:01
One of the new cards, Sorin's Vengeance, gave me 10 life but the computer did not lose 10 life -- apparently we now have the ability to deal damage to sorceries on the stack
. The stack reads "1. Sorin's Vengeance (17) - Deals 10 damage to Sorin's Vengeance (17), Human gains 10 life."

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 Braids » 18 Jul 2011, 03:09
Almost_Clever wrote:. . . apparently we now have the ability to deal damage to sorceries on the stack. The stack reads "1. Sorin's Vengeance (17) - Deals 10 damage to Sorin's Vengeance (17) . . ."


"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: Current Known Bugs list
by jeffwadsworth » 18 Jul 2011, 04:23
Fixed in SVN.Almost_Clever wrote:One of the new cards, Sorin's Vengeance, gave me 10 life but the computer did not lose 10 life -- apparently we now have the ability to deal damage to sorceries on the stack. The stack reads "1. Sorin's Vengeance (17) - Deals 10 damage to Sorin's Vengeance (17), Human gains 10 life."
- 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 Enkil » 18 Jul 2011, 06:00
Hello, I am using Forge Beta: 07-15-2011 ver 1.1.00 SVN rev 10781
I played Phylactery Lich and placed the Phylactery Counter on Darksteel Ingot. The Phylactery Lich was then immediately put into the graveyard, with the Darksteel Ingot still showing on the Phylactery Counter.
Started a new game and had the computer play that deck as well, it even did the same combo that I did with the Darksteel Ingot, the lich was sent to the grave immediately.
I don't know if it makes a difference or not, but the deck was the generated semi-random theme deck "Indestructibility WB"
I played Phylactery Lich and placed the Phylactery Counter on Darksteel Ingot. The Phylactery Lich was then immediately put into the graveyard, with the Darksteel Ingot still showing on the Phylactery Counter.
Started a new game and had the computer play that deck as well, it even did the same combo that I did with the Darksteel Ingot, the lich was sent to the grave immediately.
I don't know if it makes a difference or not, but the deck was the generated semi-random theme deck "Indestructibility WB"
Re: Current Known Bugs list
by Almost_Clever » 18 Jul 2011, 11:53
You're welcome, glad to help. It struck me more like a Future Sight-type card than M12...Braids wrote:Almost_Clever wrote:. . . apparently we now have the ability to deal damage to sorceries on the stack. The stack reads "1. Sorin's Vengeance (17) - Deals 10 damage to Sorin's Vengeance (17) . . ."
this has been the most entertaining bug report in a while. thanks.

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 Almost_Clever » 18 Jul 2011, 11:57
Returning Dark Favor to the battlefield via casting Sun Titan caused an error. The Dark Favor was put on the battlefield (not enchanting anything), I lost one life, and got a game error at every game state check from then on.
Gideon's Avenger is missing type "Creature" so it sits off to the side like a global enchantment (that accumulates +1/+1 counters like crazy).
Vampire Outcasts works correctly but the reminder text is incorrect. It says "Bloodthirst 2 (If an opponent was dealt damage this turn, this creature enters the battlefield with a +1/+1 counter on it)" and it should say "... with two +1/+1 counters on it)."
Gideon's Avenger is missing type "Creature" so it sits off to the side like a global enchantment (that accumulates +1/+1 counters like crazy).
Vampire Outcasts works correctly but the reminder text is incorrect. It says "Bloodthirst 2 (If an opponent was dealt damage this turn, this creature enters the battlefield with a +1/+1 counter on it)" and it should say "... with two +1/+1 counters on it)."
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
Who is online
Users browsing this forum: No registered users and 36 guests