Page 338 of 441

Re: Current Known Bugs list

PostPosted: 01 Jul 2011, 22:40
by Almost_Clever
friarsol wrote:Almost_Clever, these are all the same bug. Feel free to stop reporting it :-d
Okay -- do you have some general criteria to apply or should I assume all crashes this release are the same error?

Re: Current Known Bugs list

PostPosted: 01 Jul 2011, 22:46
by friarsol
Almost_Clever wrote:
friarsol wrote:Almost_Clever, these are all the same bug. Feel free to stop reporting it :-d
Okay -- do you have some general criteria to apply or should I assume all crashes this release are the same error?
The first two lines of the stack trace are all the same: Maybe add it as an issue on code.google and just add what cards you noticed it with. It's generically an issue with Triggers and the AI not choosing a target when it should be.

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 01:52
by slapshot5
phm wrote:Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
[code]

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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
Are you still seeing this with a current svn revision? Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 10:30
by Bundy
Computer attacks with Zealot il-Vec. Then when the computer has to choose between combat damage or 1 damage to a creature this error pops up. The game continues after i close the error. There were no creatures with only 1 defense in play, so the computer decided to give me 4 damage (Zealot il-Vec was pumped with Seal of Strength)

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


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.MagicStack.add(MagicStack.java:491)
   at forge.ComputerUtil.playStack(ComputerUtil.java:217)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:955)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:916)
   at forge.Phase.setPriority(Phase.java:67)
   at forge.Phase.resetPriority(Phase.java:74)
   at forge.Phase.handleBeginPhase(Phase.java:298)
   at forge.gui.input.InputControl.updateInput(InputControl.java:97)
   at forge.GuiInput.update(GuiInput.java:21)
   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.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.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)

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 10:55
by Bundy
Computer has Lurking Predators in play. Whenever the computer casts a spell it triggers, whenever i cast a spell it does nothing. Shouldn't that be the other way around?

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 12:42
by phm
[quote="slapshot5"][quote="phm"]Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
[/quote]
Are you still seeing this with a current svn revision?  Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5[/quote]

Just did an update, still getting the error, but from another card. I will try to do an new download instaed of just an update now.

[code]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


AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection


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: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection
   at forge.card.abilityFactory.AbilityFactory.getAbility(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard2(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard(Unknown Source)
   at forge.card.cardFactory.CardFactory.<init>(Unknown Source)
   at forge.AllZone.<clinit>(Unknown Source)
   at forge.Gui_NewGame$2.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(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.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: 02 Jul 2011, 15:43
by Sloth
phm wrote:
slapshot5 wrote:
phm wrote:Just did an update from the SVN, now I'm getting this error on startup. The script I use worked before, I also tried rebuilding with no success.
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


AbilityFactory : SpellAbility was not created for Moonlit Strider. Looking for API: Protection
[/quote]
Are you still seeing this with a current svn revision?  Not sure why this would be happening unless your AbilityFactory.java is out of sync.

-slapshot5[/quote]

Just did an update, still getting the error, but from another card. I will try to do an new download instaed of just an update now.

[code]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


AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection


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: x86

Java Version: 1.6.0_25 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : SpellAbility was not created for Jeweled Spirit. Looking for API: Protection
   at forge.card.abilityFactory.AbilityFactory.getAbility(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard2(Unknown Source)
   at forge.card.cardFactory.CardFactory.getCard(Unknown Source)
   at forge.card.cardFactory.CardFactory.<init>(Unknown Source)
   at forge.AllZone.<clinit>(Unknown Source)
   at forge.Gui_NewGame$2.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(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.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)
What sometimes helps is deleting the folder called output. The script uses this folder for transition and old stuff will pile up there. At least the script will run faster afterwards.

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 20:01
by Bundy
Computer plays Galvanic Arc. It deals 3 damage, but it enchants no creatures.
-----
Computer has Dross Scorpion in play. Another artifact creature of the computer goes to the graveyard. Dross Scorpion ability is on the stack. The computer has no tapped artifacts. I do, but it would be stupid to untap anything i have in play, so i think the computer chooses to not untap anything. Then this error pops up. Game continues after closing error.
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


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.MagicStack.add(MagicStack.java:491)
   at forge.ComputerUtil.playStack(ComputerUtil.java:217)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:955)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:917)
   at forge.Phase.setPriority(Phase.java:67)
   at forge.Phase.resetPriority(Phase.java:74)
   at forge.Phase.handleBeginPhase(Phase.java:298)
   at forge.gui.input.InputControl.updateInput(InputControl.java:97)
   at forge.GuiInput.update(GuiInput.java:21)
   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.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.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)
-----
Computer plays Blind with Anger, but it does not target anything. There are 2 creatures in play, 1 on my side one on the computer side. none of them get haste.
:!: But now in the next round computer plays Blind with Anger again. This time it takes my Mycoloth and gives it haste ... but then does not attack with it :? Probably because i have enough tokens on the battlefield to kill Mycoloth, but why should the computer care about a 'borrowed' creature anyway?

Re: Current Known Bugs list

PostPosted: 02 Jul 2011, 22:15
by Almost_Clever
I can tap a creature via Entangling Trap whenever I clash with the computer, but the creature untaps as normal the next turn whether or not I win the clash.
Ink Dissolver equipped with Runed Stalactite does not trigger with a Goldmeadow Harrier.
The computer championed a tapped War-Spike Changeling with a Nova Chaser ; when I destroyed the Nova Chaser, the War-Spike Changeling returned to the battlefield tapped.
The computer kept attacking with an Infantry Veteran that did not tap to attack; the in-game message would then say that Infantry Veteran was tapping to give itself +1/+1 (although it did not actually get the +1/+1). The only other things the computer controlled were Plains and an Ajani's Mantra and it was not casting any spells that would give the Infantry Veteran vigilance (and hovering over the card did not show that it had vigilance). I cannot replicate this error with a test deck.

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 00:19
by slapshot5
Almost_Clever wrote:I can tap a creature via Entangling Trap whenever I clash with the computer, but the creature untaps as normal the next turn whether or not I win the clash.
This should now be fixed in svn.

-slapshot5

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 12:27
by Bundy
Computer casts Auramancer and has no cards in the graveyard, 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


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.MagicStack.add(MagicStack.java:491)
   at forge.MagicStack.unfreezeStack(MagicStack.java:92)
   at forge.MagicStack.finishResolving(MagicStack.java:773)
   at forge.MagicStack.resolveStack(MagicStack.java:734)
   at forge.Phase.passPriority(Phase.java:528)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
   at forge.GuiInput.selectButtonOK(GuiInput.java:37)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:977)
   at forge.GuiDisplay4.access$300(GuiDisplay4.java:42)
   at forge.GuiDisplay4$28.actionPerformed(GuiDisplay4.java:764)
   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)
---
Forgot to copy the error, but computer has Mirran Spy in play and no tapped creatures at the moment. It then casts Coiled Tinviper. Mirran Spy has nothing to untap and an error pops up.

Is it useful to report these errors? This one seems similar to the Auramancer error above. there is no target for the computer to pick, then an error pops up. Don't know if this are errors that need to be fixed in the card itself, or maybe just something in the programming that will fix all these targeting errors at once?

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 13:03
by Hellfish
The Auramancer error has been fixed in the SVN, along with alot of other similar "something triggered but can't target anything" errors. Next beta! :)

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 13:48
by s1886x
i chose to cast mulldrifter regularly instead of evoking it. it's ability triggered and resolved, but i drew no cards. this happened twice

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 14:44
by friarsol
s1886x wrote:i chose to cast mulldrifter regularly instead of evoking it. it's ability triggered and resolved, but i drew no cards. this happened twice
I just cast Mulldrifter both with evoke and without exoke and I drew cards both times, so this is probably already fixed.

Re: Current Known Bugs list

PostPosted: 03 Jul 2011, 21:54
by Vecc
. Phyrexian Reclamation costs 1B to cast instead of the correct one black mana.