I try to start the client jar and the GUI loads, logs in, starts updating, goes black.
Terminal Reports this:
ashton@Aries:~/Downloads$ java -jar Minecraft.jar
Username is 'AshtonDurkhun'
28
Setting user: AshtonDurkhun, ------------------------
Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
at net.minecraft.client.Minecraft.a(SourceFile:153)
at net.minecraft.client.Minecraft.run(SourceFile:563)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.lwjgl.opengl.XRandR$Screen.
at org.lwjgl.opengl.XRandR$Screen.
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.
... 3 more
ashton@Aries:~/Downloads$
((I removed the numbers after my username, asuming it's my password))
Trying to load it in the browser results in a large grey box after the security warning... and "exception:java.lang.NullPointerException." in the status bar...
Any ideas?








