Page 1 of 1

client troubles

PostPosted: Sat Jun 28, 2014 11:28 am
by Badrina
as usual everything was working fine then just randomly stopped for no reason, effecting both a windows 7 and windows xp computer.

i use enders, usually when a problem pops up refreshing the cache, reinstalling blah blah will work to solve it.

however enders wont work, kandarims wont work and even the trash default client wont work because now it prompts me over some kind of ***** about a self signed certificate.



enders:

JNLParseException[ Could not parse launch file. Error at line 3.]
at com.sun.javaws.jnl.XMLFormat.throwNewException(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
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)



kandarims:

JNLParseException[ Could not parse launch file. Error at line 3.]
at com.sun.javaws.jnl.XMLFormat.throwNewException(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
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)



default says "your security settings have blocked a self-signed application from running with an out-of-date or expired version of java"

since my security settings are the same as they were before i assume this means java is attempting to force me to update to whatever unwanted patch they have put out which i am quite loathe to do, particularly for the default client.

Re: client troubles

PostPosted: Sat Jun 28, 2014 11:29 am
by Suffragium

Re: client troubles

PostPosted: Sat Jun 28, 2014 2:22 pm
by Zapt13
I just logged in with the Vanilla client and played for a little over a half hour. It was like playing in the dark ages, but it didn't crash or anything.

The error I get with Latikai is something about an illegal redirect:

java.lang.SecurityException: illegal URL redirect
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


The reference above addresses this issue

Re: client troubles

PostPosted: Sat Jun 28, 2014 4:35 pm
by Blood
Ive been getting that error all day, best way past it is to create a a simple run file.

I use enders so i created a notepad file and pasted the following into it then saved it as a .bat file and placed it in the bin directory of salem.

Code: Select all
 "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xms512m -Xmx512m -jar salem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

Re: client troubles

PostPosted: Sat Jun 28, 2014 6:32 pm
by Kandarim
here's my start .bat file, which starts a windowless java job (so you don't have a pesky command window floating around if you're not into that kind of things) :

Code: Select all
start "" "C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

Re: client troubles

PostPosted: Sat Jun 28, 2014 7:38 pm
by Badrina
i used to have a batch file like that to launch enders but it was broken when everything else was.

i finally managed to get all of the old java off of my computer and get a fresh version installed, redownloaded salem etc but now after i wait through the updater the client never actually launches or attempts to, when using the mentioned .bat file i get the following error (the first one since using enders atm).

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$100(MainFrame.java:63)
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 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.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)

Re: client troubles

PostPosted: Sat Jun 28, 2014 7:53 pm
by Badrina
cant get enders to work, so tried kandarims also using your bat file but i have the same issue where everything works normally right up until the client is supposed to actually launch, then nothing happens.

windows 7, newest java

Re: client troubles

PostPosted: Sat Jun 28, 2014 8:55 pm
by Murphy
Kandarim wrote:
here's my start .bat file, which starts a windowless java job (so you don't have a pesky command window floating around if you're not into that kind of things) :

Code: Select all
start "" "C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com



Perfect, thanks!

Re: client troubles

PostPosted: Wed Aug 06, 2014 2:49 am
by alagar
Badrina wrote:cant get enders to work, so tried kandarims also using your bat file but i have the same issue where everything works normally right up until the client is supposed to actually launch, then nothing happens.


Same problem here, however i'm using windows XP.

Re: client troubles

PostPosted: Wed Aug 06, 2014 9:20 am
by Kandarim
if you are using the bat file, nothing is supposed to happen when you click it except for launching the client. You're holding it wrong.

Aside from that, make sure you have the latest launcher from my thread? There have been some changes recently, and that may be the culprit.