Page 2 of 2

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 24 Mar 2011, 02:17
by Chris H.
Night Shadow wrote:Floodbringer is 1/1 should be 1/2.
`
Fixed, thank you Night Shadow.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 24 Mar 2011, 08:30
by Caranthol
Chris H. wrote:
Caranthol wrote:When I tried to open one of my constructed decks with the editor, I got this error:

Thoughts?
`
Could you attach the deck as a .zip file to a message? This would allow people to look at the deck and someone may be able to figure out the problem.
OK, I'll do it this evening.

Thank you.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 24 Mar 2011, 17:01
by Caranthol
This is the file.

CarantholsGreen.deck.rar
(11.39 KiB) Downloaded 151 times

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 24 Mar 2011, 17:24
by Chris H.
Caranthol wrote:This is the file.

The attachment CarantholsGreen.deck.rar is no longer available
`
I made a few edits and retest the deck and I think it will now work for you.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 24 Mar 2011, 19:50
by Caranthol
Thank you Chris.

It's OK now.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 25 Mar 2011, 19:58
by Shamzi
i've expect a bug.
If you exile creatures with Astral Slide and win the game,in next game the exiled creatures comes into play at the end of the 1st opponent's turn.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 28 Mar 2011, 14:55
by Magic Pancake
I'm getting a weird error whenever I try to cast Circular Logic with its madness cost. It works fine if you hard cast it, but it bugs out otherwise.
Code: Select all
An error has occured. 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


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.2 Architecture: x86

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityFactory.AbilityFactory_CounterMagic.counterStackDescription(AbilityFactory_CounterMagic.java:244)
   at forge.card.abilityFactory.AbilityFactory_CounterMagic.access$1(AbilityFactory_CounterMagic.java:234)
   at forge.card.abilityFactory.AbilityFactory_CounterMagic$2.getStackDescription(AbilityFactory_CounterMagic.java:121)
   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.GameAction.playCardNoCost(GameAction.java:2745)
   at forge.GameAction$3.resolve(GameAction.java:372)
   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.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: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 28 Mar 2011, 19:03
by mtgrares
Great nickaname, Magic Pancake.

Re: Forge 03/18/2011 (unofficial BETA) version

PostPosted: 29 Mar 2011, 12:22
by Magic Pancake
Thanks!
Also, I noticed that with Forbid that if you buy it back, it won't counter the spell if you later cast it normally. It works again and again as long as you keep casting the buyback, but it doesn't work for the normal casting.
Edit: I've done some more testing, this only seems to happen if you've used the buyback for the card, it works fine if you normal cast it the first time.