Page 1 of 1

Game crashes during load

PostPosted: 03 Aug 2017, 04:11
by nharding
Description: Loading crashes (during Loading Quest)

RuntimeException | Open
Code: Select all
Forge Version:    1.6.0-r-1
Operating System: Windows 10 10.0 amd64
Java Version:     1.8.0_131 Oracle Corporation

java.lang.RuntimeException: java.util.zip.ZipException: Not in GZIP format
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:138)
   at forge.control.FControl.initialize(FControl.java:233)
   at forge.view.Main.main(Main.java:51)
Caused by: java.util.zip.ZipException: Not in GZIP format
   at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
   at java.util.zip.GZIPInputStream.<init>(Unknown Source)
   at java.util.zip.GZIPInputStream.<init>(Unknown Source)
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:107)
   ... 2 more

Re: Game crashes during load

PostPosted: 03 Aug 2017, 20:21
by nharding
The problem was the save game was corrupted and the backup as well (I had completed almost all the achievements as well :( ).