Hi all! I have a PowerPC PowerMac G5 Macintosh which I am trying to run Minecraft on. I have OpenJDK 7 installed, but I am getting some wierd errors while trying to launch the launcher from the JDK. Here is the error:
xception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:63)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:72)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81)
at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:127)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at java.awt.Toolkit$2.run(Toolkit.java:863)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:855)
at javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:621)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:159)
So yeah, if a Java guy could help me out, it would be great. I have helped other people in the 10.4 thread and this is a totally new error. It would really help everyone! Thanks!
You won't be able to play 1.6+, but update LWJGLmanually.
I just tried that, I get:
com.Mojang Specifications.Minecraft.Minecraft[271]: Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError: /Users/keaton/Library/Application Support/minecraft/bin/natives/liblwjgl.jnilib: no suitable image found. Did find: /Users/keaton/Library/Application Support/minecraft/bin/natives/liblwjgl.jnilib: no matching architecture in universal wrapper
So that means 2.9.0 is not compatible with PPC. I might try using LWJGL that is with minecraft and taking the one file which is incompatible. Also, when I run Minecraft with openJDK PPC 7, I get:
net.Minecraft.LauncherFrame
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:63)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:72)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81)
at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:127)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at java.awt.Toolkit$2.run(Toolkit.java:863)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:855)
at javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:621)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:148)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
Just a little different from above.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The command I am running is as follows:
So yeah, if a Java guy could help me out, it would be great. I have helped other people in the 10.4 thread and this is a totally new error. It would really help everyone! Thanks!
I just tried that, I get: So that means 2.9.0 is not compatible with PPC. I might try using LWJGL that is with minecraft and taking the one file which is incompatible. Also, when I run Minecraft with openJDK PPC 7, I get: Just a little different from above.