client troubles

Forum for game modifications and custom clients.

client troubles

Postby Badrina » Sat Jun 28, 2014 11:28 am

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.
Badrina
 
Posts: 6
Joined: Wed Aug 29, 2012 5:27 am

Re: client troubles

Postby Suffragium » Sat Jun 28, 2014 11:29 am

Something deep or funny
User avatar
Suffragium
 
Posts: 555
Joined: Sat Aug 04, 2012 3:43 pm

Re: client troubles

Postby Zapt13 » Sat Jun 28, 2014 2:22 pm

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-enter your signature!
Zapt13
 
Posts: 360
Joined: Wed Sep 26, 2012 3:41 am

Re: client troubles

Postby Blood » Sat Jun 28, 2014 4:35 pm

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
Blood
 
Posts: 259
Joined: Sat Nov 17, 2012 5:09 pm

Re: client troubles

Postby Kandarim » Sat Jun 28, 2014 6:32 pm

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
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: client troubles

Postby Badrina » Sat Jun 28, 2014 7:38 pm

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)
Badrina
 
Posts: 6
Joined: Wed Aug 29, 2012 5:27 am

Re: client troubles

Postby Badrina » Sat Jun 28, 2014 7:53 pm

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
Badrina
 
Posts: 6
Joined: Wed Aug 29, 2012 5:27 am

Re: client troubles

Postby Murphy » Sat Jun 28, 2014 8:55 pm

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!
User avatar
Murphy
 
Posts: 420
Joined: Tue Oct 09, 2012 6:21 am

Re: client troubles

Postby alagar » Wed Aug 06, 2014 2:49 am

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.
REMOVE STALLS!
User avatar
alagar
 
Posts: 475
Joined: Wed Mar 13, 2013 8:13 pm

Re: client troubles

Postby Kandarim » Wed Aug 06, 2014 9:20 am

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.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm


Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 10 guests