I'm not new to Fedora, and I have minecraft working on my desktop (Also fedora) but it does now work on my F17 laptop. I'm running openjdk-1.7.0.9-2.3.3 and my script just runs
$ java -Xmx1024M -Xms512M -cp /path/to/minecraft.jar net.minecraft.LauncherFrame
It brings p the window and I login but after the Mojang screen I just get a black screen. Here's the error outputted in the terminal:
27 achievements
208 recipes
Setting user: idiotninja, -2408150619406607703
Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
at net.minecraft.client.Minecraft.a(SourceFile:205)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Thread.java:722)
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)
... 3 more
All Help appreciated!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
$ java -Xmx1024M -Xms512M -cp /path/to/minecraft.jar net.minecraft.LauncherFrame
It brings p the window and I login but after the Mojang screen I just get a black screen. Here's the error outputted in the terminal:
All Help appreciated!