Page 1 of 1

[solved] Problem to start the client

Posted: Wed Feb 15, 2012 10:16 pm
by Lennier

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://illarion.org/illarion/download" href="illarion_client.jnlp">
	<information>
		<title>Illarion Client</title>
		<vendor>Illarion e.V.</vendor>
		<homepage href="http://illarion.org" />
		<description>A graphical client for the Illarion online role playing game.</description>
		<icon href="icon.gif"/>
		<offline-allowed/>
	</information>
	<information locale="DE">
		<description>Ein graphischer Client für das Illarion Online-Rollenspiel.</description>
		<offline-allowed/>
	</information>

	<resources>
		<j2se version="1.5+" />
		<jar href="illarion.jar" main="true" />

		<jar href="rsc_chars.jar"/>
		<jar href="rsc_effects.jar"/>
		<jar href="rsc_gui.jar"/>
		<jar href="rsc_items.jar"/>
		<jar href="rsc_sound.jar"/>
		<jar href="rsc_tiles.jar"/>

		<jar href="lwjgl.jar" />
		<jar href="lwjgl_util.jar" />

		<jar href="manual.jar" />
		<jar href="soundbank.jar" />

		<jar href="jogg.jar" />
		<jar href="jorbis.jar" />
		<jar href="tritonus_share.jar" />
		<jar href="vorbisspi.jar" />

		<property name="org.lwjgl.opengl.Display.allowSoftwareOpenGL" value="true"/>
	</resources>

	<resources os="Windows">
		<nativelib href="lwjgl_win32.jar" />
	</resources>
	<resources os="Windows" arch="x86_64">
		<nativelib href="lwjgl_win64.jar" />
	</resources>
	<resources os="Windows" arch="amd64">
		<nativelib href="lwjgl_win64.jar" />
	</resources>
	<resources os="Linux">
		<nativelib href="lwjgl_linux32.jar" />
	</resources>
	<resources os="Linux" arch="x86_64">
		<nativelib href="lwjgl_linux64.jar" />
	</resources>
	<resources os="Linux" arch="amd64">
		<nativelib href="lwjgl_linux64.jar" />
	</resources>
	<resources os="Mac OS">
		<nativelib href="lwjgl_macosx.jar" />
	</resources>
	<resources os="SunOS">
		<nativelib href="lwjgl_solaris.jar" />
	</resources>

	<security>
		<all-permissions />
	</security>
	<application-desc main-class="illarion.client.IllaClient" />
</jnlp>

Code: Select all

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.sun.javaws.Launcher.executeApplication(Unknown Source)
	at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
	at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
	at java.lang.Runtime.loadLibrary0(Unknown Source)
	at java.lang.System.loadLibrary(Unknown Source)
	at org.lwjgl.Sys$1.run(Sys.java:72)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
	at org.lwjgl.Sys.loadLibrary(Sys.java:81)
	at org.lwjgl.Sys.<clinit>(Sys.java:98)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:129)
	at illarion.client.IllaClient.init(IllaClient.java:204)
	at illarion.client.IllaClient.<init>(IllaClient.java:148)
	at illarion.client.IllaClient.main(IllaClient.java:612)
	... 9 more
I allways get these messages. The client does not start.
Java and the client are deinstalled and new installed serval times now. Maybe Java works with wrong settings?

Re: Problem mit dem Client

Posted: Wed Feb 15, 2012 11:07 pm
by Achae Eanstray
Will let someone more knowledgeable chime in.. but if you have your java set to automatic update, there was just a new version that came out the past few days. If that is the problem, you might want to revert to an older version for a little until they get the kinks out of it.

Re: Problem mit dem Client

Posted: Fri Feb 17, 2012 5:12 pm
by Lennier
Strange!

I tried out to use an older version of java (6.29.). At first I got the same error-messages as stated before. Later I used the Java Control Panel and started the Illarion client offline from there. I agreed the request to go online again, Java made a verification and the client started without problems. It works again, yeah. I am happy. It also runs with the actual version java 6.31. now.

But in summary: I have no idea about the problem and how it was solved exactly... :?