Sign in to follow this  
Lockmess

jnlp client crashes at start

Recommended Posts

I'm getting this error before the "launcher" shows up: "Unable to launch the application"

In details it tells something about:
java.lang.UnsatisfiedLinkError: /tmp/lwjglusername/3.2.2-build-10/liblwjgl.so

 

Running on 64bit Java, and 64 bit Ubuntu 16.04

 

Wurm worked nicely few days or a week ago on this machine... Nothing gets written into console.log or any other files in launch or wurm folder...

Edited by Lockmess

Share this post


Link to post
Share on other sites

I also tried the WurmLauncher.tar.gz, but it gets stuck after "Create java VM!" line.
Same thing as I reported here previously:

 

Edited by Lockmess

Share this post


Link to post
Share on other sites

Here's the whole details -> exception message:

java.lang.UnsatisfiedLinkError: /tmp/lwjglUSERNAME/3.2.2-build-10/liblwjgl.so: /tmp/lwjglUSERNAME/3.2.2-build-10/liblwjgl.so: failed to map segment from shared object
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
    at java.lang.Runtime.load0(Runtime.java:809)
    at java.lang.System.load(System.java:1086)
    at org.lwjgl.system.Library.loadSystem(Library.java:162)
    at org.lwjgl.system.Library.loadSystemFromLibraryPath(Library.java:152)
    at org.lwjgl.system.Library.loadSystem(Library.java:116)
    at org.lwjgl.system.Library.loadSystem(Library.java:67)
    at org.lwjgl.system.Library.<clinit>(Library.java:50)
    at org.lwjgl.system.MemoryAccessJNI.<clinit>(MemoryAccessJNI.java:13)
    at org.lwjgl.system.Pointer.<clinit>(Pointer.java:28)
    at org.lwjgl.system.Platform.mapLibraryNameBundled(Platform.java:80)
    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(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    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(Thread.java:748)

Edited by Lockmess

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