Advertisement
Guest User

minecraft quit button/close window bug

a guest
Nov 24th, 2011
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Stopping!
  2.  
  3. SoundSystem shutting down...
  4. Author: Paul Lamb, www.paulscode.com
  5.  
  6. Exception in thread "Minecraft main thread" org.lwjgl.LWJGLException: X Error - disp: 0x11aa7f0 serial: 377 error: GLXBadWindow request_code: 154 minor_code: 32
  7. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:313)
  8. at org.lwjgl.opengl.LinuxDisplay.nDestroyWindow(Native Method)
  9. at org.lwjgl.opengl.LinuxDisplay.destroyWindow(LinuxDisplay.java:560)
  10. at org.lwjgl.opengl.Display.destroyWindow(Display.java:351)
  11. at org.lwjgl.opengl.Display.access$400(Display.java:62)
  12. at org.lwjgl.opengl.Display$5.destroy(Display.java:860)
  13. at org.lwjgl.opengl.Display.destroy(Display.java:1110)
  14. at net.minecraft.client.Minecraft.d(SourceFile:514)
  15. at net.minecraft.client.Minecraft.run(SourceFile:675)
  16. at java.lang.Thread.run(Thread.java:679)
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement