SVN Bug Reports
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: SVN Bug Reports
by pwangsta » 22 Jun 2011, 11:06
Updated to r9941 and I can't reproduce them anymore either.Sloth wrote:Just did a test. I couldn't reproduce any of these bugs.pwangsta wrote:Rakdos Ickspitter - trying to target a shrouded (by Canopy Cover) Aura Gnarlid causes the typical "cannot target" message to show up, but the cancel button is grayed out, so I can't advance the game anymore; had to concede to get back to main screen
Heartlash Cinder - chroma effect didn't work
Adder-Staff Boggart - winning clash doesn't give me the +1/+1 counter

- pwangsta
- Posts: 20
- Joined: 10 Jun 2011, 12:09
- Has thanked: 0 time
- Been thanked: 0 time
Re: SVN Bug Reports
by slapshot5 » 23 Jun 2011, 00:03
should now be fixed in SVN.pwangsta wrote:Skull Catapult (6ED) has wrong picture associated with it (picture is Rod of Ruin, 6ED), but description in upper right of deck editor is correct
-slapshot5
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: SVN Bug Reports
by Corwin72 » 23 Jun 2011, 13:38
Any word on when the import of decks in quest mode will be fixed?
It has been 2 months.
It kind of pisses me off that this was broken with a complete overhaul of the deck editor promised and then there has been no word since. Who was the programmer that made the change?
It has been 2 months.
It kind of pisses me off that this was broken with a complete overhaul of the deck editor promised and then there has been no word since. Who was the programmer that made the change?
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: SVN Bug Reports
by Braids » 23 Jun 2011, 18:29
eek, it's a Witch Hunter! shroud and hexproof yourselves!Corwin72 wrote:Who was the programmer that made the change?

"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: SVN Bug Reports
by Hellfish » 23 Jun 2011, 18:40
I've got a change that allows me to import decks into quest mode on my version, but it's not housetrained and makes a mess of itself if you try to edit the deck in any way. You can play with the deck though.
If I can get it to a respectable state I will commit it.
If I can get it to a respectable state I will commit it.

So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: SVN Bug Reports
by friarsol » 23 Jun 2011, 19:05
I'd suggest waiting till the next Beta (just in case you are that fast) so we have time to have other eyes on it.Hellfish wrote:I've got a change that allows me to import decks into quest mode on my version, but it's not housetrained and makes a mess of itself if you try to edit the deck in any way. You can play with the deck though.
If I can get it to a respectable state I will commit it.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: SVN Bug Reports
by Hellfish » 23 Jun 2011, 19:29
Yeah, prolly a good idea. It's not that bad though, I mostly copypasted the import method from the regular deck editor and made sure the cards were added to the players cardpool as well. Oh, and fixed the opening of decks so that it removed the setcode from cards before removing them from your cardpool. (Which fixed the forementioned mess importing made)
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: SVN Bug Reports
by Chris H. » 23 Jun 2011, 19:31
`Corwin72 wrote:Just having a bad day and just tried to import a deck to quest mode and it was still broken.
With all of the nice new and revamped quest decks we quest deck devs would like a chance to try them out.
The recent code changes made my old questData file from last year unusable so I had no choice but to start a new quest.
At tier one I got to face Sloth's Kobold deck twice and only beat it once.

-
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: SVN Bug Reports
by SoulStorm » 24 Jun 2011, 07:29
Tried to cast Primeval Titan while Animar, Soul of Elements was in play with 5 counters on it and received the following error:
- | Open
- Mana_Part : checkMana() error, argument mana is invalid mana, mana - -
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: amd64
Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.RuntimeException: Mana_Part : checkMana() error, argument mana is invalid mana, mana - -
at forge.card.mana.Mana_Part.checkSingleMana(Mana_Part.java:32)
at forge.card.mana.Mana_PartColor.<init>(Mana_PartColor.java:17)
at forge.card.mana.ManaCost.getManaPart(ManaCost.java:340)
at forge.card.mana.ManaCost.split(ManaCost.java:308)
at forge.card.mana.ManaCost.<init>(ManaCost.java:33)
at forge.GameAction.getSpellCostChange(GameAction.java:1713)
at forge.card.spellability.Cost.changeCost(Cost.java:318)
at forge.card.spellability.Cost_Payment.changeCost(Cost_Payment.java:691)
at forge.GameAction.playSpellAbility(GameAction.java:1801)
at forge.GameAction.playCard(GameAction.java:1318)
at forge.gui.input.Input_PassPriority.selectCard(Input_PassPriority.java:52)
at forge.GuiInput.selectCard(GuiInput.java:49)
at forge.GuiDisplay4$14.mousePressed(GuiDisplay4.java:418)
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)
Re: SVN Bug Reports
by Sloth » 24 Jun 2011, 09:41
Fixed! Thanks SoulStorm.SoulStorm wrote:Tried to cast Primeval Titan while Animar, Soul of Elements was in play with 5 counters on it and received the following error:
- | Open
- Mana_Part : checkMana() error, argument mana is invalid mana, mana - -
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: amd64
Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.RuntimeException: Mana_Part : checkMana() error, argument mana is invalid mana, mana - -
at forge.card.mana.Mana_Part.checkSingleMana(Mana_Part.java:32)
at forge.card.mana.Mana_PartColor.<init>(Mana_PartColor.java:17)
at forge.card.mana.ManaCost.getManaPart(ManaCost.java:340)
at forge.card.mana.ManaCost.split(ManaCost.java:308)
at forge.card.mana.ManaCost.<init>(ManaCost.java:33)
at forge.GameAction.getSpellCostChange(GameAction.java:1713)
at forge.card.spellability.Cost.changeCost(Cost.java:318)
at forge.card.spellability.Cost_Payment.changeCost(Cost_Payment.java:691)
at forge.GameAction.playSpellAbility(GameAction.java:1801)
at forge.GameAction.playCard(GameAction.java:1318)
at forge.gui.input.Input_PassPriority.selectCard(Input_PassPriority.java:52)
at forge.GuiInput.selectCard(GuiInput.java:49)
at forge.GuiDisplay4$14.mousePressed(GuiDisplay4.java:418)
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)
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: SVN Bug Reports
by pwangsta » 24 Jun 2011, 22:11
r9xxx (don't remember, but it was before the big commit that just happened)
Elspeth, Knight-Errant - after stealing Elspeth from AI with Dominus of Fealty and killing it by using the -8 ability, the emblem ends up on the AI's side of the board, not mine (although I DO get the effects of the emblem).
Kor Hookmaster - tapped an Aura Gnarlid, but it didn't stay tapped on the AI's next untap step -> reproduced with a different monster (don't remember which) the next turn
Error received when playing Pyrokinesis, exiling Mountain Bandit, killing a lone Myr Retriever equipped with Sword of the Meek
Error received when playing Pyrokinesis, exiling Rakdos Guildmage, hitting a Serra Avenger for 3 and a Soltari Priest for 1. Exception was thrown after I tried to target Soltari Priest (pro red) with the last point of damage.
Favor of the Overbeing enchanting Dryad Arbor doesn't affect the Dryad Arbor (no +1/+1, no vigilance)
AI tapped Phyrexia's Core to sacrifice a Myr Retriever, creating an exception. Same exception was thrown the next game, when the same situation popped up again.
Now to poke holes through the new revision.
EDIT17million: Almost forgot. This might be intentional, but I kinda doubt it. After you buy the zeppelin, you only see the +3 life in games 2 and 3 of quest matches, not game 1.
Elspeth, Knight-Errant - after stealing Elspeth from AI with Dominus of Fealty and killing it by using the -8 ability, the emblem ends up on the AI's side of the board, not mine (although I DO get the effects of the emblem).
Kor Hookmaster - tapped an Aura Gnarlid, but it didn't stay tapped on the AI's next untap step -> reproduced with a different monster (don't remember which) the next turn
Error received when playing Pyrokinesis, exiling Mountain Bandit, killing a lone Myr Retriever equipped with Sword of the Meek
- | Open
- 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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.MagicStack.add(Unknown Source)
at forge.ComputerUtil.playStack(Unknown Source)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(Unknown Source)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(Unknown Source)
at forge.Phase.passPriority(Unknown Source)
at forge.ComputerAI_General.stackResponse(Unknown Source)
at forge.ComputerAI_General.stack_not_empty(Unknown Source)
at forge.gui.input.InputControl.updateInput(Unknown Source)
at forge.GuiInput.update(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(Unknown Source)
at forge.gui.input.InputControl.resetInput(Unknown Source)
at forge.Phase.passPriority(Unknown Source)
at forge.gui.input.Input_PassPriority.selectButtonOK(Unknown Source)
at forge.GuiInput.selectButtonOK(Unknown Source)
at forge.GuiDisplay4.okButtonActionPerformed(Unknown Source)
at forge.GuiDisplay4.access$3(Unknown Source)
at forge.GuiDisplay4$28.actionPerformed(Unknown Source)
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)
Error received when playing Pyrokinesis, exiling Rakdos Guildmage, hitting a Serra Avenger for 3 and a Soltari Priest for 1. Exception was thrown after I tried to target Soltari Priest (pro red) with the last point of damage.
- | Open
- 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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.MagicStack.add(Unknown Source)
at forge.MagicStack.addAndUnfreeze(Unknown Source)
at forge.card.spellability.SpellAbility_Requirements.addAbilityToStack(Unknown Source)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(Unknown Source)
at forge.card.spellability.Cost_Payment.payCost(Unknown Source)
at forge.card.spellability.Cost_Payment$13.done(Unknown Source)
at forge.card.spellability.Cost_Payment$13.selectCard(Unknown Source)
at forge.GuiInput.selectCard(Unknown Source)
at forge.GuiDisplay4$14.mousePressed(Unknown Source)
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)
Favor of the Overbeing enchanting Dryad Arbor doesn't affect the Dryad Arbor (no +1/+1, no vigilance)
AI tapped Phyrexia's Core to sacrifice a Myr Retriever, creating an exception. Same exception was thrown the next game, when the same situation popped up again.
- | Open
- 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:
viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
mtgerror@yahoo.com
null
Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $
OS: Windows 7 Version: 6.1 Architecture: x86
Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.MagicStack.add(Unknown Source)
at forge.ComputerUtil.playStack(Unknown Source)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(Unknown Source)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(Unknown Source)
at forge.Phase.setPriority(Unknown Source)
at forge.MagicStack.add(Unknown Source)
at forge.MagicStack.addAndUnfreeze(Unknown Source)
at forge.ComputerUtil.handlePlayingSpellAbility(Unknown Source)
at forge.ComputerUtil.playCards(Unknown Source)
at forge.ComputerAI_General.playCards(Unknown Source)
at forge.ComputerAI_General.main2(Unknown Source)
at forge.ComputerAI_Input.think(Unknown Source)
at forge.ComputerAI_Input.showMessage(Unknown Source)
at forge.GuiInput.setInput(Unknown Source)
at forge.GuiInput.update(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(Unknown Source)
at forge.gui.input.InputControl.resetInput(Unknown Source)
at forge.gui.input.Input_PassPriority.selectButtonOK(Unknown Source)
at forge.GuiInput.selectButtonOK(Unknown Source)
at forge.GuiDisplay4.okButtonActionPerformed(Unknown Source)
at forge.GuiDisplay4.access$3(Unknown Source)
at forge.GuiDisplay4$28.actionPerformed(Unknown Source)
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)
Now to poke holes through the new revision.

EDIT17million: Almost forgot. This might be intentional, but I kinda doubt it. After you buy the zeppelin, you only see the +3 life in games 2 and 3 of quest matches, not game 1.
- pwangsta
- Posts: 20
- Joined: 10 Jun 2011, 12:09
- Has thanked: 0 time
- Been thanked: 0 time
Re: SVN Bug Reports
by SoulStorm » 25 Jun 2011, 08:00
: Mayael's Aria puts counters on creatures you control even if you don't control a creature with power GE5.
Re: SVN Bug Reports
by Sloth » 25 Jun 2011, 10:57
Fixed! thanks pwangsta.pwangsta wrote:r9xxx (don't remember, but it was before the big commit that just happened)
Favor of the Overbeing enchanting Dryad Arbor doesn't affect the Dryad Arbor (no +1/+1, no vigilance)
There is a problem with triggered abilities and conditions. I'm working on this.SoulStorm wrote:: Mayael's Aria puts counters on creatures you control even if you don't control a creature with power GE5.
-
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 30 guests