Hmm . . .
Upon trying to 'Continue Quest', I receive 30 errors of the following form, probably due to a subtle mismatch (such as Buffy vs. Buffy I vs. Buffy 1):
- 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
QuestData : readFile() error, file res\quest\easy.txt contains the invalid ai deck name: Buffy 1
Version:
Forge -- official beta: 09/11/25, SVN revision: 199
Detailed error trace:
java.lang.Exception
at forge.QuestData.readFile(QuestData.java:182)
at forge.QuestData.readAIQuestDeckFiles(QuestData.java:151)
at forge.QuestData.loadData(QuestData.java:215)
at forge.Gui_QuestOptions.continueQuestButton_actionPerformed(Gui_QuestOptions.java:170)
at forge.Gui_QuestOptions$2.actionPerformed(Gui_QuestOptions.java:118)
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)
(The version is dated 11/25 here, but it's really the new 12/14 one.) But I am a trooper, and I dismiss each of them to arrive at the opponent/deck selection screen. Attempting to call up the 'Deck Editor', however, causes this:
- Code: Select all
CardFactory : getCard() invalid card name - Aether Membrane
Detailed error trace:
java.lang.RuntimeException: CardFactory : getCard() invalid card name - Aether Membrane
at forge.CardFactory.getCard2(CardFactory.java:148)
at forge.CardFactory.getCard(CardFactory.java:120)
at forge.Gui_Quest_DeckEditor_Menu.covertToCardList(Gui_Quest_DeckEditor_Menu.java:907)
at forge.Gui_Quest_DeckEditor.show(Gui_Quest_DeckEditor.java:338)
at forge.Gui_Quest.deckEditorButton_actionPerformed(Gui_Quest.java:200)
at forge.Gui_Quest$2.actionPerformed(Gui_Quest.java:137)
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)
Closing the error window doesn't bring any more of them but instead dumps me to the previous screen again. However, I can play a game normally. Am I missing a file or using an incorrect one?