After hitting "login" only a black screen appears. I get the following error in the terminal:
Terminal
Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
at net.minecraft.client.Minecraft.a(SourceFile:208)
at avv.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:507)
at java.lang.Thread.run(Thread.java:679)
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)
... 4 more
Linked issues
duplicates 1
Comments 8
Well, something strange must have happened. Even after "force update" the game throws this error now. It seems like Ubuntu re-installed OpenJDK version 6 with the latest updates. I uninstalled the version and used OpenJDK 7 again. The error still occurs. That's annoying. Don't know what has changed.
I didn't change LWJGL. How can I check the installed version?
Update: I deleted the ".minecraft\bin" files and forced update again. No difference.
I found the reason for this behavior. My beamer was attached to my second graphics card output. After disconnecting it, the game started without problems.
Did you get this once or always ?