Well, I have the **OFFLINE** (Edited, sorry mis typed it) installer.
I run it, it seems to download everything fine until It tells me that Java will download the game now.
I press 'okay',
and it starts downloading, and then java opens this error:
"Unable to import Illarion Client."
Here are the details:
Under General:
An error occurred while importing the application.
Title: Illarion Client
Vendor: illarion.org
Category: Download Error
Unable to load resource: http://download.illarion.org/illarion_client.jnlp
Under Launch File:
<?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ür das 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>
Under Exception:
JNLPException[category: Download Error : Exception: java.io.FileNotFoundException: C:\DOCUME~1\KARLSA~1\LOCALS~1\Temp\nsw10.tmp\illarion_client.jnlp (The system cannot find the file specified) : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Under Wrapped Exception:
java.io.FileNotFoundException: C:\DOCUME~1\KARLSA~1\LOCALS~1\Temp\nsw10.tmp\illarion_client.jnlp (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
at com.sun.javaws.net.BasicNetworkLayer.doHeadRequest(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
What to do, and is there a way to fix the offline client?
Offline Installer Troubles
Moderator: Developers
- Rasteel Olin
- Posts: 192
- Joined: Sun Jan 14, 2007 5:08 am