Sign in to follow this  
robotnick

New wurm launcher wont open

Recommended Posts

Im have been running wurm in this 32bit Windows 7 a while ago, and recently i downloaded it here again.

The problem is that it`s not opening the exe 32bit launcher, and the Java one gives me the `unable to launch the application` right after the 'downloading application' popup.

The java error details:

Launch File:

Spoiler

<?xml version="1.0" encoding="utf-8"?>
<jnlp
        spec="1.0+"
        codebase="http://www.wurmonline.com/client/"
        href="wurmclient.jnlp">
    <information>
                    <title>Wurm Online [Live]</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="jnlp.versionEnabled" value="true" />
    <jar href="libraries-live/WurmClient-small.jar" version="4.1.88" main="true"/>
    <jar href="libraries-live/httpclient.jar" version="4.5.3"/>
    <jar href="libraries-live/httpcore.jar" version="4.4.6"/>
    <jar href="libraries-live/commons-logging.jar" version="1.2"/>
    <jar href="libraries-live/commons-codec.jar" version="1.9"/>
    <jar href="libraries-live/pngdecoder.jar" version="1.0"/>
    <jar href="libraries-live/irclib.jar" version="1.10"/>
    <jar href="libraries-live/lwjgl.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-opengl.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-openal.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nanovg.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-glfw.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nuklear.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-opengl-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-openal-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nanovg-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-glfw-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nuklear-natives-windows.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-opengl-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-openal-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nanovg-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-glfw-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nuklear-natives-macos.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-opengl-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-openal-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nanovg-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-glfw-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/lwjgl-nuklear-natives-linux.jar" version="3.2.3"/>
    <jar href="libraries-live/jorbis.jar" version="0.0.17"/>
    <jar href="libraries-live/vecmath.jar" version="1.5.2"/>
    <jar href="libraries-live/lwjgl-ovr.jar" version="3.2.3"/>
    <jar href="libraries-live/jbullet.jar" version="1.0.0"/>
    <jar href="libraries-live/JZipUpdate.jar" version="0.9.1"/>
    <jar href="libraries-live/joxsi.jar" version="1.0.0"/>
    <jar href="libraries-live/jme-collada-binding.jar" version="1.0.0"/>
    <jar href="libraries-live/jsquish.jar" version="2.0.0"/>
    <jar href="libraries-live/slick-util.jar" version="b208"/>
    <jar href="libraries-live/jogg.jar" version="0.0.7"/>

    </resources>
    <application-desc main-class="com.wurmonline.client.launcherfx.WurmLaunchWrapper"  name="Wurm Online">
        <argument>hash=firsthash</argument>
    </application-desc>
</jnlp>

 

Exception

Spoiler

java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Program Files\Java\jre1.8.0_231\bin"\windows/x86/org/lwjgl/lwjgl.dll
    at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
    at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
    at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
    at sun.nio.fs.WindowsPath.parse(Unknown Source)
    at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
    at java.nio.file.Paths.get(Unknown Source)
    at org.lwjgl.system.Library.findFile(Library.java:473)
    at org.lwjgl.system.Library.findFile(Library.java:467)
    at org.lwjgl.system.Library.loadSystem(Library.java:171)
    at org.lwjgl.system.Library.loadSystem(Library.java:138)
    at org.lwjgl.system.Library.loadSystem(Library.java:62)
    at org.lwjgl.system.Library.<clinit>(Library.java:50)
    at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:674)
    at com.wurmonline.client.launcherfx.WurmMain.main(SourceFile:175)
    at com.wurmonline.client.launcherfx.WurmLaunchWrapper.main(SourceFile:1035)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

 

 

 

 

 

The exe launcher doesn't open up the launch window, gives no error, but it appears on the Task manager every time i try to open it and it stays stuck at 69mb +/- memmory

I don't know if there is any log for me to send you on this one..


What should i do? 😥🤨

Thanks!!

Edited by robotnick

Share this post


Link to post
Share on other sites

Is your system fully updated? The current launcher worked fine when tested on a fresh and updated 32-bit Windows 7 install.

Share this post


Link to post
Share on other sites

java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Program Files\Java\jre1.8.0_231\bin"\windows/x86/org/lwjgl/lwjgl.dll
 

Are you running the game with a desktop short cut and JNLP file?

Have you messed up the location in "Start in" path?

seems like it chokes with the path to find the lwjgl.dll

--edit

paths normally do not look like that.. with random ending " in them.. YOU have messed up something, just undo the done harm, game should be fine :)

Edited by Finnn

Share this post


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

java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Program Files\Java\jre1.8.0_231\bin"\windows/x86/org/lwjgl/lwjgl.dll

paths normally do not look like that.. with random ending " in them.. YOU have messed up something, just undo the done harm, game should be fine :)

 

 

Yes,  if you are running a BAT file check whether a typo in the path could be the issue, and if it IS a bat file maybe try without quotes in the path 

 

Or if you reset the JAVA HOME someplace, check there 

 

 

Edited by Brash_Endeavors

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