Advertisement
skaviouz

...

Jan 15th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. java.lang.RuntimeException: org.lwjgl.LWJGLException: X Error - disp: 0x7fbef90817a0 serial: 84 error: GLXUnsupportedPrivateRequest request_code: 156 minor_code: 16
  2. at org.lwjgl.opengl.Display.update(Display.java:648)
  3. at org.lwjgl.opengl.Display.update(Display.java:628)
  4. at org.lwjgl.opengl.Display.initContext(Display.java:1036)
  5. at org.lwjgl.opengl.Display.create(Display.java:853)
  6. at org.lwjgl.opengl.Display.create(Display.java:757)
  7. at net.minecraftforge.client.ForgeHooksClient.createDisplay(ForgeHooksClient.java:327)
  8. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:432)
  9. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  10. at net.minecraft.client.main.Main.main(SourceFile:148)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:606)
  15. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  16. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  17. Caused by: org.lwjgl.LWJGLException: X Error - disp: 0x7fbef90817a0 serial: 84 error: GLXUnsupportedPrivateRequest request_code: 156 minor_code: 16
  18. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:321)
  19. at org.lwjgl.opengl.LinuxContextImplementation.nSwapBuffers(Native Method)
  20. at org.lwjgl.opengl.LinuxContextImplementation.swapBuffers(LinuxContextImplementation.java:79)
  21. at org.lwjgl.opengl.ContextGL.swapBuffers(ContextGL.java:175)
  22. at org.lwjgl.opengl.DrawableGL.swapBuffers(DrawableGL.java:90)
  23. at org.lwjgl.opengl.Display.swapBuffers(Display.java:618)
  24. at org.lwjgl.opengl.Display.update(Display.java:646)
  25. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement