It is currently 24 Apr 2024, 11:10
   
Text Size

Crash at start up

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Crash at start up

Postby queliangwu » 22 Aug 2014, 08:45

Description: Crash at start up

ExceptionInInitializerError | Open
Code: Select all
Forge Version:    1.5.24-r27072
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_67 Oracle Corporation

java.lang.ExceptionInInitializerError
   at forge.screens.deckeditor.views.VCurrentDeck.getLayoutControl(VCurrentDeck.java:131)
   at forge.screens.deckeditor.views.VCurrentDeck.getLayoutControl(VCurrentDeck.java:25)
   at forge.view.FView.initialize(FView.java:122)
   at forge.control.FControl$3.run(FControl.java:244)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
   at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2.access$400(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
queliangwu
 
Posts: 7
Joined: 22 Mar 2013, 04:44
Has thanked: 1 time
Been thanked: 0 time

Re: Crash at start up

Postby queliangwu » 22 Aug 2014, 08:47

and I have deleted my \AppData\Roaming\Forge\preferences folder and it does not work. I remember that error ocurrs since many versions ago.
queliangwu
 
Posts: 7
Joined: 22 Mar 2013, 04:44
Has thanked: 1 time
Been thanked: 0 time

Re: Crash at start up

Postby Fizanko » 22 Aug 2014, 15:02

Do you have any self made or downloaded decks in all the folders contained in
...\AppData\Roaming\Forge\decks\

If you have it may be the source of the problem as i remember reading someone having the same error message and it appeared it was a deck that was responsible for him.

So try this :
delete (or move it elsewhere) all the folders contained in
...\AppData\Roaming\Forge\decks\
So your ...\AppData\Roaming\Forge\decks\ is empty

Then delete the "preferences" folder from
...\AppData\Roaming\Forge\
Then delete the "saves" folder from
...\AppData\Roaming\Forge\quest\

Once done, download the latest snapshot of Forge :
viewtopic.php?f=52&t=6333&start=3090#p158231

And launch that snapshot of Forge instead of the current version you're using (the current beta had a bug for some people at launch too) to see if it works
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Crash at start up

Postby queliangwu » 22 Aug 2014, 16:05

Fizanko wrote:Do you have any self made or downloaded decks in all the folders contained in
...\AppData\Roaming\Forge\decks\

If you have it may be the source of the problem as i remember reading someone having the same error message and it appeared it was a deck that was responsible for him.

So try this :
delete (or move it elsewhere) all the folders contained in
...\AppData\Roaming\Forge\decks\
So your ...\AppData\Roaming\Forge\decks\ is empty

Then delete the "preferences" folder from
...\AppData\Roaming\Forge\
Then delete the "saves" folder from
...\AppData\Roaming\Forge\quest\

Once done, download the latest snapshot of Forge :
viewtopic.php?f=52&t=6333&start=3090#p158231

And launch that snapshot of Forge instead of the current version you're using (the current beta had a bug for some people at launch too) to see if it works
Thank you for your detailed resolution!

I have checked those folders and found they are all empty (0 byte), and after deletion the same error occurs. I'm afraid that is not the problem. I will download the new version and try again.

For some additional info, this error report comes out when "opening main window (the loading scroll has reached the end) ", and my system can run version 1.2.5 of forge (that's why I keep such an old version LOL). I'm not a native English speaker so I'm not sure whether my description is clear.
queliangwu
 
Posts: 7
Joined: 22 Mar 2013, 04:44
Has thanked: 1 time
Been thanked: 0 time

Re: Crash at start up

Postby queliangwu » 31 Aug 2014, 21:19

Fizanko wrote:Do you have any self made or downloaded decks in all the folders contained in
...\AppData\Roaming\Forge\decks\

If you have it may be the source of the problem as i remember reading someone having the same error message and it appeared it was a deck that was responsible for him.

So try this :
delete (or move it elsewhere) all the folders contained in
...\AppData\Roaming\Forge\decks\
So your ...\AppData\Roaming\Forge\decks\ is empty

Then delete the "preferences" folder from
...\AppData\Roaming\Forge\
Then delete the "saves" folder from
...\AppData\Roaming\Forge\quest\

Once done, download the latest snapshot of Forge :
viewtopic.php?f=52&t=6333&start=3090#p158231

And launch that snapshot of Forge instead of the current version you're using (the current beta had a bug for some people at launch too) to see if it works
ExceptionInInitializerError | Open
Code: Select all
Forge Version:    1.5.25-r27161Mu (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_67 Oracle Corporation

java.lang.ExceptionInInitializerError
   at forge.screens.deckeditor.views.VCurrentDeck.getLayoutControl(VCurrentDeck.java:131)
   at forge.screens.deckeditor.views.VCurrentDeck.getLayoutControl(VCurrentDeck.java:25)
   at forge.view.FView.initialize(FView.java:122)
   at forge.control.FControl$3.run(FControl.java:245)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
   at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2.access$400(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source)
   at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
It still happens in v1.5.25
queliangwu
 
Posts: 7
Joined: 22 Mar 2013, 04:44
Has thanked: 1 time
Been thanked: 0 time


Return to Forge

Who is online

Users browsing this forum: Google [Bot] and 74 guests


Who is online

In total there are 75 users online :: 1 registered, 0 hidden and 74 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: Google [Bot] and 74 guests

Login Form