Sign in to follow this  
Soniczap

Unable to launch application

Recommended Posts

Hi Folks, 

 

I'm trying to log into Wurm and can not even get to the launcher. Upon downloading and running the Wurmclient.jnlp, it simply crashes saying "Unable to launch application". I've gone through the forums and tried many things including: 

 

- Using different versions of Java (6, 7, 8, 32bit, 64bit)

- Opening regular Wurm Client and Unstable version

- Disabling all firewalls and antivirus

- Updating Intel HD 4600 drivers

 

Regardless of what I try, I can not get into the launcher. Any suggestions or advice would be greatly appreciated, thank folks! 

 

~Soniczap

 

PS Here are the Java error logs:

Quote

 

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

    <information>
        <title>Wurm Online</title>
        <vendor>Code Club 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>

    <!-- 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.8+"
            initial-heap-size="512M"
            max-heap-size="1024M"
        />
        <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-2013/colladabind.jar" version="1.0.0" />
        <jar href="libraries-stable-2013/irclib.jar" version="1.10" />
        <jar href="libraries-stable-2013/jogg.jar" version="0.0.7" />
        <jar href="libraries-stable-2013/jorbis.jar" version="0.0.15" />
        <jar href="libraries-stable-2013/joXSI.jar" version="1.0.0" />
        <jar href="libraries-stable-2013/jzipupdate.jar" version="0.9.1" />
        <jar href="libraries-stable-2013/lwjgl.jar" version="2.9.1" />
        <jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.1" />
        <jar href="libraries-stable-2013/PNGDecoder.jar" version="0.0.1" />
        <jar href="libraries-stable-2013/slick-util.jar" version="b208" />
        <jar href="libraries-stable-2013/vecmath.jar" version="1.5.2" />
        <jar href="libraries-stable-2013/jbullet.jar" version="1.0.0" />
        <jar href="libraries-stable-2013/commons-codec.jar" version="1.4" />
        <jar href="libraries-stable-2013/commons-httpclient.jar" version="3.1" />
        <jar href="libraries-stable-2013/commons-logging.jar" version="1.1.3" />
    </resources>

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

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

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

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

    <application-desc main-class="com.wurmonline.client.WurmLauncher"  name="Wurm Online" />
</jnlp>

 

 

Quote

com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://www.wurmonline.com/client/libraries-stable-2013/lwjgl-natives-windows.jar, 2.9.1)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
    at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
    at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

 

Quote

java.io.IOException: missing version response from server
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
    at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
    at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(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

I've tried the latest version of Java, both 32 bit and 64 bit as well as Java 6 and 7 with no luck. 

Share this post


Link to post
Share on other sites

Try opening the java control panel and in the Temporary Internet Files part delete the Wurm Online entry then open the wurmonline.com website and click the "Play" button

Share this post


Link to post
Share on other sites
14 hours ago, Explora said:

Try opening the java control panel and in the Temporary Internet Files part delete the Wurm Online entry then open the wurmonline.com website and click the "Play" button

 

 

I'm afraid I had no luck with this either. 

Share this post


Link to post
Share on other sites

I found the problem and the fix! 

 

I discovered that my computer was behind a company firewall that prevented access to the login server. Using a free VPN tunnel app, I was able to bypass this pretty easily. 

 

Thanks for your help folks! 

 

~Soniczap

  • Like 1

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this