Page 1 of 1

Forge Crashing upon loading quest data

PostPosted: 03 Aug 2014, 00:46
by Goose
Description:the past two versions of forge have ccrashed when trying to load quest data.
I tried deleting all the information on forge i could find and reinstalling but it still crashes. I dont know what to do. The program won't load!
Operating System: Mac OS X 10.9.3 x86_64
Java Version: 1.7.0_65 Oracle Corporation

main > Error loading Quest Data
java.io.EOFException
at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:264)
at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:254)
at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:163)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:78)
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:90)
at forge.quest.io.QuestDataIO.loadData(QuestDataIO.java:111)
at forge.control.FControl.initialize(FControl.java:215)
at forge.view.Main.main(Main.java:51)
[/code][/spoiler]

Re: Forge Crashing upon loading quest data

PostPosted: 03 Aug 2014, 14:10
by Fizanko
The user data on OSX apparently are saved to
<your home directory>/Library/Application Support/Forge/

Once you find that location, delete the entire content of the folder named "preferences" and the entire content of the folder named "quest"

With those 2 folders empty, Forge should then not load any setting from previous versions that may incompatible with the latest version.

Re: Forge Crashing upon loading quest data

PostPosted: 04 Aug 2014, 02:50
by Goose
There is no folder named forge in application support. Any Ideas?

Re: Forge Crashing upon loading quest data

PostPosted: 04 Aug 2014, 16:09
by Fizanko
I don't know how OSX works, but there's certainly some file searching tool to locate a file, then look for the file named :

quest.preferences

This file is one of the files that is created by forge in the user data, so finding this file will show where is the directory you need to look for

Re: Forge Crashing upon loading quest data

PostPosted: 05 Aug 2014, 03:04
by Goose
See thats the thing. There is nothing there. I searched the entire hard drive for anything related to forge. I searched for forge, quest, deck, magic... Im not sure what to do. Ive uninstalled and reinstalled. Im at a loss. If anyone has any insight I would love to hear it.

Re: Forge Crashing upon loading quest data

PostPosted: 06 Aug 2014, 06:10
by timmermac
Try searching for *.preferences or *.dat

Re: Forge Crashing upon loading quest data

PostPosted: 06 Aug 2014, 22:36
by Chris H.
From the Finder click on the "Go" menu and select "Home". This will open the window displaying the folders for your user account.

Double click on the folder named "Library".

Double click on the folder named "Application Support".

Find the folder named Forge within the window that just opened and follow the instructions that are provided in an earlier message.