Put the summary of the bug you're having here
What I expected to happen was...:
Login was completed. Has worked before using single monitor but added second monitor and now will not run.
What actually happened was...:
Completed login. Minecraft window went black. Then error texts were popping up in the console window. After texts stopped, about four seconds later, the error report window popped up in the mincraft window. Attached crash logfile as requested.
Steps to Reproduce:
Here is the start script that is used:
#!/bin/bash
# switch directory
rm -f /home/n6nko/.minecraft
ln -s /home/n6nko/stable_minecraft_files /home/n6nko/.minecraft
# set java path
export LD_LIBRARY_PATH=/usr/java/jre1.7.0_15/lib/amd64/
cd /home/n6nko/minecraft
java -d64 -Xmx1024M -Xincgc -jar ./minecraft.jarHere is the output in the console window:
asdf
27 achievements
210 recipes
Setting user: itchytweed, <user id redacted>
LWJGL Version: 2.4.2
org.lwjgl.LWJGLException: X Error - disp: 0x7f02c4007900 serial: 24 error: BadRequest (invalid request code or no such operation) request_code: 136 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 net.minecraft.client.Minecraft.a(SourceFile:223)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
org.lwjgl.LWJGLException: X Error - disp: 0x7f02c4007900 serial: 31 error: BadRequest (invalid request code or no such operation) request_code: 136 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 asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
[n6nko@localhost minecraft]$Text version of client crash file
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2/23/13 7:23 AM
Description: Failed to start game
org.lwjgl.LWJGLException: X Error - disp: 0x7f356000b770 serial: 31 error: BadRequest (invalid request code or no such operation) request_code: 136 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 asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Linux (amd64) version 3.7.3-101.fc17.x86_64
Java Version: 1.7.0_15, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 66216048 bytes (63 MB) / 93585408 bytes (89 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xmx1024M -Xincgc
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: ~~ERROR~~ NullPointerException: null
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullLinked issues
Attachments
Comments 3
Note:
org.lwjgl.LWJGLException: X Error - disp: 0x7f356000b770 serial: 31 error: BadRequest (invalid request code or no such operation) request_code: 136 minor_code: 14Seems like the LWJGL you're using might be different from the default one provided with Minecraft, can you try a force update if the script above does not work?
After looking through your crash report again it seems this issue is a duplicate of MC-1384. Unfortunately it seems your graphics card does not support Minecraft, can you find better drivers for it?
Can you try modifying the start script to:
And see if it runs properly? Have you also tried running Minecraft without the script?