Sign in to follow this  
Jordan99Ash

Help please! Unable to launch

Recommended Posts

this is my launch file, please help me!


 


 


It just says unable to launch application and has a red stop sign beside words.


 


 


 


 <?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-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" />

        <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


            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-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.0" />

        <jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.0" />

        <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-httpclient.jar" version="3.1" />

    </resources>

 

    <resources os="Win" arch="x86"><!-- Windows 32-bit java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.0"/>

    </resources>

    <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.0"/>

    </resources>

 

    <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.0"/>

    </resources>

    <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.0"/>

    </resources>

    <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.0"/>

    </resources>

 

    <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.0"/>

    </resources>

    <resources os="Linux" arch="x86"><!-- UNKNOWN -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.0"/>

    </resources>

    <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.0"/>

    </resources>

    <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.0"/>

    </resources>

 

    <resources os="SunOS" arch="sparc"><!-- UNKNOWN -->

        <nativelib href="libraries-stable-2013/lwjgl-natives-solaris.jar" version="2.9.0"/>

    </resources>

 

<application-desc main-class="com.wurmonline.client.WurmLauncher">

    <argument>jenn001.game.wurmonline.com</argument> 

    </application-desc>

</jnlp>

 

 


Share this post


Link to post
Share on other sites

I can't read code but it does say in that your java does not support wurm, do you have an updated 64bit java as well as a 64bit OS?


 


If not then that may be your issue.


 


Sorry I can't be of more help but hope someone smarter then me can direct you to the correct answer if my hypothesis is incorrect :)


Share this post


Link to post
Share on other sites

Well you could test it by uninstalling your java, then reinstalling a 64bit version of java which matches your operating system from the java website. Like I said not a computer expert but here:


 


<resources>

        <!-- Java 1.5 is not supported starting from WurmClient 3.1 -->

 


Seems to suggest that your java is either out of date or incorrect, try it I hope it works if not. Oh well sorry to have wasted your time i'm afraid. 


 


Edit my version says 1.70 so sounds like your java is out of date.


Edited by FreeTineen

Share this post


Link to post
Share on other sites

Just a few questions:


  • What operating system are you running? 64 or 32 bit (in Windows, you can check Control Panel->System and see under System/System Type)?
  • In the "Unable to launch the application" screen, is there a Details button? If so, what does it say?
  • Are you launching from a browser or a shortcut? If browser, which browser and version?

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