Ah - I had though everyone forgot about me. This is nice, replies to what seemed like an ancient post.
I'll try some of this stuff.
Thanks for not just letting me go.
-~^~-~^~-~^~-~^~-~^~-~^~-
EDIT:
Java.Lang.NULLPOINTER exception means that Java cannot read something very specific in the file ... or so I think. I've seen this problem being solved by patching the client (not Illarion) with files that could have been scrambled and lost in file pathing.
The suggestions didn't work.
(I have the newest Java)
(I have tried weblaunch, start > run javaws, offline install, and all sorts of installing/reinstalling)
*Sigh* Oh well.
Illarion seems so far away ...
-~^~-~^~-~^~-~^~-~^~-~^~-
EDIT2: (The Launch File in Full Detail)
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="
http://download.illarion.org" href="illarion_client.jnlp">
<information>
<title>Illarion Client</title>
<vendor>illarion.org</vendor>
<homepage href="
http://www.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� Illarion Online-Rollenspiel.</description>
<offline-allowed/>
</information>
<resources>
<j2se version="1.5+" />
<jar href="illarion.jar" main="true" />
<jar href="rsc_chars_upd.jar"/>
<jar href="rsc_effects_upd.jar"/>
<jar href="rsc_gui_upd.jar"/>
<jar href="rsc_items_upd.jar"/>
<jar href="rsc_sound_upd.jar"/>
<jar href="rsc_tiles_upd.jar"/>
<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="soundbank.jar" />
<jar href="manual.jar" />
<jar href="lwjgl.jar" />
<jar href="lwjgl_util.jar" />
<property name="org.lwjgl.opengl.Display.allowSoftwareOpenGL" value="true"/>
</resources>
<resources os="Windows">
<nativelib href="lwjgl_win.jar" />
</resources>
<resources os="Linux">
<nativelib href="lwjgl_linux.jar" />
</resources>
<resources os="Mac OS">
<nativelib href="lwjgl_mac.jar" />
</resources>
<security>
<all-permissions />
</security>
<application-desc main-class="illarion.client.IllaClient" />
</jnlp>