Advertisement
Guest User

Untitled

a guest
Sep 13th, 2011
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
  2. 16 achievements
  3. 151 recipes
  4. failed to create drawable
  5. org.lwjgl.LWJGLException: X Error - disp: 0x95c9ca0 serial: 94 error: BadGC (invalid GC parameter) request_code: 60 minor_code: 0
  6. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:268)
  7. at org.lwjgl.opengl.LinuxKeyboard.nSetDetectableKeyRepeat(Native Method)
  8. at org.lwjgl.opengl.LinuxKeyboard.setDetectableKeyRepeat(LinuxKeyboard.java:152)
  9. at org.lwjgl.opengl.LinuxKeyboard.destroy(LinuxKeyboard.java:163)
  10. at org.lwjgl.opengl.LinuxDisplay.destroyKeyboard(LinuxDisplay.java:1015)
  11. at org.lwjgl.input.Keyboard.destroy(Keyboard.java:349)
  12. at org.lwjgl.opengl.Display.destroyWindow(Display.java:350)
  13. at org.lwjgl.opengl.Display.create(Display.java:867)
  14. at org.lwjgl.opengl.Display.create(Display.java:784)
  15. at org.lwjgl.opengl.Display.create(Display.java:765)
  16. at net.minecraft.client.Minecraft.a(SourceFile:262)
  17. at net.minecraft.client.Minecraft.run(SourceFile:716)
  18. at java.lang.Thread.run(Thread.java:679)
  19. java.lang.IllegalStateException: Only one LWJGL context may be instantiated at any one time.
  20. at org.lwjgl.opengl.Display.create(Display.java:846)
  21. at org.lwjgl.opengl.Display.create(Display.java:784)
  22. at org.lwjgl.opengl.Display.create(Display.java:765)
  23. at net.minecraft.client.Minecraft.a(SourceFile:294)
  24. at net.minecraft.client.Minecraft.run(SourceFile:716)
  25. at java.lang.Thread.run(Thread.java:679)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement