Sign in to follow this  
Helmshroom

Unable to run Wurm

Recommended Posts

Was trying to see if I could get wurm to run on my linux box and I am getting this error:

Unexpected crash while launching login The error was: <null>

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 online forums, and someone else might be able to help you.

Contents of temporary launch log:
Time is Mon Feb 13 23:58:11 UTC 2017
Running client version 3.99zi

=== System information ===
Executing from /home/USERNAME/Downloads/
Operating system: Linux (arch: amd64, version: 4.4.0-62-generic)
Java version: 1.8.0_121 (Oracle Corporation) <http://java.oracle.com/>
Jvm version: 25.121-b13 (Oracle Corporation) [Java HotSpot(TM) 64-Bit Server VM]
Available CPUs: 1

>>> Main thread exiting.
Loading config default
====== CLIENT CRASH ======
Unexpected crash while launching login
java.lang.ExceptionInInitializerError
	at class.v2uiohMP8s.<init>(SourceFile:47)
	at class.v2uiohMP8s.FZOk5L6Gfy(SourceFile:30)
	at class.TNDbrnoys.FZOk5L6Gfy(SourceFile:1115)
	at class.TNDbrnoys.FZOk5L6Gfy(SourceFile:87)
	at class.TNDbrnoys.<init>(SourceFile:32)
	at class.y5HmBBknGR.<clinit>(SourceFile:82)
	at class.WzCYx9UQXz.iHOS3zg1KL(SourceFile:2376)
	at class.WzCYx9UQXz.FZOk5L6Gfy(SourceFile:1134)
	at class.rXqDtpHjW5.<init>(SourceFile:83)
	at class.rXqDtpHjW5.mMV5oPkCW(SourceFile:899)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: org.lwjgl.LWJGLException: No display mode extension is available
	at org.lwjgl.opengl.Display.<clinit>(Display.java:141)
	... 24 more
Caused by: org.lwjgl.LWJGLException: No display mode extension is available
	at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:724)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
	... 24 more

Any Ideas?

 

I currently am running Ubuntu 16.04

Java: 8

Plasma KDE enviroment.

Edited by Helmshroom

Share this post


Link to post
Share on other sites

Not that common of an error, which gpu/driver are you trying to run with? Might be worth testing with another desktop environment

Share this post


Link to post
Share on other sites

robert@localhost:~$ glxinfo | grep OpenGL
Error: couldn't find RGB GLX visual or fbconfig
robert@localhost:~$ lspci -nnk | grep -iA2 VGA
00:0f.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405]
    Subsystem: VMware SVGA II Adapter [15ad:0405]
    Kernel driver in use: vmwgfx
    Kernel modules: vmwgfx
 

not sure how to fix this, not related to wurm seems to be my ubuntu setup

Share this post


Link to post
Share on other sites

You won't have much luck using a virtual machine probably yeah..

  • Like 1

Share this post


Link to post
Share on other sites

I don't know if this is still relevant but this is probably your issue

 

/home/USERNAME/Downloads/ <--- 

 

Try moving all releated files into a custom made directory and try to run it.

 

Let's say you create dir /home/USERNAME/whatever

Try to run it from there and if it don't work out try to exclude any permission errors.

 

sudo chmod -R 777 /home/USERNAME/whatever

 

If it still don't work out for you , remove the folder , place it on your desktop and to an attempt to run it from there by 

 

 

java -jar wurm.jar

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