Sign in to follow this  
Tiernanze

Unable to launch the application

Recommended Posts

Hi All,

 

Error: illegal char <"> at index 0: "C:program Files (x86)\Java\jre1.8.0_241\bin"\windows/x86/orf/lwjgl/lwjgl.dll

 

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.102" 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-stb.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-stb-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-stb-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/lwjgl-stb-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 (x86)\Java\jre1.8.0_241\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)

 

 

I know the file path is worng, but can't find the file its trying to call in order to alter it.  I've tried:

  • removing all related wurm files (including thous in hidden locations)
    • It still doesnt try to laod fresh so it must have saved some data somewhere?
  • changing the Java home through the console window
  • launching from the orginal .jnlp file
  • re installing java

 

 

Share this post


Link to post
Share on other sites

I am also unable to launch the application through steam. Here is the log:

 

Unexpected crash while setting up login The error was: <no lwjgl in java.library.path>

It's possible you might figure out what's wrong from the log file below, but if you can't, post the full log on the wurm unlimited forums, and someone else might be able to help you.

Contents of temporary launch log:
java.library.path: C:\Program Files (x86)\Java\jre1.8.0_241\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;;.
====== CLIENT CRASH ======
Unexpected crash while setting up login
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
	at java.lang.Runtime.loadLibrary0(Unknown Source)
	at java.lang.System.loadLibrary(Unknown Source)
	at org.lwjgl.Sys$1.run(Sys.java:73)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
	at org.lwjgl.Sys.loadLibrary(Sys.java:95)
	at org.lwjgl.Sys.<clinit>(Sys.java:112)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
	at com.wurmonline.client.options.screenres.DisplayDevice.<init>(DisplayDevice.java:47)
	at com.wurmonline.client.options.screenres.DisplayDevice.getInstance(DisplayDevice.java:30)
	at com.wurmonline.client.options.DisplayOption.validate(DisplayOption.java:121)
	at com.wurmonline.client.options.DisplayOption.set(DisplayOption.java:106)
	at com.wurmonline.client.options.DisplayOption.setString(DisplayOption.java:88)
	at com.wurmonline.client.options.DisplayOption.<init>(DisplayOption.java:33)
	at com.wurmonline.client.options.Options.<clinit>(Options.java:82)
	at com.wurmonline.client.launcherfx.WurmMain.start(WurmMain.java:153)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
	at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
	at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186)
	at java.lang.Thread.run(Unknown Source)

 

Share this post


Link to post
Share on other sites
On 4/5/2020 at 2:25 PM, Delphi said:

I am also unable to launch the application through steam. Here is the log:

 


Unexpected crash while setting up login The error was: <no lwjgl in java.library.path>

It's possible you might figure out what's wrong from the log file below, but if you can't, post the full log on the wurm unlimited forums, and someone else might be able to help you.

Contents of temporary launch log:
java.library.path: C:\Program Files (x86)\Java\jre1.8.0_241\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;;.
====== CLIENT CRASH ======
Unexpected crash while setting up login
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
	at java.lang.ClassLoader.loadLibrary(Unknown Source)
	at java.lang.Runtime.loadLibrary0(Unknown Source)
	at java.lang.System.loadLibrary(Unknown Source)
	at org.lwjgl.Sys$1.run(Sys.java:73)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
	at org.lwjgl.Sys.loadLibrary(Sys.java:95)
	at org.lwjgl.Sys.<clinit>(Sys.java:112)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
	at com.wurmonline.client.options.screenres.DisplayDevice.<init>(DisplayDevice.java:47)
	at com.wurmonline.client.options.screenres.DisplayDevice.getInstance(DisplayDevice.java:30)
	at com.wurmonline.client.options.DisplayOption.validate(DisplayOption.java:121)
	at com.wurmonline.client.options.DisplayOption.set(DisplayOption.java:106)
	at com.wurmonline.client.options.DisplayOption.setString(DisplayOption.java:88)
	at com.wurmonline.client.options.DisplayOption.<init>(DisplayOption.java:33)
	at com.wurmonline.client.options.Options.<clinit>(Options.java:82)
	at com.wurmonline.client.launcherfx.WurmMain.start(WurmMain.java:153)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
	at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
	at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186)
	at java.lang.Thread.run(Unknown Source)

 


I wonder if you're having the same problem I'm suffering from.
For "LOL's" try reinstalling your Graphics Driver just before launching your game.
I found my issue, (which won't launch even the launcher) has something to do with my driver. Which can randomly decide to work or not work. 😕

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