To start off, I am running xubuntu Linux. I use the correct minecraft launcher (the .jar) and load up the launcher and sign in. But before it says Mojang, it crashes with this text:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 11/13/12 4:52 PM
Description: Failed to start game
org.lwjgl.LWJGLException: X Error - disp: 0xffffffffb69a65f8 serial: 31 error: BadRequest (invalid request code or no such operation) request_code: 153 minor_code: 14
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:268)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684)
at org.lwjgl.opengl.Display.create(Display.java:854)
at org.lwjgl.opengl.Display.create(Display.java:784)
at org.lwjgl.opengl.Display.create(Display.java:765)
at net.minecraft.client.Minecraft.a(SourceFile:232)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Thread.java:722)
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Linux (i386) version 3.5.0-18-generic
- Java Version: 1.7.0_09, Oracle Corporation
- Java VM Version: OpenJDK Client VM (mixed mode, sharing), Oracle Corporation
- Memory: 7900664 bytes (7 MB) / 37347328 bytes (35 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 1 total; -Xmx1024m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- LWJGL: 2.4.2
- OpenGL: ~ERROR~ NullPointerException: null
- Is Modded: Probably not
- Type: Client
- Texture Pack: ~ERROR~ NullPointerException: null
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: ~ERROR~ NullPointerException: null
I want to know if it is a Driver related issue and solutions or something else (and solutions). I had it working before, but I uninstalled the driver because MC was getting 5 FPS and I saw that some other people installed a different driver package, and it worked better. I tried installing all these AMD drivers (I have a Radeon X800 XL PCI-E) but to no avail. It was working in Ubuntu not Xubuntu. When I try to use 'aticonfig --initial' in Terminal it says no supported adapters detected.
Open a terminal and navigate to the folder where the archive was extracted (i.e., by using the cd command). Then issue the following command (all in one line):
java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/jinput.jar: -Djava.library.path=native/linux org.lwjgl.test.WindowCreationTest
The following keys are available:
ESCAPE: Exit test
ARROW Keys: Move window when in non-fullscreen mode
L: List selectable display modes
0-8: Selection of display modes
F: Toggle fullscreen
SHIFT-F: Toggle fullscreen with Display.destroy()/create() cycle
Found 3 display modes
Problem retrieving mode with [email protected]
Problem retrieving mode with [email protected]
Problem retrieving mode with [email protected]
Problem retrieving mode with [email protected]
Problem retrieving mode with [email protected]
Problem retrieving mode with [email protected]
org.lwjgl.LWJGLException: X Error - disp: 0xffffffffb2956230 serial: 24 error: BadRequest (invalid request code or no such operation) request_code: 153 minor_code: 14
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:318)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:843)
at org.lwjgl.opengl.Display.create(Display.java:754)
at org.lwjgl.opengl.Display.create(Display.java:736)
at org.lwjgl.test.WindowCreationTest.initialize(WindowCreationTest.java:94)
at org.lwjgl.test.WindowCreationTest.main(WindowCreationTest.java:286)
This was using the files that the download came with.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I want to know if it is a Driver related issue and solutions or something else (and solutions). I had it working before, but I uninstalled the driver because MC was getting 5 FPS and I saw that some other people installed a different driver package, and it worked better. I tried installing all these AMD drivers (I have a Radeon X800 XL PCI-E) but to no avail. It was working in Ubuntu not Xubuntu. When I try to use 'aticonfig --initial' in Terminal it says no supported adapters detected.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffNeed your server status on your website? Check out mcapi.us!
@Syfaro
Then it returned this:
This was using the files that the download came with.