Lockmess

Members
  • Content Count

    11
  • Joined

Community Reputation

6 Neutral

About Lockmess

  • Rank
    Villager

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I've already tried setting the TMPDIR env variable with launcher java and the jnlp. No luck. The error is the same, just like the TMPDIR is not setting anything. I got one java program to load its sqlite lib from tmp dir with -Djava.io.tmpdir=/path/to/new/tmp -option. I tried running launcher java with it and got this: System tmp dir should be kept as noexec for security reasons. Would it be possible for you to configure launcher to create new tmp where shared objects are able to load. I might have time to install 18.04 to one machine on weekend. I can't dist upgrade my main computer until I've solved some legacy dependency problems :/
  2. That''s really weird. Fresh 16.04 Ubuntu doesn't come with libpng16-16 package, and if I try to run ./WurmLauncher without it, I get this message: ./WurmLauncher: error while loading shared libraries: libpng16.so.16: cannot open shared object file: No such file or directory After installing the missing package command starts but gets stuck. I tried running "linux64/runtime/bin/java -jar client_live.jar" inside the launcher bundle (+chmod before that of course) and I'm getting this kind of exception: Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/lwjglUSERNAME/3.2.2-1.2.0/liblwjgl.so: /tmp/lwjglUSERNAME/3.2.2-1.2.0/liblwjgl.so: failed to map segment from shared object I also noticed that the bundle has outdated java runtime I'll try to run the launcher with 18.04 some day. Until then I hope you could come up with a way to get more logs or something to get an idea whats happening under the hood... Thx
  3. Bump.. I'm still having the launcher problem. It gets stuck on the same line. Is there anything I could do to help you solve the thing? I guess you have tried running the launcher on a fresh Ubuntu 16.04 64bit install !? Thx in advance :)
  4. Running "javaws -clearcache" does not help this time
  5. 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)
  6. I also tried the WurmLauncher.tar.gz, but it gets stuck after "Create java VM!" line. Same thing as I reported here previously:
  7. 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...
  8. 64 bit, please note my first msg on this thread Everything has worked fine with 64bit java on this OS (64bit ubuntu 16.04) until this little issue. And after the cache reset it (JNLP) started to work as usual. Is there anything I could do to help you solve the WurmLauncher getting stuck? This is not critical for me since the JNLP launcher works now....
  9. Hey, I did a little googling and found this, which actually worked (with the JNLP launcher): https://community.oracle.com/thread/4038660 I cleared the cache from command line with this command: javaws -clearcache The other launcher is still stuck, but JNLP works now and I'm happy with it
  10. Hi everyone, I'm getting same kind of exception with the JNLP client ( https://pastebin.com/raw/ViN0xNaJ ). I also tried to use other launcher from download page as Jberg suggested, but after executing it ( ./WurmLauncher ) from command line, the process eventually gets stuck. Heres the output: Runtime path: /home/dude/Downloads/wurm-launcher/linux64/runtime/lib/amd64/server/libjvm.so Working Directory: /home/dude/Downloads/wurm-launcher Number of options: 7 Create java VM! Is there anything I could provide to help you solve this? I'm running ubuntu 16.04. (Edit: Found a fix, check below)