Page 55 of 86

Re: SVN Bug Reports

PostPosted: 09 May 2011, 20:40
by Sloth
Jaedayr wrote:r8434

AI played Tormod's Crypt, tapped it and exiled it. After these activities, the AI and I both still had 3 cards in each of our graveyards. In addition, the AI Exile button indicated one card, but there are actually two listed there, the crypt and one from my action on a previous turn.
Even though these cards should not appear in AI decks. I've added some basic targeting for them, which fixes this bug.

Re: SVN Bug Reports

PostPosted: 09 May 2011, 22:28
by timmermac
r8413. Cast Ambush, then blocked a Giant Strength-enchanted Mudbrawler Cohort while the computer had a Bloodmark Mentor out. Both the Cohort and my Plant Wall had first strike. Both creatures should have died, but only my wall died.

Re: SVN Bug Reports

PostPosted: 09 May 2011, 23:36
by friarsol
timmermac wrote:r8413. Cast Ambush, then blocked a Giant Strength-enchanted Mudbrawler Cohort while the computer had a Bloodmark Mentor out. Both the Cohort and my Plant Wall had first strike. Both creatures should have died, but only my wall died.
You cast the Ambush before you blocked? Or after you blocked?

Re: SVN Bug Reports

PostPosted: 10 May 2011, 02:23
by timmermac
friarsol wrote:
timmermac wrote:r8413. Cast Ambush, then blocked a Giant Strength-enchanted Mudbrawler Cohort while the computer had a Bloodmark Mentor out. Both the Cohort and my Plant Wall had first strike. Both creatures should have died, but only my wall died.
You cast the Ambush before you blocked? Or after you blocked?
Good question... I think it was during the Assign Blockers step?

Re: SVN Bug Reports

PostPosted: 10 May 2011, 11:39
by Chris H.
Fnoed made some adjustments to the code this last weekend and I can no longer use my questData.dat file. I get an error exception when I continue my quest.

This questData file is from the middle of last year. I updated the file when Fnoed changed the format for this file. A couple of cards were renamed and I was able to change the card name using Eclipse.

The questData.dat file works OK when used with a version of forge that was available before Fnoed's code changes this last weekend.

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: Mac OS X Version: 10.6.7 Architecture: x86_64

Java Version: 1.6.0_24 Vendor: Apple 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(AbstractButton.java:2028)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
   at java.awt.Component.processMouseEvent(Component.java:6374)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
   at java.awt.Component.processEvent(Component.java:6139)
   at java.awt.Container.processEvent(Container.java:2085)
   at java.awt.Component.dispatchEventImpl(Component.java:4736)
   at java.awt.Container.dispatchEventImpl(Container.java:2143)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
   at java.awt.Container.dispatchEventImpl(Container.java:2129)
   at java.awt.Window.dispatchEventImpl(Window.java:2478)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:680)
   at java.awt.EventQueue.access$000(EventQueue.java:86)
   at java.awt.EventQueue$1.run(EventQueue.java:639)
   at java.awt.EventQueue$1.run(EventQueue.java:637)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
   at java.awt.EventQueue$2.run(EventQueue.java:653)
   at java.awt.EventQueue$2.run(EventQueue.java:651)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:650)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
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)
   ... 54 more
