Sign in to follow this  
Jimmyk

Java Crashing On Ubuntu 12.04

Recommended Posts

Unexpected crash while launching login The error was:

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 Thu Oct 17 00:09:56 UTC 2013
Running client version 3.29b

=== System information ===
Executing from //
Operating system: Linux (arch: amd64, version: 3.5.0-17-generic)
Java version: 1.7.0_45 (Oracle Corporation)
Jvm version: 24.45-b08 (Oracle Corporation) [Java HotSpot 64-Bit Server VM]
Available CPUs: 2

>>> Main thread exiting.
Loading config default
====== CLIENT CRASH ======
Unexpected crash while launching login
java.lang.ExceptionInInitializerError
at class.bc.(SourceFile:47)
at class.bc.a(SourceFile:30)
at class.aB.a(SourceFile:100)
at class.aB.a(SourceFile:87)
at class.aB.(SourceFile:32)
at class.aH.(SourceFile:73)
at class.kF.d(SourceFile:328)
at class.kF.a(SourceFile:103)
at class.lL.(SourceFile:108)
at class.lP.run(SourceFile:979)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.RuntimeException: org.lwjgl.LWJGLException: No display mode extension is available
at org.lwjgl.opengl.Display.(Display.java:141)
... 24 more
Caused by: org.lwjgl.LWJGLException: No display mode extension is available
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:711)
at org.lwjgl.opengl.Display.(Display.java:138)
... 24 more

 

 

Share this post


Link to post
Share on other sites

Are you using Xvfb and some kind of vnc client? Please post a full console.playername.log from your Wurm folder.


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