Page 316 of 441

Re: Current Known Bugs list

PostPosted: 28 May 2011, 18:06
by Ulthwithian
With Embersmith in play, casting artifacts does not use the stack. This means that the triggered ability never appears, but (AFAIK) the artifacts cannot be countered or Vensered.

Also, War Report is not calculating the lifegain correctly. It should count artifact creatures 'twice', once for each type.

Oh, and the new Drafting is AWESOME. Just FYI.

Re: Current Known Bugs list

PostPosted: 28 May 2011, 18:32
by Agetian
Here's a crash that I experienced when the AI apparently tried to make use of Pestilence that it played the turn before:

Code: Select all
   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)
It was still possible to continue the game after clicking "Close" in the exception window.

Re: Current Known Bugs list

PostPosted: 29 May 2011, 06:48
by Eowin
Forge doesn't let me destroy a permanent as I cast Ulamog, the Infinite Gyre

Re: Current Known Bugs list

PostPosted: 29 May 2011, 06:51
by Eowin
I have a Nirkana Cutthroat and AI a Linvala, Keeper of Silence in play. forge let me use Level Up ability of Nirkana (702.84a Level up is an activated ability)

Re: Current Known Bugs list

PostPosted: 29 May 2011, 08:19
by Ulthwithian
Flourishing Defenses is not triggering when -1/-1 counters are placed on creatures via Proliferate.

Oh, wait, it does, it just delays it. A rather odd bug.

Re: Current Known Bugs list

PostPosted: 29 May 2011, 14:10
by friarsol
Eowin wrote:I have a Nirkana Cutthroat and AI a Linvala, Keeper of Silence in play. forge let me use Level Up ability of Nirkana (702.84a Level up is an activated ability)
Yep, level up was doing things it shouldn't have been (and probably has been doing that since it was originally written up. Should be fixed now.

Re: Current Known Bugs list

PostPosted: 29 May 2011, 19:10
by Hellfish
Ulthwithian wrote:Flourishing Defenses is not triggering when -1/-1 counters are placed on creatures via Proliferate.

Oh, wait, it does, it just delays it. A rather odd bug.
This is baggage that came with being able to choose the order of triggered abilities. There may be other times where triggers arrive late to the party, might want to keep an eye out for those. :) I fixed this one for now,though.

Re: Current Known Bugs list

PostPosted: 29 May 2011, 20:31
by Almost_Clever
Piling on the multiple target ability bug:
    Stonecloaker has error for both of its targeted abilities and ends up removing up to two cards from the graveyard and never returns a creature to my hand.
    Stormfront Riders does not produce any tokens (I don't remember if any creatures were actually returned to the computer's hand when it cast the Stormfront Riders).

Questionable AI behavior:
    AI casts Wistful Thinking on itself (and it's not like it was playing with Madness, Threshold, or Hellbent).

Quest Pets/Bazaar problem:
    The Bazaar says that you do not own a pet even after clicking on the Buy button. Actual effect is that you can continue to upgrade it for the initial purchase price.
    For some reason, the Hound stays purchased (and upgraded), even after starting a new quest; however, you cannot summon it until you upgrade it again (at the appropriate upgrade price).

Can we no longer continue our quests from earlier releases? When I try to continue the Quest using my quest file from the previous beta I get:
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


Error loading Quest Data


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

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
com.thoughtworks.xstream.converters.ConversionException: forge.Deck : forge.Deck : forge.Deck : forge.Deck
---- Debugging information ----
message             : forge.Deck : forge.Deck
cause-exception     : com.thoughtworks.xstream.mapper.CannotResolveClassException
cause-message       : forge.Deck : forge.Deck
class               : forge.quest.data.QuestData
required-type       : java.util.HashMap
path                : /forge.quest.data.QuestData/myDecks/entry/forge.Deck
line number         : 83
-------------------------------
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:89)
   at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246)
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218)
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
   at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
   at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
   at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
   at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:853)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845)
   at forge.quest.data.QuestDataIO.loadData(QuestDataIO.java:54)
   at forge.Gui_QuestOptions.continueQuestButton_actionPerformed(Gui_QuestOptions.java:194)
   at forge.Gui_QuestOptions$2.actionPerformed(Gui_QuestOptions.java:110)
   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)
