Advertisement
Guest User

vglrun

a guest
Oct 10th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ante@hodnik:~$ vglrun java -jar .minecraft/minecraft.jar
  2. Hello!
  3. URL: file:/home/ante/.minecraft/bin/lwjgl.jar
  4. URL: file:/home/ante/.minecraft/bin/jinput.jar
  5. URL: file:/home/ante/.minecraft/bin/lwjgl_util.jar
  6. URL: file:/home/ante/.minecraft/bin/minecraft.jar
  7. URL: file:/home/ante/.minecraft/bin/linux_natives.jar
  8. 229 recipes
  9. 27 achievements
  10. 2013-10-10 14:05:22 [CLIENT] [INFO] Setting user: minegad
  11. (Session ID is 12345)
  12. Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError
  13. at net.minecraft.client.Minecraft.a(SourceFile:208)
  14. at avv.a(SourceFile:56)
  15. at net.minecraft.client.Minecraft.run(SourceFile:507)
  16. at java.lang.Thread.run(Thread.java:724)
  17. Caused by: java.lang.RuntimeException: org.lwjgl.LWJGLException: No display mode extension is available
  18. at org.lwjgl.opengl.Display.<clinit>(Display.java:141)
  19. ... 4 more
  20. Caused by: org.lwjgl.LWJGLException: No display mode extension is available
  21. at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:711)
  22. at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
  23. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement