Page 331 of 441

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 15:53
by anikitin
When sacrificed, Chromatic Sphere gives mana but not a card

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 16:18
by jeffwadsworth
anikitin wrote:When sacrificed, Chromatic Sphere gives mana but not a card
This works in the SVN. Thanks.

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 17:09
by Vecc
Another minor bug: Flameshot spell description reads 4 damage divided among any number of target creatures and/or players, instead of the correct 3 damage divided among target creatures only. The rest of the spell is working according to the rules.

I suppose this solves it on the card text file.

Name:Flameshot
ManaCost:3 R
Types:Sorcery
Text:no text
A:SP$ DealDamage | Cost$ 3 R | ValidTgts$ Creature | TgtPrompt$ Select target creature (1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2 | SpellDescription$ CARDNAME deals 3 damage divided as you choose among any number of target creatures.
A:SP$ DealDamage | Cost$ Discard<1/Mountain> | ValidTgts$ Creature | TgtPrompt$ Select target creature(1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2 | CostDesc$ You may discard a Mountain card rather than pay CARDNAME's mana cost | SpellDescription$  
SVar:DBDamage2:DB$DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature (2) | NumDmg$ 1 | SubAbility$ SVar=DBDamage3
SVar:DBDamage3:DB$DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature (3) | NumDmg$ 1
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/flameshot.jpg
SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/90.jpg
End

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 20:05
by Chris H.
Vecc wrote:Another minor bug: Flameshot spell description reads 4 damage divided among any number of target creatures and/or players, instead of the correct 3 damage divided among target creatures only. The rest of the spell is working according to the rules.
`
Fixed.

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 23:02
by Vecc
Hm, Martial Coup seems to be leading into an error everytime I attempt to use it. Is it only me?

Here's the error code:
| 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


For input string: "X"


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_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "X"
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:996)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:271)
at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:82)
at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:75)
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.playSpellAbility(GameAction.java:1816)
at forge.GameAction.playCard(GameAction.java:1330)
at forge.gui.input.Input_PassPriority.selectCard(Input_PassPriority.java:52)
at forge.GuiInput.selectCard(GuiInput.java:49)
at forge.GuiDisplay3$10.mousePressed(GuiDisplay3.java:412)
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)


Edit: I just searched through the topic and found a similar error reported by mid-April. Since it's not the same error and the issue is still happening, I'll just leave this here.

Also, just now I cast Repulse on my tapped Riftwing Cloudskate enchanted by an opponent Control Magic, and it wound up in my hand still tapped (and uncastable). #-o

Looks like I've been really unlucky with my deck choices for Quest Mode lately.

Re: Current Known Bugs list

PostPosted: 21 Jun 2011, 23:37
by anikitin
It seems that Phyrexian Lens is unplayable - I can cast it, but I can't tap it when it's in play

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 08:03
by Sloth
Vecc wrote:Hm, Martial Coup seems to be leading into an error everytime I attempt to use it. Is it only me?

Here's the error code:
| 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


For input string: "X"


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_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "X"
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:996)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:271)
at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:82)
at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:75)
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.playSpellAbility(GameAction.java:1816)
at forge.GameAction.playCard(GameAction.java:1330)
at forge.gui.input.Input_PassPriority.selectCard(Input_PassPriority.java:52)
at forge.GuiInput.selectCard(GuiInput.java:49)
at forge.GuiDisplay3$10.mousePressed(GuiDisplay3.java:412)
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)


Edit: I just searched through the topic and found a similar error reported by mid-April. Since it's not the same error and the issue is still happening, I'll just leave this here.
Fixed! Thanks Vecc.

anikitin wrote:It seems that Phyrexian Lens is unplayable - I can cast it, but I can't tap it when it's in play
I can't reproduce this on the SVN. Did you have any other cards in play (maybe Platinum Emperion)?

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 08:07
by serrasmurf
Hi,
when Kalastria Highborn goes to the graveyard, it's ability triggers twice (for itself and another vampire), as it should trigger once.
thnx!

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 08:30
by Sloth
serrasmurf wrote:Hi,
when Kalastria Highborn goes to the graveyard, it's ability triggers twice (for itself and another vampire), as it should trigger once.
thnx!
Fixed! Thanks serrasmurf.

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 12:11
by serrasmurf
and some more...
-the tokens from Siege-Gang Commander don't cause Auriok Champion to trigger
-When I make a copy of Siege-Gang Commander with Kiki-Jiki, Mirror Breaker, no goblin tokens are created
-When Parallax Wave leaves the battlefield, the exiled creatures are not returned
-Stonecloaker is buggy (doesn't handle targeting errors well)
Thnx again!

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 16:44
by Eowin
I got the following Error Message after I destroyed a Berserkers of Blood Ridge generated by Clone
Code: Select all
There is an error in the card code for Berserkers of Blood Ridge:



Version:
Forge -- official beta: $Date: 2011-01-06 17:34:48 +0100 (Do, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.spellability.SpellAbility_Restriction.canPlay(Unknown Source)
   at forge.card.spellability.Spell.canPlay(Unknown Source)
   at forge.card.spellability.Spell_Permanent.canPlay(Unknown Source)
   at forge.ComputerUtil.possibleDamagePrevention(Unknown Source)
   at forge.CombatUtil.canDestroyAttacker(Unknown Source)
   at forge.ComputerUtil_Attack2.shouldAttack(Unknown Source)
   at forge.ComputerUtil_Attack2.getAttackers(Unknown Source)
   at forge.ComputerUtil.getAttackers(Unknown Source)
   at forge.card.cardFactory.CardFactoryUtil.AI_doesCreatureAttack(Unknown Source)
   at forge.card.abilityFactory.AbilityFactory_Pump.pumpPlayAI(Unknown Source)
   at forge.card.abilityFactory.AbilityFactory_Pump.access$0(Unknown Source)
   at forge.card.abilityFactory.AbilityFactory_Pump$2.canPlayAI(Unknown Source)
   at forge.ComputerAI_General.getPlayable(Unknown Source)
   at forge.ComputerAI_General.getOtherPhases(Unknown Source)
   at forge.ComputerAI_General.stackResponse(Unknown Source)
   at forge.ComputerAI_General.end_of_combat(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.Phase.nextPhase(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)

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 17:04
by Bundy
Computer turned my Urza's Tower into an island with Sea's Claim. I played All Is Dust and removed Sea's Claim from the tower. Now there is no text displayed when i mouse over the card image and i can't tap it anymore. The effect of having all 3 Urza lands in play still work, Urza's Mine and Urza's Power Plant give 2 mana.

Another bug with Clone:
I copy my Time Elemental with Clone. When i click the original Time Elemental to use it's ability, the copied elemental taps. The ability of the original can no longer be used.

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 17:54
by Chris H.
I noticed something while playing a quest mode game with my 1/3 Plant Wall. For some reason it has First Strike.

Compy has only a Forest in play.

I only have the 1/3 Plant Wall, an Island, a Swamp and a Blood Seeker in play. I saw the First Strike on the second turn. The game may have started with the Plant Wall having First Strike.

Re: Current Known Bugs list

PostPosted: 22 Jun 2011, 23:38
by slapshot5
Vecc wrote:Also, just now I cast Repulse on my tapped Riftwing Cloudskate enchanted by an opponent Control Magic, and it wound up in my hand still tapped (and uncastable). #-o

Looks like I've been really unlucky with my deck choices for Quest Mode lately.
Just tried this in SVN. Works as expected (in hand, not tapped). Anything else funky in play?

-slapshot5

Re: Current Known Bugs list

PostPosted: 23 Jun 2011, 09:54
by phm
Latest SVN build, I cast Lignify on my opponents Knight of Cliffhaven (lvl4).
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


Index: 1, Size: 0


Version:
Forge -- official beta: $Date: 2011-01-06 17:34:48 +0100 (Do, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
   at java.util.ArrayList.RangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.GameActionUtil$6.removeStaticEffect(Unknown Source)
   at forge.GameActionUtil$6.execute(Unknown Source)
   at forge.GameAction.checkStateEffects(Unknown Source)
   at forge.MagicStack.finishResolving(Unknown Source)
   at forge.MagicStack.resolveStack(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.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)