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?
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ā¦
:sarcastic: Well then lol, I am well aware this isnt the Wurm online forums I posted here assuming that It was a Java problem and not the game hints why I posted here. But thanks lol!
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.
On 03/28/2011 02:36 PM, Jerry421 wrote:
>
> :sarcastic: Well then lol, I am well aware this isnt the Wurm online
> forums 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, 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 . . . "