I have run into a problem recently where when I login to minecraftin Fedora 17 I get a blank screen. Basically, I can run the client and login but all I get after login is a blank screen.
And to run it I have run "java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame" as copied and pasted from minecraft.net. I have tried to change 1024 and 512 in this command to be the same (ie 512 chagned to 1024 and vice versa) I have also tried redownloading the .jar as well as getting rid of ~/.mincraft and letting the game rebuild it. I have also tried running this as different users and everytime I get the same error:
[[email protected] jesse]# java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
asdf
27 achievements
208 recipes
Setting user: idiotninja, 2800784032769153380
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
I know Linux Very well but I do not know what could be causing this. Any ideas? [Note: I prefer to use openjdk as opposed to sun's crap. I /always/ have issues installing Sun's jdk. I've been able to run minecraft with open jdk for years so I don't think that is it...]
I can't think of any other logs, errors or data to pass along but if there is something I can pass along that would be helpful let me know.
I have run into a problem recently where when I login to minecraftin Fedora 17 I get a blank screen. Basically, I can run the client and login but all I get after login is a blank screen.
My java version is:
And to run it I have run "java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame" as copied and pasted from minecraft.net. I have tried to change 1024 and 512 in this command to be the same (ie 512 chagned to 1024 and vice versa) I have also tried redownloading the .jar as well as getting rid of ~/.mincraft and letting the game rebuild it. I have also tried running this as different users and everytime I get the same error:
I know Linux Very well but I do not know what could be causing this. Any ideas? [Note: I prefer to use openjdk as opposed to sun's crap. I /always/ have issues installing Sun's jdk. I've been able to run minecraft with open jdk for years so I don't think that is it...]
I can't think of any other logs, errors or data to pass along but if there is something I can pass along that would be helpful let me know.
Home
Application Support
Minecraft
options.txt
Change AdvancedOpenGl from true to false.
Also on Linux, I believe that you need to have different LWJGL files than Minecraft ships with.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffNeed your server status on your website? Check out mcapi.us!
@Syfaro
http://www.minecraftwiki.net/wiki/LWJGL
[edit: s/"look this up"/"try it and get back to you" ]