Page 1 of 1

Forge will not finish loading

PostPosted: 01 Dec 2014, 06:14
by Fowlmind97
I have had this issue for the past week of forge not finishing loading when I try to open it. I am hoping that someone here can give me some help with this because I can't figure out how to fix this. Here is the code it gives me when it fails to load:
| Open
[RuntimeException]
Code: Select all
Operating System: Windows 8.1 6.3 x86
Java Version:     1.8.0_25 Oracle Corporation

java,lang,RuntimeException: java,io,EOFException: Unexpected end of ZLIB input stream
   at forge,quest,io,QuestDataIO,loadData(QuestDataIO,java:162)
   at forge,control,FControl,initialize(FControl,java:195)
   at forge,view,Main,main(Main,java:51)
Caused by: java,io,EOFException: Unexpected end of ZLIB input stream
   at java,util,zip,InflaterInputStream,fill(Unknown Source)
   at java,util,zip,InflaterInputStream,read(Unknown Source)
   at java,util,zip,GZIPInputStream,read(Unknown Source)
   at sun,nio,cs,StreamDecoder,readBytes(Unknown Source)
   at sun,nio,cs,StreamDecoder,implRead(Unknown Source)
   at sun,nio,cs,StreamDecoder,read(Unknown Source)
   at java,io,InputStreamReader,read(Unknown Source)
   at java,io,Reader,read(Unknown Source)
   at forge,quest,io,QuestDataIO,loadData(QuestDataIO,java:136)
   ... 2 more
I had to replace all the periods with commas so the post filter would let this through.

Re: Forge will not finish loading

PostPosted: 01 Dec 2014, 12:19
by Fizanko
try this :

I'm not sure of the exact location on window 8, it should be one of those, go to :
C:\Users\<yourusername>\AppData\Local\Forge\Cache\preferences\
or
C:\Users\<yourusername>\Application Data\Roaming\Forge\Cache\preferences\
or
C:\Documents and Settings\<yourusername>\Application Data\Forge\Cache\preferences\

Then delete the files named :
quest.preferences
deck.preferences
forge.preferences
item_view.preferences

Try to launch Forge again

Re: Forge will not finish loading

PostPosted: 25 Apr 2016, 13:12
by Redmint
Hi.

I got the exact same issue as this user but I am using a mac. Do you or anyone else know where I can find these files or how to get forge to work again?

Re: Forge will not finish loading

PostPosted: 02 May 2016, 18:37
by Fizanko
I don't have a mac, so all i can point is what is mentionned in the forge.profile.properties :
for the user data :
OSX: <your home directory>/Library/Application Support/Forge/

for the cache :
OSX: <your home directory>/Library/Caches/Forge/

Hopefully this will help you to get Forge back to work.

Re: Forge will not finish loading

PostPosted: 19 Jul 2016, 19:59
by SIXTY
Thank You, it's works! :)