Sign in to follow this  
Loink

Unable to launch application.

Recommended Posts

Currently on a mac and this is the issue I'm getting. 

4XrmKzN.png

 

cvKj7C4.png

 

[spoiler=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.21" 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>

[/spoiler]

Edited by Loink

Share this post


Link to post
Share on other sites

Under the launcher settings try to set the Sound Engine to Software rather than Hardware (OpenAL)

Share this post


Link to post
Share on other sites
6 minutes ago, Budzilla said:

Under the launcher settings try to set the Sound Engine to Software rather than Hardware (OpenAL)

The launcher doesn't even pop up for me just the splash logo and that error.

Share this post


Link to post
Share on other sites
46 minutes ago, Explora said:

This post might be the same problem

Did not work for me

1
Edited by Loink

Share this post


Link to post
Share on other sites

I was getting this same error on a Mac a couple of months ago. Eventually I found that downgrading my Java from 9 to Java 8 Update 151 fixed the issue.

 

Good luck!

Share this post


Link to post
Share on other sites
5 hours ago, Retrograde said:

Could anyone experiencing this issue please enable the java console and post logs of it? We're continuing to investigate this but so far have not identified any major cause (though one crashing bug has been identified, so yay!)

 

to show java console check here:

https://www.java.com/en/download/help/javaconsole.xml

 

My java console (I can't post a text log because if I try to select text in the console, the application doesn't respond): 

or1V90L.png

Share this post


Link to post
Share on other sites

I installed the JDK and was able to get some traction.

 

Quote

Java Web Start 12.0.1.0
Using JRE version 9.0.1+11 Java HotSpot(TM) 64-Bit Server VM
JRE expiration date: 2/16/18, 12:00 AM
User home directory = /Users/xxxx
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
Insecure property: (org.lwjgl.input.Mouse.allowNegativeMouseCoords, true) specified in unsigned jnlp file will not be set.
>>> Main thread exiting.
 

 

 

When I try to launch from the terminal:
 

Quote

Error: Could not find or load main class http:..www.wurmonline.com.client.wurmclient.jnlp

Caused by: java.lang.ClassNotFoundException: http://www/wurmonline/com/client/wurmclient/jnlp

 

 

Could it be relate to the track pad on the new Macbooks? Mine has the new force touch where you can click, press, or deep press.

Share this post


Link to post
Share on other sites

I just uninstalled the 9.0 JDK and installed 8.0. It actually acted like it was going to bring up the laucher, but then it crashed and gave me the same insecure property error regarding the negative mouse coordinates. 

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