Page 1 of 1

Can not launch Salem

PostPosted: Sun Jan 27, 2013 5:25 am
by DragonScythe
Need help, this shows up whenever I try to launch it
Code: Select all
java.lang.Error: java.lang.reflect.InvocationTargetException
   at haven.MainFrame.javabughack(MainFrame.java:393)
   at haven.MainFrame.main2(MainFrame.java:406)
   at haven.MainFrame.access$1(MainFrame.java:403)
   at haven.MainFrame$8.run(MainFrame.java:476)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(Unknown Source)
   at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
   at haven.MainFrame.javabughack(MainFrame.java:384)
   ... 4 more
Caused by: java.lang.ExceptionInInitializerError
   at haven.MainFrame$5.run(MainFrame.java:387)
   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.RuntimeException: Delayed error in resource gfx/loginscr (v-1), from local res source
   at haven.Resource.checkerr(Resource.java:1407)
   at haven.Resource.layer(Resource.java:1292)
   at haven.Resource.layer(Resource.java:1301)
   at haven.Resource.loadtex(Resource.java:1423)
   at haven.LoginScreen.<clinit>(LoginScreen.java:49)
   ... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/loginscr
   at haven.Resource$JarSource.get(Resource.java:335)
   at haven.Resource$Loader.handle(Resource.java:447)
   at haven.Resource$Loader.run(Resource.java:427)
   at java.lang.Thread.run(Unknown Source)

Re: Can not launch Salem

PostPosted: Sun Jan 27, 2013 5:47 am
by DragonScythe
tried downgrading to Java 6, but then this shows up

Code: Select all
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\Charles\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\17\620f3211-566bc1ad]
   at com.sun.javaws.Main.launchApp(Unknown Source)
   at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
   at com.sun.javaws.Main$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Can not launch Salem

PostPosted: Sun Jan 27, 2013 8:39 am
by L33LEE
Empty cookies and cache, might help.

Re: Can not launch Salem

PostPosted: Sun Jan 27, 2013 9:13 am
by DragonScythe
it apparently has something to do with the Ender yes/no thing. However, whenever I run it, the yes/no doesn't ever show up.

Re: Can not launch Salem

PostPosted: Sun Jan 27, 2013 9:29 am
by MagicManICT
Check your Java settings. There's a security setting on the last tab about mixed code. Make sure it's on the "enable-show warning" setting. (Advanced tab, Security/Mixed Code) I believe you want to answer "No" to the pop-up asking about running unsigned code in sandbox mode. (Or something like that. If you select "yes", the client crashes terminates if I recall right.)

In the future, if you have issues with 3rd party clients, make sure to take it up with the modder. Someone in that thread will usually immediately recognize the problem and can tell you what to do. Because you didn't mention it, nobody recognized the problem.

Re: Can not launch Salem

PostPosted: Sun Jan 27, 2013 8:48 pm
by DragonScythe
I have it set up that way, but it still doesn't show the window when I launch it.