Hi! First post in two years, now, but here goes: I'm having some trouble starting up Minecraft on my Linux machine using OpenJDK Java 7 Runtime. I followed this tutorial and did some Googling, but to no avail. Here's the crash log:
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 4/29/14 9:56 PM
Description: Initializing game
org.lwjgl.LWJGLException: X Error - disp: 0x7fa4844e3750 serial: 152 error: GLXUnsupportedPrivateRequest request_code: 154 minor_code: 16
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:321)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:881)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:912)
at org.lwjgl.opengl.Display.processMessages(Display.java:600)
at org.lwjgl.opengl.Display.update(Display.java:666)
at org.lwjgl.opengl.Display.update(Display.java:628)
at org.lwjgl.opengl.Display.initContext(Display.java:1036)
at org.lwjgl.opengl.Display.create(Display.java:853)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at ban.ag(SourceFile:340)
at ban.f(SourceFile:713)
at net.minecraft.client.main.Main.main(SourceFile:148)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:this
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:321)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:881)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:912)
at org.lwjgl.opengl.Display.processMessages(Display.java:600)
at org.lwjgl.opengl.Display.update(Display.java:666)
at org.lwjgl.opengl.Display.update(Display.java:628)
at org.lwjgl.opengl.Display.initContext(Display.java:1036)
at org.lwjgl.opengl.Display.create(Display.java:853)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at ban.ag(SourceFile:340)
-- Initialization --
Details:
Stacktrace:
at ban.f(SourceFile:713)
at net.minecraft.client.main.Main.main(SourceFile:148)
-- System Details --
Details:
Minecraft Version: 1.7.9
Operating System: Linux (amd64) version 3.11.0-20-generic
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 93140488 bytes (88 MB) / 124780544 bytes (119 MB) up to 954728448 bytes (910 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.9
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Running the latest Ubuntu 14; a completely fresh install as of yesterday, a Nvidia GTX 760 GPU and an Intel i7 (unsure of the exact model, but I can find it).
i dont know much but seeing all of those opengl things it looks like a graphics problem do you have your graphics driver? you can get one through settings and additional drivers i think
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
And the pastebin.
Running the latest Ubuntu 14; a completely fresh install as of yesterday, a Nvidia GTX 760 GPU and an Intel i7 (unsure of the exact model, but I can find it).
I think that was all?
Thanks!