Yo, So i just got a new hard drive and installed Ubuntu, so whats the first thing im gonna do... Get Minecraft of course, simple right? NOPE!!
I have installed both java 6 and 7 jdk's from the Ubuntu software installer, and the 7 and 8 with the apt-get in terminal. I have ran the launcher on Runtime 6, 7, and 8 And they all get the following Crash Report:
---- Minecraft Crash Report ----
// My bad.
Time: 6/13/15 5:23 AM
Description: Initializing game
org.lwjgl.LWJGLException: X Error - disp: 0x7fe718711a10 serial: 159 error: GLXUnsupportedPrivateRequest request_code: 156 minor_code: 16
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:891)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:922)
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 ave.ap(SourceFile:534)
at ave.am(SourceFile:363)
at ave.a(SourceFile:310)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:891)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:922)
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 ave.ap(SourceFile:534)
at ave.am(SourceFile:363)
-- Initialization --
Details:
Stacktrace:
at ave.a(SourceFile:310)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.8.4
Operating System: Linux (amd64) version 3.16.0-40-generic
CPU: 4x AMD Phenom(tm) 9150e Quad-Core Processor
Java Version: 1.7.0_80, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 63182976 bytes (60 MB) / 175775744 bytes (167 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8.4
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
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)
Please help me get this working. Thanks.
-Super
Edit: Fixed what i did was change the graphics driver back from the proprietary recommended one back to the open source one.
Edit: Fixed what i did was change the graphics driver back from the proprietary recommended one back to the open source one.
I was going to suggest looking for any open source graphics drivers but it looks like you beat me to the punch. Linux operating systems are sort of notorious for having poor manufacturer graphics drivers. In fact, Linus Torvalds (the original creator of Linux) had a little rant about Nvidia being a troublesome manufacturer to work with. Thankfully manufacturer support has been getting better for Linux users but it's still not up to par with what it should be so people are turning to open source ones. I'm not surprised at all that doing so fixed your issue.
Rollback Post to RevisionRollBack
If I helped you out, please click the button under my post!
To post a comment, please login or register a new account.
Yo, So i just got a new hard drive and installed Ubuntu, so whats the first thing im gonna do... Get Minecraft of course, simple right? NOPE!!
I have installed both java 6 and 7 jdk's from the Ubuntu software installer, and the 7 and 8 with the apt-get in terminal. I have ran the launcher on Runtime 6, 7, and 8 And they all get the following Crash Report:
---- Minecraft Crash Report ----
// My bad.
Time: 6/13/15 5:23 AM
Description: Initializing game
org.lwjgl.LWJGLException: X Error - disp: 0x7fe718711a10 serial: 159 error: GLXUnsupportedPrivateRequest request_code: 156 minor_code: 16
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:891)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:922)
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 ave.ap(SourceFile:534)
at ave.am(SourceFile:363)
at ave.a(SourceFile:310)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxDisplay.nGetX(Native Method)
at org.lwjgl.opengl.LinuxDisplay.processEvents(LinuxDisplay.java:891)
at org.lwjgl.opengl.LinuxDisplay.update(LinuxDisplay.java:922)
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 ave.ap(SourceFile:534)
at ave.am(SourceFile:363)
-- Initialization --
Details:
Stacktrace:
at ave.a(SourceFile:310)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.8.4
Operating System: Linux (amd64) version 3.16.0-40-generic
CPU: 4x AMD Phenom(tm) 9150e Quad-Core Processor
Java Version: 1.7.0_80, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 63182976 bytes (60 MB) / 175775744 bytes (167 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8.4
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
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)
Please help me get this working. Thanks.
-Super
Edit: Fixed what i did was change the graphics driver back from the proprietary recommended one back to the open source one.
hey wassup make sure you go to my profile to add me as a freind and rate me as 5:D http://www.planetmin...dabiggestfan12/
also check me out on pmc
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIf I helped you out, please click the
button under my post!