Page 1 of 1

Weird 07/31 deck error

PostPosted: 19 Aug 2010, 04:19
by aurorasparadox
Hi guys, I'm not sure if I this is the right place to post this but, I've just received this error from forge:

Code: Select all
Version:
Forge -- official beta: $Date: 2010-05-01 03:21:42 -0400 (Sat, 01 May 2010) $, SVN revision: $Revision: 916 $

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_21 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.io.IOException: Unexpected end of file
   at forge.NewDeckIO.read(NewDeckIO.java:262)
   at forge.NewDeckIO.readFile(NewDeckIO.java:221)
   at forge.NewDeckIO.<init>(NewDeckIO.java:61)
   at forge.Gui_NewGame.<init>(Gui_NewGame.java:72)
   at forge.Gui_NewGame.main(Gui_NewGame.java:174)
The error seems to go away if I delete all the decks in the decks folder, but it came back everytime I re-added the decks.

Thank you in advance.

Re: Weird 07/31 deck error

PostPosted: 19 Aug 2010, 11:53
by Chris H.
aurorasparadox wrote:I've just received this error from forge:

The error seems to go away if I delete all the decks in the decks folder, but it came back everytime I re-added the decks.
`

I think that one or more of your deck files has become corrupted. You can load the .dck files into a text editor and examine the contents. The .dck file should look something like this:

Code: Select all
test
[general]
constructed
[main]
5 Forest
3 Mox Emerald
1 Cylian Elf
1 Centaur Courser
1 Baru, Fist of Krosa
1 Llanowar Elves
[sideboard]


Re: Weird 07/31 deck error

PostPosted: 21 Aug 2010, 03:19
by aurorasparadox
Ah... Thank you. Some of the decks were corrupted so deleting those solved the problem.

Thank you again.