mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Removed db/* and mageclient.log files from base directory.
This commit is contained in:
parent
289606d25e
commit
9a14265528
3 changed files with 0 additions and 251 deletions
Binary file not shown.
|
@ -1,171 +0,0 @@
|
||||||
09-21 19:22:40 jdbc[3]: exception
|
|
||||||
org.h2.jdbc.JdbcSQLException: Index "CLASSNAME_INDEX" not found; SQL statement:
|
|
||||||
DROP INDEX `className_index` [42112-187]
|
|
||||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:179)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:155)
|
|
||||||
at org.h2.command.ddl.DropIndex.update(DropIndex.java:49)
|
|
||||||
at org.h2.command.CommandContainer.update(CommandContainer.java:78)
|
|
||||||
at org.h2.command.Command.executeUpdate(Command.java:254)
|
|
||||||
at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
|
|
||||||
at com.j256.ormlite.jdbc.JdbcCompiledStatement.runExecute(JdbcCompiledStatement.java:62)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doStatements(TableUtils.java:462)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doDropTable(TableUtils.java:273)
|
|
||||||
at com.j256.ormlite.table.TableUtils.dropTable(TableUtils.java:151)
|
|
||||||
at mage.cards.repository.CardRepository.<init>(CardRepository.java:83)
|
|
||||||
at mage.cards.repository.CardRepository.<clinit>(CardRepository.java:59)
|
|
||||||
at mage.cards.decks.importer.DckDeckImporter.readLine(DckDeckImporter.java:63)
|
|
||||||
at mage.cards.decks.importer.DeckImporter.importDeck(DeckImporter.java:61)
|
|
||||||
at mage.cards.decks.importer.DeckImporterUtil.importDeck(DeckImporterUtil.java:57)
|
|
||||||
at mage.client.cards.DragCardGrid$1.actionPerformed(DragCardGrid.java:78)
|
|
||||||
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
|
|
||||||
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
|
|
||||||
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
|
|
||||||
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
|
|
||||||
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
|
|
||||||
at java.awt.Component.processMouseEvent(Component.java:6533)
|
|
||||||
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
|
|
||||||
at java.awt.Component.processEvent(Component.java:6298)
|
|
||||||
at java.awt.Container.processEvent(Container.java:2236)
|
|
||||||
at java.awt.Component.dispatchEventImpl(Component.java:4889)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2294)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
|
|
||||||
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
|
|
||||||
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2280)
|
|
||||||
at java.awt.Window.dispatchEventImpl(Window.java:2746)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
|
|
||||||
at java.awt.EventQueue.access$500(EventQueue.java:97)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:709)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:703)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:731)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:729)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
|
|
||||||
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
|
|
||||||
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
|
|
||||||
09-21 19:22:40 jdbc[3]: exception
|
|
||||||
org.h2.jdbc.JdbcSQLException: Index "NAME_INDEX" not found; SQL statement:
|
|
||||||
DROP INDEX `name_index` [42112-187]
|
|
||||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:179)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:155)
|
|
||||||
at org.h2.command.ddl.DropIndex.update(DropIndex.java:49)
|
|
||||||
at org.h2.command.CommandContainer.update(CommandContainer.java:78)
|
|
||||||
at org.h2.command.Command.executeUpdate(Command.java:254)
|
|
||||||
at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
|
|
||||||
at com.j256.ormlite.jdbc.JdbcCompiledStatement.runExecute(JdbcCompiledStatement.java:62)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doStatements(TableUtils.java:462)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doDropTable(TableUtils.java:273)
|
|
||||||
at com.j256.ormlite.table.TableUtils.dropTable(TableUtils.java:151)
|
|
||||||
at mage.cards.repository.CardRepository.<init>(CardRepository.java:83)
|
|
||||||
at mage.cards.repository.CardRepository.<clinit>(CardRepository.java:59)
|
|
||||||
at mage.cards.decks.importer.DckDeckImporter.readLine(DckDeckImporter.java:63)
|
|
||||||
at mage.cards.decks.importer.DeckImporter.importDeck(DeckImporter.java:61)
|
|
||||||
at mage.cards.decks.importer.DeckImporterUtil.importDeck(DeckImporterUtil.java:57)
|
|
||||||
at mage.client.cards.DragCardGrid$1.actionPerformed(DragCardGrid.java:78)
|
|
||||||
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
|
|
||||||
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
|
|
||||||
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
|
|
||||||
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
|
|
||||||
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
|
|
||||||
at java.awt.Component.processMouseEvent(Component.java:6533)
|
|
||||||
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
|
|
||||||
at java.awt.Component.processEvent(Component.java:6298)
|
|
||||||
at java.awt.Container.processEvent(Container.java:2236)
|
|
||||||
at java.awt.Component.dispatchEventImpl(Component.java:4889)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2294)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
|
|
||||||
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
|
|
||||||
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2280)
|
|
||||||
at java.awt.Window.dispatchEventImpl(Window.java:2746)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
|
|
||||||
at java.awt.EventQueue.access$500(EventQueue.java:97)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:709)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:703)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:731)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:729)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
|
|
||||||
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
|
|
||||||
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
|
|
||||||
09-21 19:22:40 jdbc[3]: exception
|
|
||||||
org.h2.jdbc.JdbcSQLException: Index "SETCODE_CARDNUMBER_INDEX" not found; SQL statement:
|
|
||||||
DROP INDEX `setCode_cardNumber_index` [42112-187]
|
|
||||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:179)
|
|
||||||
at org.h2.message.DbException.get(DbException.java:155)
|
|
||||||
at org.h2.command.ddl.DropIndex.update(DropIndex.java:49)
|
|
||||||
at org.h2.command.CommandContainer.update(CommandContainer.java:78)
|
|
||||||
at org.h2.command.Command.executeUpdate(Command.java:254)
|
|
||||||
at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
|
|
||||||
at com.j256.ormlite.jdbc.JdbcCompiledStatement.runExecute(JdbcCompiledStatement.java:62)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doStatements(TableUtils.java:462)
|
|
||||||
at com.j256.ormlite.table.TableUtils.doDropTable(TableUtils.java:273)
|
|
||||||
at com.j256.ormlite.table.TableUtils.dropTable(TableUtils.java:151)
|
|
||||||
at mage.cards.repository.CardRepository.<init>(CardRepository.java:83)
|
|
||||||
at mage.cards.repository.CardRepository.<clinit>(CardRepository.java:59)
|
|
||||||
at mage.cards.decks.importer.DckDeckImporter.readLine(DckDeckImporter.java:63)
|
|
||||||
at mage.cards.decks.importer.DeckImporter.importDeck(DeckImporter.java:61)
|
|
||||||
at mage.cards.decks.importer.DeckImporterUtil.importDeck(DeckImporterUtil.java:57)
|
|
||||||
at mage.client.cards.DragCardGrid$1.actionPerformed(DragCardGrid.java:78)
|
|
||||||
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
|
|
||||||
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
|
|
||||||
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
|
|
||||||
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
|
|
||||||
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
|
|
||||||
at java.awt.Component.processMouseEvent(Component.java:6533)
|
|
||||||
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
|
|
||||||
at java.awt.Component.processEvent(Component.java:6298)
|
|
||||||
at java.awt.Container.processEvent(Container.java:2236)
|
|
||||||
at java.awt.Component.dispatchEventImpl(Component.java:4889)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2294)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
|
|
||||||
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
|
|
||||||
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
|
|
||||||
at java.awt.Container.dispatchEventImpl(Container.java:2280)
|
|
||||||
at java.awt.Window.dispatchEventImpl(Window.java:2746)
|
|
||||||
at java.awt.Component.dispatchEvent(Component.java:4711)
|
|
||||||
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
|
|
||||||
at java.awt.EventQueue.access$500(EventQueue.java:97)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:709)
|
|
||||||
at java.awt.EventQueue$3.run(EventQueue.java:703)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:731)
|
|
||||||
at java.awt.EventQueue$4.run(EventQueue.java:729)
|
|
||||||
at java.security.AccessController.doPrivileged(Native Method)
|
|
||||||
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
|
|
||||||
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
|
|
||||||
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
|
|
||||||
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
|
|
||||||
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
|
|
||||||
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
|
|
||||||
09-21 19:22:40 jdbc[3]: exception
|
|
||||||
org.h2.jdbc.JdbcSQLException: Table "CARD" not found; SQL statement:
|
|
||||||
DROP TABLE `card` [42102-187]
|
|
|
@ -1,80 +0,0 @@
|
||||||
FATAL 2016-09-21 19:22:40,587 Could not find card '' at line 2: 3 [KTK:248] Windswept Heath
|
|
||||||
Could not find card '' at line 3: 4 [KTK:249] Wooded Foothills
|
|
||||||
Could not find card '' at line 4: 6 [BFZ:269a] Mountain
|
|
||||||
Could not find card '' at line 5: 2 [ORI:157] Pia and Kiran Nalaar
|
|
||||||
Could not find card '' at line 6: 4 [M13:170] Farseek
|
|
||||||
Could not find card '' at line 7: 2 [ZEN:172] Oracle of Mul Daya
|
|
||||||
Could not find card '' at line 8: 3 [FUT:139] Summoner's Pact
|
|
||||||
Could not find card '' at line 9: 2 [BFZ:272a] Forest
|
|
||||||
Could not find card '' at line 10: 4 [GPT:165] Stomping Ground
|
|
||||||
Could not find card '' at line 11: 4 [M11:192] Primeval Titan
|
|
||||||
Could not find card '' at line 12: 4 [ZEN:228] Valakut, the Molten Pinnacle
|
|
||||||
Could not find card '' at line 13: 4 [TSP:216] Search for Tomorrow
|
|
||||||
Could not find card '' at line 14: 4 [LEB:163] Lightning Bolt
|
|
||||||
Could not find card '' at line 15: 2 [BFZ:235] Cinder Glade
|
|
||||||
Could not find card '' at line 16: 4 [OGW:140] Oath of Nissa
|
|
||||||
Could not find card '' at line 17: 4 [CHK:239] Sakura-Tribe Elder
|
|
||||||
Could not find card '' at line 18: 4 [CHK:193] Through the Breach
|
|
||||||
Could not find card '' at line 19: SB: 1 [M15:194] Reclamation Sage
|
|
||||||
Could not find card '' at line 20: SB: 3 [M11:188] Obstinate Baloth
|
|
||||||
Could not find card '' at line 21: SB: 1 [M11:174] Gaea's Revenge
|
|
||||||
Could not find card '' at line 22: SB: 1 [TSP:143] Ancient Grudge
|
|
||||||
Could not find card '' at line 23: SB: 3 [THS:112] Anger of the Gods
|
|
||||||
Could not find card '' at line 24: SB: 1 [MM2:230] Spellskite
|
|
||||||
Could not find card '' at line 25: SB: 2 [MRD:150] Chalice of the Void
|
|
||||||
Could not find card '' at line 26: SB: 3 [EMA:231] Relic of Progenitus
|
|
||||||
=>[AWT-EventQueue-0] DeckImporter.importDeck
|
|
||||||
FATAL 2016-09-21 19:25:13,820 Could not find card '' at line 2: 3 [KTK:248] Windswept Heath
|
|
||||||
Could not find card '' at line 3: 4 [KTK:249] Wooded Foothills
|
|
||||||
Could not find card '' at line 4: 6 [BFZ:269a] Mountain
|
|
||||||
Could not find card '' at line 5: 2 [ORI:157] Pia and Kiran Nalaar
|
|
||||||
Could not find card '' at line 6: 4 [M13:170] Farseek
|
|
||||||
Could not find card '' at line 7: 2 [ZEN:172] Oracle of Mul Daya
|
|
||||||
Could not find card '' at line 8: 3 [FUT:139] Summoner's Pact
|
|
||||||
Could not find card '' at line 9: 2 [BFZ:272a] Forest
|
|
||||||
Could not find card '' at line 10: 4 [GPT:165] Stomping Ground
|
|
||||||
Could not find card '' at line 11: 4 [M11:192] Primeval Titan
|
|
||||||
Could not find card '' at line 12: 4 [ZEN:228] Valakut, the Molten Pinnacle
|
|
||||||
Could not find card '' at line 13: 4 [TSP:216] Search for Tomorrow
|
|
||||||
Could not find card '' at line 14: 4 [LEB:163] Lightning Bolt
|
|
||||||
Could not find card '' at line 15: 2 [BFZ:235] Cinder Glade
|
|
||||||
Could not find card '' at line 16: 4 [OGW:140] Oath of Nissa
|
|
||||||
Could not find card '' at line 17: 4 [CHK:239] Sakura-Tribe Elder
|
|
||||||
Could not find card '' at line 18: 4 [CHK:193] Through the Breach
|
|
||||||
Could not find card '' at line 19: SB: 1 [M15:194] Reclamation Sage
|
|
||||||
Could not find card '' at line 20: SB: 3 [M11:188] Obstinate Baloth
|
|
||||||
Could not find card '' at line 21: SB: 1 [M11:174] Gaea's Revenge
|
|
||||||
Could not find card '' at line 22: SB: 1 [TSP:143] Ancient Grudge
|
|
||||||
Could not find card '' at line 23: SB: 3 [THS:112] Anger of the Gods
|
|
||||||
Could not find card '' at line 24: SB: 1 [MM2:230] Spellskite
|
|
||||||
Could not find card '' at line 25: SB: 2 [MRD:150] Chalice of the Void
|
|
||||||
Could not find card '' at line 26: SB: 3 [EMA:231] Relic of Progenitus
|
|
||||||
=>[AWT-EventQueue-0] DeckImporter.importDeck
|
|
||||||
INFO 2016-09-21 19:25:13,827 Loaded 0 =>[AWT-EventQueue-0] DragCardGrid$1.actionPerformed
|
|
||||||
FATAL 2016-09-21 19:38:03,322 Could not find card '' at line 2: 3 [KTK:248] Windswept Heath
|
|
||||||
Could not find card '' at line 3: 4 [KTK:249] Wooded Foothills
|
|
||||||
Could not find card '' at line 4: 6 [BFZ:269a] Mountain
|
|
||||||
Could not find card '' at line 5: 2 [ORI:157] Pia and Kiran Nalaar
|
|
||||||
Could not find card '' at line 6: 4 [M13:170] Farseek
|
|
||||||
Could not find card '' at line 7: 2 [ZEN:172] Oracle of Mul Daya
|
|
||||||
Could not find card '' at line 8: 3 [FUT:139] Summoner's Pact
|
|
||||||
Could not find card '' at line 9: 2 [BFZ:272a] Forest
|
|
||||||
Could not find card '' at line 10: 4 [GPT:165] Stomping Ground
|
|
||||||
Could not find card '' at line 11: 4 [M11:192] Primeval Titan
|
|
||||||
Could not find card '' at line 12: 4 [ZEN:228] Valakut, the Molten Pinnacle
|
|
||||||
Could not find card '' at line 13: 4 [TSP:216] Search for Tomorrow
|
|
||||||
Could not find card '' at line 14: 4 [LEB:163] Lightning Bolt
|
|
||||||
Could not find card '' at line 15: 2 [BFZ:235] Cinder Glade
|
|
||||||
Could not find card '' at line 16: 4 [OGW:140] Oath of Nissa
|
|
||||||
Could not find card '' at line 17: 4 [CHK:239] Sakura-Tribe Elder
|
|
||||||
Could not find card '' at line 18: 4 [CHK:193] Through the Breach
|
|
||||||
Could not find card '' at line 19: SB: 1 [M15:194] Reclamation Sage
|
|
||||||
Could not find card '' at line 20: SB: 3 [M11:188] Obstinate Baloth
|
|
||||||
Could not find card '' at line 21: SB: 1 [M11:174] Gaea's Revenge
|
|
||||||
Could not find card '' at line 22: SB: 1 [TSP:143] Ancient Grudge
|
|
||||||
Could not find card '' at line 23: SB: 3 [THS:112] Anger of the Gods
|
|
||||||
Could not find card '' at line 24: SB: 1 [MM2:230] Spellskite
|
|
||||||
Could not find card '' at line 25: SB: 2 [MRD:150] Chalice of the Void
|
|
||||||
Could not find card '' at line 26: SB: 3 [EMA:231] Relic of Progenitus
|
|
||||||
=>[AWT-EventQueue-0] DeckImporter.importDeck
|
|
||||||
INFO 2016-09-21 19:38:03,330 Loaded 0 =>[AWT-EventQueue-0] DragCardGrid$1.actionPerformed
|
|
Loading…
Reference in a new issue