Caused by: com.thoughtworks.xstream.mapper.CannotResolveClassException: forge.Deck : forge.Deck
   at com.thoughtworks.xstream.mapper.DefaultMapper.realClass(DefaultMapper.java:68)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.DynamicProxyMapper.realClass(DynamicProxyMapper.java:71)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.PackageAliasingMapper.realClass(PackageAliasingMapper.java:88)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.ClassAliasingMapper.realClass(ClassAliasingMapper.java:86)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.ArrayMapper.realClass(ArrayMapper.java:96)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
   at com.thoughtworks.xstream.mapper.CachingMapper.realClass(CachingMapper.java:52)
   at com.thoughtworks.xstream.core.util.HierarchicalStreams.readClassType(HierarchicalStreams.java:29)
   at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:70)
   at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:79)
   at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:66)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
   ... 43 more

Re: Current Known Bugs list

PostPosted: 30 May 2011, 04:20
by friarsol
Almost_Clever wrote:Piling on the multiple target ability bug:
    Stonecloaker has error for both of its targeted abilities and ends up removing up to two cards from the graveyard and never returns a creature to my hand.
This doesn't sound like a multiple target bug to me. Firstly, only one of the abilities is targeted. And secondly, different SpellAbilities (in general) shouldn't interfere with each others Targets. Instead it sounds like the triggers aren't scripted as Mandatory, so the AI is choosing not to adhere to them.

Re: Current Known Bugs list

PostPosted: 30 May 2011, 06:52
by Sloth
friarsol wrote:
Almost_Clever wrote:Piling on the multiple target ability bug:
    Stonecloaker has error for both of its targeted abilities and ends up removing up to two cards from the graveyard and never returns a creature to my hand.
This doesn't sound like a multiple target bug to me. Firstly, only one of the abilities is targeted. And secondly, different SpellAbilities (in general) shouldn't interfere with each others Targets. Instead it sounds like the triggers aren't scripted as Mandatory, so the AI is choosing not to adhere to them.
Exactly. Mandatory was missing. Fixed!

Re: Current Known Bugs list

PostPosted: 30 May 2011, 09:04
by s1886x
there are some occasions on which the program decides that it won't let me play lands anymore for the rest of the game. not sure what sets it off, but does seem to happen every once in a while at random

Re: Current Known Bugs list

PostPosted: 30 May 2011, 10:47
by Accountancy
When my opponent played a Fledgling Mawcor face down, I could see what card it was while on the stack.
Lignify still isn't implemented properly.

Re: Current Known Bugs list

PostPosted: 30 May 2011, 10:56
by Bundy
Something strange just happened.

I use Metalworker and reveal 4 artifacts giving me 8 mana. I use this mana to cast Arcbound Overseer. Next i cast Arcbound Bruiser. Now i want to cast Arcbound Lancer, but when i click on this card i can not cast it. Forge does not ask me to tap mana for it. I can still cast the other card in my hand, Throne of Geth. I have Urza's Tower, Mine and Power Plant in play plus Gaea's Cradle and Tolarian Academy, so more than enough mana.

After winning round 1, i can cast the Arcbound Lancer again in round 2. I draw another Arcbound Lancer, activate Metalworker again, and i can't cast it anymore. All other cards i draw can be cast normally.


After winning round 2 the menu where you can select continue, quit or restart displayed on screen, but also the stack window askes me which spell or ability to put on the stack. This being triggered by Arcbound Slith


Computer pays 4 every turn for Goblin Dirigible when it's not tapped.

Re: Current Known Bugs list

PostPosted: 30 May 2011, 14:33
by Vecc
Spreading Seas does turn other lands into islands, but it doesn't 'remove' it's old abilities like it should. I cast Spreading Seas on a Sejiri Steppe, for example, and it could still tap for W.

Re: Current Known Bugs list

PostPosted: 30 May 2011, 15:36
by Bundy
Computer enchanted my creature with Sleeping Potion. After it was removed my creature is still enchanted by Sleeping Potion and does not untap.