Suse 11.4 Install app Crash error

Hello I am trying to install a Java based game to try it out and i keep getting a crash report can anyone assist me with getting this to work? :expressionless:

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 Mar 28 06:40:58 EDT 2011
Running client version 2.7.5g

=== System information ===
Executing from /home/jerry/Documents
Operating system: Linux (arch: amd64, version: 2.6.37.1-1.2-desktop)
Java version: 1.6.0_20 (Sun Microsystems Inc.) <http://java.sun.com/>
Jvm version: 19.0-b09 (Sun Microsystems Inc.) [OpenJDK 64-Bit Server VM]
Available CPUs: 2

>>> Main thread exiting.
No game settings found, assuming new install: /home/jerry/wurm/gamesettings.txt
Loading config default
Could not find config 'default', creating it.
Loading props file /home/jerry/wurm/configs/default/gamesettings.txt
Failed to load properties file: /home/jerry/wurm/configs/default/gamesettings.txt
java.io.FileNotFoundException: /home/jerry/wurm/configs/default/gamesettings.txt (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:137)
	at class.aU.a(SourceFile:209)
	at class.fM.d(SourceFile:306)
	at class.fM.a(SourceFile:95)
	at class.fN.<init>(SourceFile:91)
	at class.hT.run(SourceFile:646)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
	at java.awt.EventQueue.access$000(EventQueue.java:96)
	at java.awt.EventQueue$1.run(EventQueue.java:608)
	at java.awt.EventQueue$1.run(EventQueue.java:606)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
====== CLIENT CRASH ======
Unexpected crash while launching login
java.lang.ExceptionInInitializerError
	at class.hz.<init>(SourceFile:52)
	at class.aw.<init>(SourceFile:60)
	at class.aw.<clinit>(SourceFile:17)
	at class.dv.<init>(SourceFile:39)
	at class.k.<clinit>(SourceFile:70)
	at class.fM.d(SourceFile:306)
	at class.fM.a(SourceFile:95)
	at class.fN.<init>(SourceFile:91)
	at class.hT.run(SourceFile:646)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
	at java.awt.EventQueue.access$000(EventQueue.java:96)
	at java.awt.EventQueue$1.run(EventQueue.java:608)
	at java.awt.EventQueue$1.run(EventQueue.java:606)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
	at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:234)
	at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:196)
	at org.lwjgl.opengl.XRandR.populate(XRandR.java:87)
	at org.lwjgl.opengl.XRandR.access$100(XRandR.java:52)
	at org.lwjgl.opengl.XRandR$1.run(XRandR.java:110)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.opengl.XRandR.getConfiguration(XRandR.java:108)
	at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:618)
	at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
	... 23 more

On 03/28/2011 01:06 PM, Jerry421 wrote:
>
> 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.

this is the openSUSE forum and not the ā€œwurm online forumsā€ i join
the author of the error message and suggest you try there…

–
CAVEAT: http://is.gd/bpoMD
Tried LibreOffice? Do that and help at http://is.gd/dZ9j2W
[NNTP via openSUSE 11.3 + KDE4.5.5 + Thunderbird3.1.8]

:sarcastic: Well then lol, I am well aware this isnt the Wurm online forums :stuck_out_tongue: I posted here assuming that It was a Java problem and not the game hints why I posted here. But thanks lol!

Hello now I see your thread. Because I do not play games in my openSUSE only programming. Could you give me extra information about this game?

No game settings found, assuming new install: /home/jerry/wurm/gamesettings.txt
Loading config default
Could not find config ā€˜default’, creating it.
Loading props file /home/jerry/wurm/configs/default/gamesettings.txt
Failed to load properties file: /home/jerry/wurm/configs/default/gamesettings.txt
java.io.FileNotFoundException: /home/jerry/wurm/configs/default/gamesettings.txt (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at class.aU.a(SourceFile:209)
at class.fM.d(SourceFile:306)
at class.fM.a(SourceFile:95)
at class.fN.<init>(SourceFile:91)
at class.hT.run(SourceFile:646)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
====== CLIENT CRASH ======
Unexpected crash while launching login
java.lang.ExceptionInInitializerError
at class.hz.<init>(SourceFile:52)
at class.aw.<init>(SourceFile:60)
at class.aw.<clinit>(SourceFile:17)
at class.dv.<init>(SourceFile:39)
at class.k.<clinit>(SourceFile:70)
at class.fM.d(SourceFile:306)
at class.fM.a(SourceFile:95)
at class.fN.<init>(SourceFile:91)
at class.hT.run(SourceFile:646)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:234)
at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:196)
at org.lwjgl.opengl.XRandR.populate(XRandR.java:87)
at org.lwjgl.opengl.XRandR.access$100(XRandR.java:52)
at org.lwjgl.opengl.XRandR$1.run(XRandR.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.opengl.XRandR.getConfiguration(XRandR.java:108)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:618)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
… 23 more

As i can see you have not this file ā€œgamesettings.txtā€. You must install it. Give me the games features.

This is a known bug in an old version of LWJGL, update to latest version of LWJGL to fix it.

On 03/28/2011 02:36 PM, Jerry421 wrote:
>
> :sarcastic: Well then lol, I am well aware this isnt the Wurm online
> forums :stuck_out_tongue: I posted here assuming that It was a Java problem and not the
> game hints why I posted here. But thanks lol!

lol! maybe i misunderstood, i read ā€œ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.ā€

and noted that you didn’t figure out what was wrong…
and i didn’t figure out what was wrong…

and, the error didn’t say: "you might figure out what’s wrong from the
log file below, but if you can’t, post the full log on the openSUSE
forums, :stuck_out_tongue: or on the openJDK/SUN/Java online forums, or if running
Ubuntu, post to the Conical forums, or if running Win7/Vista/XP
contact Microsoft Tech Support, or . . . "

i can do these also > :sarcastic:

–
CAVEAT: http://is.gd/bpoMD
Tried LibreOffice? Do that and help at http://is.gd/dZ9j2W
[NNTP via openSUSE 11.3 + KDE4.5.5 + Thunderbird3.1.8]

And of course the webpage who you have downloaded and have installed.