Sign in to follow this  
Dashiva

How to install the Wurm client with a bad connection

Recommended Posts

heya, it a bit of a problem, ive tried downloading the gluegen-rt.jar resource a few times to see if that fixes it, however failure is always an option. Currently running through a proxy hence having to use this :(

(this is when you run the cmd command to load the client btw)

Unable to lod resource: (file:./livaries/gluegen-rt.jar?version-id=1.0b06, 1.0b06)

Launch File


<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp">

   <information>
       <title>Wurm Online 2.7.5-2725</title>
       <vendor>Onetoofree AB</vendor>
       <homepage href="http://www.wurmonline.com/" />
       <description>Wurm Online client</description>
       <icon href="wurm-icon-128-w.jpg" width="128" height="128" />
       <icon href="wurm-icon-64-w.jpg" width="64" height="64" />
       <icon href="wurm-icon-32-w.jpg" width="32" height="32" />
       <icon href="wurm-icon-16-w.jpg" width="16" height="16" />
       <icon kind="splash" href="splash.gif" />
   </information>

<shortcut online="true">
<desktop />
</shortcut>

<!-- These are default values, but just to be clear -->
<update check="timeout" policy="always" />

   <security>
       <all-permissions />
   </security>

   <resources>
       <!-- Java 1.4 is not supported starting from WurmClient 2.3.0 -->
       <j2se
           href="http://java.sun.com/products/autodl/j2se"
           version="1.5+"
           initial-heap-size="128M"
           max-heap-size="800M"
       />
       <property name="sun.java2d.noddraw" value="true" />
       <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" />
       <jar href="wurmclient.jar" main="true" />
       <jar href="wurmres.jar" />
       <jar href="libraries/gluegen-rt.jar" version="1.0b06" />
       <jar href="libraries/irclib.jar" version="1.10" />
       <jar href="libraries/jogg.jar" version="0.0.7" />
       <jar href="libraries/jogl.jar" version="1.1.1" />
       <jar href="libraries/jorbis.jar" version="0.0.15" />
       <jar href="libraries/joXSI.jar" version="1.0.0" />
       <jar href="libraries/jzipupdate.jar" version="0.9.1" />
       <jar href="libraries/lwjgl.jar" version="2.4.2" />
       <jar href="libraries/lwjgl_util.jar" version="2.4.2" />
       <jar href="libraries/slick-util.jar" version="b208" />
       <jar href="libraries/vecmath.jar" version="1.5.2" />
   </resources>

   <resources os="Win" arch="x86"><!-- Windows 32-bit java -->
       <nativelib href="libraries/jogl-natives-windows-i586.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-windows-i586.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-windows-i586.jar" version="1.0b06"/>
   </resources>
   <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->
       <nativelib href="libraries/jogl-natives-windows-amd64.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-windows-amd64.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-windows-amd64.jar" version="1.0b06"/>
   </resources>

   <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->
       <nativelib href="libraries/jogl-natives-macosx-ppc.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-macosx-universal.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-macosx-ppc.jar" version="1.0b06"/>
   </resources>
   <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->
       <nativelib href="libraries/jogl-natives-macosx-universal.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-macosx-universal.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-macosx-universal.jar" version="1.0b06"/>
   </resources>
   <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->
       <nativelib href="libraries/jogl-natives-macosx-universal.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-macosx-universal.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-macosx-universal.jar" version="1.0b06"/>
   </resources>

   <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->
       <nativelib href="libraries/jogl-natives-linux-i586.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-linux-i586.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-linux-i586.jar" version="1.0b06"/>
   </resources>
   <resources os="Linux" arch="x86"><!-- UNKNOWN -->
       <nativelib href="libraries/jogl-natives-linux-i586.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-linux-i586.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-linux-i586.jar" version="1.0b06"/>
   </resources>
   <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->
       <nativelib href="libraries/jogl-natives-linux-amd64.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-linux-amd64.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-linux-amd64.jar" version="1.0b06"/>
   </resources>
   <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->
       <nativelib href="libraries/jogl-natives-linux-amd64.jar" version="1.1.1"/>
       <nativelib href="libraries/lwjgl-natives-linux-amd64.jar" version="2.4.2"/>
       <nativelib href="libraries/gluegen-rt-natives-linux-amd64.jar" version="1.0b06"/>
   </resources>

<application-desc main-class="com.wurmonline.client.WurmLauncher">
    <argument>jenn001.game.wurmonline.com</argument>
   </application-desc>
</jnlp>

Exception


com.sun.deploy.net.FailedDownloadException: Unable to load resource: (file:./libraries/gluegen-rt.jar?version-id=1.0b06, 1.0b06)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wrapped excetion


java.io.FileNotFoundException: .\libraries\gluegen-rt.jar (The system cannot find the path 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.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.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Share this post


Link to post
Share on other sites

Hard to say what's going wrong. Maybe some screenshots of the directories you have and the files inside them, and the command you're running?

Share this post


Link to post
Share on other sites

Hi,

I'm having the same problems as everyone else... However, now the .jnlp file is updated, and I can't find the required files.

This is the contents of my .jnlp file:

<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp">

    <information>
        <title>Wurm Online 3.1.65</title>
        <vendor>Code Club AB</vendor>
        <homepage href="http://www.wurmonline.com/" />
        <description>Wurm Online client</description>
        <icon href="wurm-icon-128-w.jpg" width="128" height="128" />
        <icon href="wurm-icon-64-w.jpg" width="64" height="64" />
        <icon href="wurm-icon-32-w.jpg" width="32" height="32" />
        <icon href="wurm-icon-16-w.jpg" width="16" height="16" />
        <icon kind="splash" href="splash.gif" />
    </information>

<shortcut online="true">
<desktop />
</shortcut>

<!-- These are default values, but just to be clear -->
<update check="timeout" policy="always" />

    <security>
        <all-permissions />
    </security>

    <resources>
        <!-- Java 1.5 is not supported starting from WurmClient 3.1 -->
        <j2se
            href="http://java.sun.com/products/autodl/j2se"
            version="1.6+"
            initial-heap-size="128M"
            max-heap-size="800M"
        />
        <property name="sun.java2d.noddraw" value="true" />
        <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" />
        <jar href="wurmclient.jar" main="true" />
        <jar href="wurmres.jar" />
        <jar href="libraries-stable-2011/colladabind.jar" version="1.0.0" />
        <jar href="libraries-stable-2011/eigcc_java.jar" version="2.0.1" />
        <jar href="libraries-stable-2011/irclib.jar" version="1.10" />
        <jar href="libraries-stable-2011/jogg.jar" version="0.0.7" />
        <jar href="libraries-stable-2011/jorbis.jar" version="0.0.15" />
        <jar href="libraries-stable-2011/joXSI.jar" version="1.0.0" />
        <jar href="libraries-stable-2011/jzipupdate.jar" version="0.9.1" />
        <jar href="libraries-stable-2011/lwjgl.jar" version="2.8.3" />
        <jar href="libraries-stable-2011/lwjgl_util.jar" version="2.8.3" />
        <jar href="libraries-stable-2011/PNGDecoder.jar" version="0.0.1" />
        <jar href="libraries-stable-2011/slick-util.jar" version="b208" />
        <jar href="libraries-stable-2011/vecmath.jar" version="1.5.2" />
    </resources>

    <resources os="Win" arch="x86"><!-- Windows 32-bit java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-windows.jar" version="2.8.3"/>
        <nativelib href="libraries-stable-2011/eigcc_natives.jar" version="2.0.1"/>
    </resources>
    <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-windows.jar" version="2.8.3"/>
        <nativelib href="libraries-stable-2011/eigcc_natives.jar" version="2.0.1"/>
    </resources>

    <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-macosx.jar" version="2.8.3"/>
    </resources>
    <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-macosx.jar" version="2.8.3"/>
    </resources>
    <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-macosx.jar" version="2.8.3"/>
    </resources>

    <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-linux.jar" version="2.8.3"/>
    </resources>
    <resources os="Linux" arch="x86"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-linux.jar" version="2.8.3"/>
    </resources>
    <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-linux.jar" version="2.8.3"/>
    </resources>
    <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-linux.jar" version="2.8.3"/>
    </resources>

    <resources os="SunOS" arch="sparc"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2011/lwjgl-natives-solaris.jar" version="2.8.3"/>
    </resources>

<application-desc main-class="com.wurmonline.client.WurmLauncher">
    <argument>jenn001.game.wurmonline.com</argument>
    </application-desc>
</jnlp>

I've tried accessing the downloads through the website, but it always flags a 404 error. This is the first time I've tried to play Wurm, so any help would be really appreciated.

Thanks in advance,

hnefatl

Share this post


Link to post
Share on other sites

I am having trouble with my initial download. I have 10g broadband and a computer that runs fast and has plenty of RAM. Are flies being uploaded for your Dec 12th changes? Should I just give up as I don't want to do a lot of work-arounds? I click play and the download window pops up fine but the green progress bar does not move after about 60% is downloaded. I will check back soon so please help if you can. I look forward to playing as this seems a very good match for my gaming likes of crafting and reality. Thanks in advance. Jes

I decided to try loading Wurm on my other computer with McAfee and it works fine. Must be my AVG .. even tho I turned off my firewall and tried. At any rate, I am playing and love the game :)

Edited by Jes

Share this post


Link to post
Share on other sites

hello, i just newbie tried open the wurm online, so when i click the wurm after java download, the begin update from pmk jar to sound jar (there no problem) but when into graphic jar (5553 item ) it began have problem so far i only succes to 44% (and take times) after that the connection have disrupt and the graphic jar begin again from the begining (0%) this have a six attampt to download (and take may quota), i know i not use fix home internet who are more stabil, i use phone celular internet cause the mobility issue. i am not tech savy, i hope best solution to deal 5553 item from graphic jar, so i could login (i am not able to do first login cause that graphic jar download)

Share this post


Link to post
Share on other sites

I just wanted to let you know that i used this same method to install Wurm at my dorm and they use WatchGuard and it wouldn't let me install the regular way.


 


 


and thanks for the tutorial it was a huge help


Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this