Page 1 of 1

Crash upon attempting to load the save files

PostPosted: 16 Mar 2017, 09:43
by Zestir
Description: [started up forge and clicked load, and a few seconds later when I start to suspect whether or not it's still running, I click on the screen and promptly get a crash report]

RuntimeException | Open
Code: Select all
Forge Version:    1.5.61.003
Operating System: Linux 3.10.84-perf-g91b96d9 armv8l
Java Version:     0 The Android Project

java.lang.RuntimeException: java.io.EOFException
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:138)
   at forge.screens.quest.LoadQuestScreen$4.run(LoadQuestScreen.java:107)
   at java.lang.Thread.run(Thread.java:818)
Caused by: java.io.EOFException
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:169)
   at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:140)
   at java.io.InputStreamReader.read(InputStreamReader.java:233)
   at java.io.Reader.read(Reader.java:141)
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:112)
   ... 2 more

Re: Crash upon attempting to load the save files

PostPosted: 17 Mar 2017, 14:53
by Voda
Hi Zestir,

Fortunately, it looks like the common issue everyone came across one day or another, and it is easy to troubleshoot.

Basically, your quest data were corrupted. This can happen if the game crashed during a game or so. What you have to do is look into your quest data folder (as an example, mine is located in my phone at /sdcard/Forge/data/quest/saves) for your last played quest ".dat" file. Verify you also have a ".dat.bak" file with the name of your quest. Delete the ".dat" file then rename the ".dat.bak" file to remove the ".bak" at the end. Restart Forge, it should then work fine.

If you have any doubt make a copy of the entire folder first. If you have any question don't hesitate.

Voda

Re: Crash upon attempting to load the save files

PostPosted: 17 Mar 2017, 17:02
by Zestir
Worked flawlessly, thanks a bunch for the help.