Re: Current Known Bugs list
Fixed. Thanks,Vecc!
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=26&t=787
`serrasmurf wrote:hi
Squadron Hawk has creature type hawk; it should have bird (and trigger Soulcatcher's Aerie
thnx
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
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_23 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.card.abilityFactory.AbilityFactory.playReusable(AbilityFactory.java:861)
at forge.card.abilityFactory.AbilityFactory_DealDamage.damageChoosingTargets(AbilityFactory_DealDamage.java:384)
at forge.card.abilityFactory.AbilityFactory_DealDamage.damageDoTriggerAI(AbilityFactory_DealDamage.java:489)
at forge.card.abilityFactory.AbilityFactory_DealDamage.access$400(AbilityFactory_DealDamage.java:26)
at forge.card.abilityFactory.AbilityFactory_DealDamage$3.doTrigger(AbilityFactory_DealDamage.java:121)
at forge.card.abilityFactory.AbilityFactory_Counters.putDoTriggerAI(AbilityFactory_Counters.java:445)
at forge.card.abilityFactory.AbilityFactory_Counters.access$300(AbilityFactory_Counters.java:29)
at forge.card.abilityFactory.AbilityFactory_Counters$1.doTrigger(AbilityFactory_Counters.java:58)
at forge.card.trigger.TriggerHandler$2.doTrigger(TriggerHandler.java:501)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:954)
at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:916)
at forge.Phase.passPriority(Phase.java:530)
at forge.MagicStack.add(MagicStack.java:683)
at forge.MagicStack.addAndUnfreeze(MagicStack.java:74)
at forge.ComputerUtil.handlePlayingSpellAbility(ComputerUtil.java:86)
at forge.ComputerUtil.playCards(ComputerUtil.java:47)
at forge.ComputerAI_General.playCards(ComputerAI_General.java:40)
at forge.ComputerAI_General.main2(ComputerAI_General.java:34)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:67)
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.Phase.nextPhase(Phase.java:375)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.Phase.nextPhase(Phase.java:378)
at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:769)
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)
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
There is an error in the card code for Reckless Spite:
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.NullPointerException
at forge.card.spellability.SpellAbility_Restriction.canPlay(SpellAbility_Restriction.java:127)
at forge.card.spellability.Ability_Activated.canPlay(Ability_Activated.java:62)
at forge.ComputerUtil$2.addCard(ComputerUtil.java:774)
at forge.CardList.filter(CardList.java:500)
at forge.ComputerUtil.getAvailableMana(ComputerUtil.java:770)
at forge.ComputerUtil.getAvailableMana(ComputerUtil.java:758)
at forge.ComputerUtil.payManaCost(ComputerUtil.java:632)
at forge.ComputerUtil.canPayCost(ComputerUtil.java:358)
at forge.ComputerUtil.canPayCost(ComputerUtil.java:346)
at forge.card.abilityFactory.AbilityFactory_Destroy.destroyCanPlayAI(AbilityFactory_Destroy.java:178)
at forge.card.abilityFactory.AbilityFactory_Destroy.access$100(AbilityFactory_Destroy.java:18)
at forge.card.abilityFactory.AbilityFactory_Destroy$2.canPlayAI(AbilityFactory_Destroy.java:74)
at forge.ComputerUtil.canBePlayedAndPayedByAI(ComputerUtil.java:336)
at forge.ComputerAI_General.getPlayable(ComputerAI_General.java:261)
at forge.ComputerAI_General.getOtherPhases(ComputerAI_General.java:226)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:435)
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:690)
at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
at forge.GuiInput.selectButtonOK(GuiInput.java:57)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1111)
at forge.GuiDisplay4.access$300(GuiDisplay4.java:48)
at forge.GuiDisplay4$31.actionPerformed(GuiDisplay4.java:864)
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)
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
There is an error in the card code for Vinelasher Kudzu:
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.NullPointerException
at forge.card.spellability.SpellAbility_Restriction.canPlay(SpellAbility_Restriction.java:127)
at forge.card.spellability.Spell.canPlay(Spell.java:63)
at forge.card.spellability.Spell_Permanent.canPlay(Spell_Permanent.java:197)
at forge.ComputerUtil.possibleDamagePrevention(ComputerUtil.java:1339)
at forge.CombatUtil.canDestroyAttacker(CombatUtil.java:1369)
at forge.ComputerUtil_Attack2.shouldAttack(ComputerUtil_Attack2.java:599)
at forge.ComputerUtil_Attack2.getAttackers(ComputerUtil_Attack2.java:536)
at forge.ComputerUtil.getAttackers(ComputerUtil.java:1197)
at forge.card.cardFactory.CardFactoryUtil.AI_doesCreatureAttack(CardFactoryUtil.java:269)
at forge.card.abilityFactory.AbilityFactory_Pump$4.addCard(AbilityFactory_Pump.java:225)
at forge.CardList.filter(CardList.java:500)
at forge.card.abilityFactory.AbilityFactory_Pump.getPumpCreatures(AbilityFactory_Pump.java:202)
at forge.card.abilityFactory.AbilityFactory_Pump.pumpTgtAI(AbilityFactory_Pump.java:430)
at forge.card.abilityFactory.AbilityFactory_Pump.pumpPlayAI(AbilityFactory_Pump.java:406)
at forge.card.abilityFactory.AbilityFactory_Pump.access$000(AbilityFactory_Pump.java:17)
at forge.card.abilityFactory.AbilityFactory_Pump$2.canPlayAI(AbilityFactory_Pump.java:99)
at forge.ComputerUtil.canBePlayedAndPayedByAI(ComputerUtil.java:336)
at forge.ComputerAI_General.getPlayable(ComputerAI_General.java:261)
at forge.ComputerAI_General.getOtherPhases(ComputerAI_General.java:226)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:397)
at forge.ComputerAI_General.begin_combat(ComputerAI_General.java:314)
at forge.ComputerAI_Input.think(ComputerAI_Input.java:72)
at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:47)
at forge.GuiInput.setInput(GuiInput.java:43)
at forge.GuiInput.update(GuiInput.java:32)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.MyObservable.updateObservers(MyObservable.java:17)
at forge.Phase.nextPhase(Phase.java:460)
at forge.GuiDisplay4$31.actionPerformed(GuiDisplay4.java:869)
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)
`Bundy wrote:Every time i click OK to go to the next phase, the same error returns.
I usually see if the error stops during the turn, otherwise i quit and exit. I thought it might be useful for debugging to know if an error keeps coming back or not ...Chris H. wrote:When you get an error exception, it may be best not to continue the match. It may be best to save the error exception and to then exit forge.