[MC-10189] Crash after entering login Created: 23/Feb/13 Updated: 03/May/15 Resolved: 23/Feb/13 |
|
| Status: | Resolved |
| Project: | Minecraft: Java Edition |
| Component/s: | None |
| Affects Version/s: | Minecraft 1.4.7 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Richard Polivka | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Fedora 17 x86_64 / Java JRE 7u15 / 64-bit LWJGL from their website / dual monitor system / |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Confirmation Status: | Unconfirmed | ||||||||
| Description |
|
Put the summary of the bug you're having here What I expected to happen was...: What actually happened was...: Steps to Reproduce:
#!/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.jar
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]$
---- 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: null |
| Comments |
| Comment by GrygrFlzr [ 23/Feb/13 ] |
|
After looking through your crash report again it seems this issue is a duplicate of |
| Comment by GrygrFlzr [ 23/Feb/13 ] |
|
Note: org.lwjgl.LWJGLException: X Error - disp: 0x7f356000b770 serial: 31 error: BadRequest (invalid request code or no such operation) request_code: 136 minor_code: 14 Seems 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? |
| Comment by GrygrFlzr [ 23/Feb/13 ] |
|
Can you try modifying the start script to: #!/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 -Xms512m -Xmx1024M -Xincgc -jar ./minecraft.jar
And see if it runs properly? Have you also tried running Minecraft without the script? |