`

Re: SVN Bug Reports

PostPosted: 10 May 2011, 11:41
by SoulStorm
Triggered Mana Breach which I both owned and controlled. When I selected the land to return to my hand, I received the following error:

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

Java Version: 1.6.0_23 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeHiddenOriginResolveHuman(AbilityFactory_ChangeZone.java:497)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeHiddenOriginResolve(AbilityFactory_ChangeZone.java:487)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.changeZoneResolve(AbilityFactory_ChangeZone.java:190)
at forge.card.abilityFactory.AbilityFactory_ChangeZone.access$1(AbilityFactory_ChangeZone.java:185)
at forge.card.abilityFactory.AbilityFactory_ChangeZone$1.resolve(AbilityFactory_ChangeZone.java:42)
at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:90)
at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:424)
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.GameAction.playSpellAbility_NoStack(GameAction.java:3291)
at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:951)
at forge.MagicStack.resolveStack(MagicStack.java:763)
at forge.Phase.passPriority(Phase.java:537)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:328)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:276)
at forge.gui.input.InputControl.updateInput(InputControl.java:151)
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.gui.input.InputControl.resetInput(InputControl.java:58)
at forge.Phase.passPriority(Phase.java:527)
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 org.jvnet.substance.utils.RolloverButtonListener.mouseReleased(RolloverButtonListener.java:111)
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: SVN Bug Reports

PostPosted: 10 May 2011, 11:49
by SoulStorm
I looked at the card text for Mana Breach and I think I know how to fix it. I'll submit the fix if I can. If I can't, I'll submit a new post indicating my inability to fix the error.

Re: SVN Bug Reports

PostPosted: 10 May 2011, 12:51
by SoulStorm
I couldn't fix the error with Mana Breach, so if someone else would take a look at it please.

Re: SVN Bug Reports

PostPosted: 10 May 2011, 12:52
by Sloth
SoulStorm wrote:I looked at the card text for Mana Breach and I think I know how to fix it. I'll submit the fix if I can. If I can't, I'll submit a new post indicating my inability to fix the error.
I found the bug and fixed it.

Re: SVN Bug Reports

PostPosted: 10 May 2011, 12:56
by SoulStorm
Thanks Sloth!

Re: SVN Bug Reports

PostPosted: 10 May 2011, 13:19
by Corwin72
R8447
I am having problems importing a standard deck into the quest deck editor.

Does anyone have an example of a .deck file that will import?

| Open
New Red
[general]
constructed
[main]
4 Lightning Bolt|M11
4 Rage Nimbus|ROE
20 Mountain|MBS
4 Arid Mesa|ZEN
4 Sword of War and Peace|NPH
4 Lord of Shatterskull Pass|ROE
1 Chandra Nalaar|M11
4 Arc Trail|SOM
4 Cerebral Eruption|SOM
3 Koth of the Hammer|SOM
4 Urabrask the Hidden|NPH
4 Inferno Titan|M11
[sideboard]

Gives me:
| Open
invalid stream header: 4E657720
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.1 Architecture: x86

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.io.StreamCorruptedException: invalid stream header: 4E657720
at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
at java.io.ObjectInputStream.<init>(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu.importDeck(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu.access$1(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu$3.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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)


I tried to export a deck to check the format but I received this error:

| 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


forge.deck.Deck


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

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.io.NotSerializableException: forge.deck.Deck
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.writeObject(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu.exportDeck(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu.access$2(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu$4.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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)

I close that error then this pops up:

| 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


Gui_Quest_DeckEditor_Menu : exportDeck() error, java.io.NotSerializableException: forge.deck.Deck


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

Java Version: 1.6.0_22 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: Gui_Quest_DeckEditor_Menu : exportDeck() error, java.io.NotSerializableException: forge.deck.Deck
at forge.Gui_Quest_DeckEditor_Menu.exportDeck(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu.access$2(Unknown Source)
at forge.Gui_Quest_DeckEditor_Menu$4.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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)


Any ideas?

Re: SVN Bug Reports

PostPosted: 10 May 2011, 16:50
by Corwin72
R8447
Grafted Wargear should cost 3 not 0.

Re: SVN Bug Reports

PostPosted: 10 May 2011, 17:17
by Chris H.
Corwin72 wrote:R8447
I am having problems importing a standard deck into the quest deck editor.

Does anyone have an example of a .deck file that will import?
`
I was able to export a deck from the deck editor but the deck file is a text file rather than a serialized deck file. I suspect that the import command has not yet been updated in the quest editor to be able to handle this change.

Re: SVN Bug Reports

PostPosted: 10 May 2011, 17:47
by Sloth
Corwin72 wrote:R8447
Grafted Wargear should cost 3 not 0.
Fixed!

Re: SVN Bug Reports

PostPosted: 10 May 2011, 17:54
by slapshot5
timmermac wrote:r8413: Computer cast a Swords To Plowshares on my Wolf Pet. I got no life out of it.

Edit: Also on a Plant Wall.
The Swords to Plowshares issue should be fixed now in SVN.

-slapshot5