Page 1 of 1

How to deal with the ,EOFException error

PostPosted: 16 Apr 2018, 13:44
by timmermac
Since this seems to come up on at least a semi-regular basis, I'm going leave information on what this means and how to deal with it.

When this error comes up:
Code: Select all
java.lang.RuntimeException: java.io.EOFException
   at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:136)
This means that your quest that you are trying to load has become corrupt and needs to be recovered. To recover the quest, you'll want to delete the .dat file that shows up with a size of 0 kb. Once you do that, rename the file with the same name that has a .bak extension by removing that .bak extension from the end. That will restore your quest.