Page 1 of 1

This has happened on two separate computers now

PostPosted: 05 Sep 2014, 20:26
by Goose
So my old computer this happened. When i would load up the program when it gets to loading the quest data it gave me this error. I just stopped playing forge because i could not figure it out.
I eventually got a new computer (not related) and this same situation came up. I tried deleting quest data. I even tried deleting all of the RES folder and reinstalling the program...still the same error. I am on a Macbook Pro btw.
If any of you have any insight i would love to hear it. thanks

EOFException | Open
Code: Select all
Forge Version:    1.5.25-r27161Mu (mixed revisions detected; please update from the root directory)
Operating System: Mac OS X 10.9.4 x86_64
Java Version:     1.7.0_67 Oracle Corporation

main > Error loading Quest Data
java.io.EOFException: Unexpected end of ZLIB input stream
   at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
   at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:116)
   at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
   at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
   at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
   at java.io.InputStreamReader.read(InputStreamReader.java:184)
   at java.io.Reader.read(Reader.java:140)
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:116)
   at forge.control.FControl.initialize(FControl.java:216)
   at forge.view.Main.main(Main.java:51)