Sign in to follow this  
Kingdomdead

Hi guys have a problem whith download client from java

Recommended Posts

I downloaded from the main page of the site a link to download a client through Java, tried to download and got an error

 More Infdormation

Error: Main Jar resource in JNLP file is empty.
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 [Stable]</title>
                <vendor>CodeClub AB</vendor>
        <homepage href="http://www.wurmonline.com" />
        <description>Wurm Online Client</description>
        <icon href="wurm_icon_128.png" width="128" height="128" />
        <icon href="wurm_icon_64.png" width="64" height="64" />
        <icon href="wurm_icon_32.png" width="32" height="32" />
        <icon href="wurm_icon_16.png" width="16" height="16" />
        <icon kind="splash" href="splash.gif" />
        <shortcut online="true">
            <desktop />
            <menu submenu="Wurm Online" />
        </shortcut>
    </information>
    <update check="timeout" policy="always" />
    <security>
        <all-permissions />
    </security>
    <resources>
        <j2se
                href="http://java.sun.com/products/autodl/j2se"
                version="1.8+"
                            java-vm-args="-XX:+UseG1GC -XX:MaxGCPauseMillis=8 -XX:+UseStringDeduplication"
                                        initial-heap-size="512m"
                                />
        <property name="sun.java2d.noddraw" value="true" />
        <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" />
            
    <property name="jnlp.versionEnabled" value="true" />
    <jar href="libraries-stable/WurmClient-small.jar" version="4.0.90" main="true"/>
    <jar href="libraries-stable/httpclient.jar" version="4.5.3"/>
    <jar href="libraries-stable/httpcore.jar" version="4.4.6"/>
    <jar href="libraries-stable/commons-logging.jar" version="1.2"/>
    <jar href="libraries-stable/commons-codec.jar" version="1.9"/>
    <jar href="libraries-stable/pngdecoder.jar" version="1.0"/>
    <jar href="libraries-stable/irclib.jar" version="1.10"/>
    <jar href="libraries-stable/lwjgl_util.jar" version="2.9.1"/>
    <jar href="libraries-stable/lwjgl.jar" version="2.9.1"/>
    <jar href="libraries-stable/jinput.jar" version="2.0.5"/>
    <jar href="libraries-stable/jutils.jar" version="1.0.0"/>
    <jar href="libraries-stable/jorbis.jar" version="0.0.17"/>
    <jar href="libraries-stable/vecmath.jar" version="1.5.2"/>
    <jar href="libraries-stable/jbullet.jar" version="1.0.0"/>
    <jar href="libraries-stable/JZipUpdate.jar" version="0.9.1"/>
    <jar href="libraries-stable/joxsi.jar" version="1.0.0"/>
    <jar href="libraries-stable/jme-collada-binding.jar" version="1.0.0"/>
    <jar href="libraries-stable/jsquish.jar" version="2.0.0"/>
    <jar href="libraries-stable/slick-util.jar" version="b208"/>
    <jar href="libraries-stable/jogg.jar" version="0.0.7"/>

    </resources>
    <resources os="Win" arch="x86"><!-- Windows 32-bit java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-windows.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-windows.jar" version="2.0.5"/>
    </resources>
    <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-windows.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-windows.jar" version="2.0.5"/>
    </resources>
    <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
    </resources>
    <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
    </resources>
    <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
    </resources>
    <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
    </resources>
    <resources os="Linux" arch="x86"><!-- UNKNOWN -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
    </resources>
    <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
    </resources>
    <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->
        <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
        <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
    </resources>
    <application-desc main-class="com.wurmonline.client.launcherfx.WurmMain"  name="Wurm Online" />
</jnlp>

 

Edited by Kingdomdead

Share this post


Link to post
Share on other sites

Exception 
JNLPException[category: Launch File Error : Exception: null : LaunchDesc: 
<jnlp spec="1.0+" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp">
  <information>
    <title>Wurm Online [Stable]</title>
    <vendor>CodeClub AB</vendor>
    <homepage href="http://www.wurmonline.com"/>
    <description>Wurm Online Client</description>
    <icon href="wurm_icon_128.png" width="128" height="128"/>
    <icon href="wurm_icon_64.png" width="64" height="64"/>
    <icon href="wurm_icon_32.png" width="32" height="32"/>
    <icon href="wurm_icon_16.png" width="16" height="16"/>
    <icon kind="splash" href="splash.gif"/>
    <shortcut online="true">
      <desktop/>
      <menu submenu="Wurm Online"/>
    </shortcut>
  </information>
  <update check="timeout" policy="always"/>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.8+" java-vm-args="-XX:+UseG1GC -XX:MaxGCPauseMillis=8 -XX:+UseStringDeduplication" initial-heap-size="512m"/>
    <property name="sun.java2d.noddraw" value="true"/>
    <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true"/>
    <property name="jnlp.versionEnabled" value="true"/>
    <jar href="libraries-stable/WurmClient-small.jar" version="4.0.90" main="true"/>
    <jar href="libraries-stable/httpclient.jar" version="4.5.3"/>
    <jar href="libraries-stable/httpcore.jar" version="4.4.6"/>
    <jar href="libraries-stable/commons-logging.jar" version="1.2"/>
    <jar href="libraries-stable/commons-codec.jar" version="1.9"/>
    <jar href="libraries-stable/pngdecoder.jar" version="1.0"/>
    <jar href="libraries-stable/irclib.jar" version="1.10"/>
    <jar href="libraries-stable/lwjgl_util.jar" version="2.9.1"/>
    <jar href="libraries-stable/lwjgl.jar" version="2.9.1"/>
    <jar href="libraries-stable/jinput.jar" version="2.0.5"/>
    <jar href="libraries-stable/jutils.jar" version="1.0.0"/>
    <jar href="libraries-stable/jorbis.jar" version="0.0.17"/>
    <jar href="libraries-stable/vecmath.jar" version="1.5.2"/>
    <jar href="libraries-stable/jbullet.jar" version="1.0.0"/>
    <jar href="libraries-stable/JZipUpdate.jar" version="0.9.1"/>
    <jar href="libraries-stable/joxsi.jar" version="1.0.0"/>
    <jar href="libraries-stable/jme-collada-binding.jar" version="1.0.0"/>
    <jar href="libraries-stable/jsquish.jar" version="2.0.0"/>
    <jar href="libraries-stable/slick-util.jar" version="b208"/>
    <jar href="libraries-stable/jogg.jar" version="0.0.7"/>
  </resources>
  <resources os="Win" arch="x86">
    <nativelib href="libraries-stable/lwjgl-platform-natives-windows.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-windows.jar" version="2.0.5"/>
  </resources>
  <resources os="Win" arch="amd64">
    <nativelib href="libraries-stable/lwjgl-platform-natives-windows.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-windows.jar" version="2.0.5"/>
  </resources>
  <resources os="Mac" arch="ppc">
    <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
  </resources>
  <resources os="Mac" arch="i386">
    <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
  </resources>
  <resources os="Mac" arch="x86_64">
    <nativelib href="libraries-stable/lwjgl-platform-natives-osx.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-osx.jar" version="2.0.5"/>
  </resources>
  <resources os="Linux" arch="i386">
    <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
  </resources>
  <resources os="Linux" arch="x86">
    <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
  </resources>
  <resources os="Linux" arch="amd64">
    <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
  </resources>
  <resources os="Linux" arch="x86_64">
    <nativelib href="libraries-stable/lwjgl-platform-natives-linux.jar" version="2.9.1"/>
    <nativelib href="libraries-stable/jinput-platform-natives-linux.jar" version="2.0.5"/>
  </resources>
  <application-desc main-class="com.wurmonline.client.launcherfx.WurmMain" name="Wurm Online"/>
</jnlp> ]
    at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
    at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareAllResources(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.access$000(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

I really want to play the game and I will be very grateful for any tips or help in solving the problem.

Share this post


Link to post
Share on other sites

this is the troubleshooting section for the Wurm Unlimited (STEAM) version of the game, you are clearly trying to get the  version of the Wurm Online so I am going to see if a moderator can move your thread to the correct section here:

 

https://forum.wurmonline.com/index.php?/forum/26-technical-issues/

 

That way one of the devs familiar with the WO  client can see it and help.

 

 

Edited by Brash_Endeavors

Share this post


Link to post
Share on other sites
8 hours ago, Kingdomdead said:

https://drive.google.com/drive/my-drive
https://drive.google.com/drive/my-drive

https://drive.google.com/drive/my-drive 
Here is another added link to the screenshots can it help at least how to solve the problem

 

 

Just a heads up, this does not link to your files, it instead directs anyone who clicks to their own google drive. I am not a pro at google drive but you ptobably need to look for a SHARE link.

Share this post


Link to post
Share on other sites
3 часа назад, Brash_Endeavors сказал:

это раздел устранения неполадок для версии игры Wurm Unlimited (STEAM), вы явно пытаетесь получить версию Wurm Online, поэтому я собираюсь посмотреть, может ли модератор переместить ваш поток в правильный раздел здесь:

 

https://forum.wurmonline.com/index.php?/forum/26-technical-issues/

 

Таким образом, один из разработчиков, знакомых с клиентом WO, может увидеть его и помочь.

 

 

Sry i dont lnow this rhank your for help.I created a topic for your link thanks.

Share this post


Link to post
Share on other sites

can you locate your javaws.exe ?

try starting the game in a similar way.....

"C:\Program Files\Java\jre1.8.0_201\bin\javaws.exe" http://www.wurmonline.com/client/wurmclient_preview.jnlp

That should load the client normally..

 

No clue what you're trying to do.. but you're doing it wrong.. let java handle the JNLP file.. DON'T download it...

 

You can create *.BAT file with the line in black, IF.. you can locate your correct java path .. where your javaws.exe is located.

http link in the black line is to preview client, if you want to use the normal one, use this link: http://www.wurmonline.com/client/wurmclient.jnlp

 

Does this load the game for you?

Share this post


Link to post
Share on other sites
13 hours ago, Finnn said:

can you locate your javaws.exe ?

try starting the game in a similar way.....

"C:\Program Files\Java\jre1.8.0_201\bin\javaws.exe" http://www.wurmonline.com/client/wurmclient_preview.jnlp

That should load the client normally..

 

No clue what you're trying to do.. but you're doing it wrong.. let java handle the JNLP file.. DON'T download it...

 

You can create *.BAT file with the line in black, IF.. you can locate your correct java path .. where your javaws.exe is located.

http link in the black line is to preview client, if you want to use the normal one, use this link: http://www.wurmonline.com/client/wurmclient.jnlp

 

Does this load the game for you?

 

Hi! Thank you so much for responding to the help, I read your advice and found the location of my java, but I cannot understand how to download using the link, could you tell me in detail how to install the game or how to install it? I am not at all familiar with Java, and I don’t know how to do this, thank you very much for your help. The path to my Java"C:\Program Files\Java\jre1.8.0_192\bin"

Share this post


Link to post
Share on other sites

Error: Main Jar resource in JNLP file is empty.

 

One possibility might be a network connection issue.

  • Have you tried it again since the original attempt? Sometimes the wurm server connections can be a touch flakey.
  • Are you using any kind of school/work/military network that might block certain traffic? Or place any kind of limits on downloads?
  • If this is a laptop, maybe try a cable connection rather than wireless, and/or try again from a different physical location, such as maybe from a friend's house. 
  • There is also a possibility you are getting a block from antivirus, firewall or other security program that is somehow quarantining the contents of one of the JAR files.

 

I have not been able to find any other reports of this same error, so not sure what other troubleshooting steps to suggest. 

 

You could also test whether this alternate version of the client works any better:

https://www.wurmonline.com/client/wurmclient_lowmem.jnlp

(right-click on this link, "SAVE AS" to a folder you can find easily such as C:\Wurm\ then right click the downloaded file and either LAUNCH or  "Open With .." then JAVA WEBSTART LAUNCHER

 

 

 

Edited by Brash_Endeavors

Share this post


Link to post
Share on other sites

Try what @Brash_Endeavorssuggests, it's basically same thing, downside is... downloaded jnlp file.. cant be updated by devs that way.. you'll be stuck with old version of the file and future update adding something new that have to be loaded .. wont be changed for you if you download the file locally just once and run it from there every time (just have that in mind);

If that doesn't work.. you have something that blocks traffic or you lose packets; don't think we're supposed to help with either as it's nothing to do with the game itself; try the above and if it doesn't work - google how to check for packet loss etc network issues or pray somebody have the time to help with random local setting you're having

good luck

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