Advertisement
Guest User

Nouveau Crash Log

a guest
Sep 1st, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. // Oops.
  2.  
  3. Time: 9/1/17 9:20 PM
  4. Description: Initializing game
  5.  
  6. org.lwjgl.LWJGLException: Could not choose GLX13 config
  7. at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
  8. at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
  9. at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:828)
  10. at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
  11. at org.lwjgl.opengl.Display.create(Display.java:846)
  12. at org.lwjgl.opengl.Display.create(Display.java:757)
  13. at org.lwjgl.opengl.Display.create(Display.java:739)
  14. at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:632)
  15. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  16. at net.minecraft.client.Minecraft.run(Minecraft.java:391)
  17. at net.minecraft.client.main.Main.main(Main.java:115)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Thread: Client thread
  25. Stacktrace:
  26. at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
  27. at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
  28. at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:828)
  29. at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
  30. at org.lwjgl.opengl.Display.create(Display.java:846)
  31. at org.lwjgl.opengl.Display.create(Display.java:757)
  32. at org.lwjgl.opengl.Display.create(Display.java:739)
  33. at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:632)
  34. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  35.  
  36. -- Initialization --
  37. Details:
  38. Stacktrace:
  39. at net.minecraft.client.Minecraft.run(Minecraft.java:391)
  40. at net.minecraft.client.main.Main.main(Main.java:115)
  41.  
  42. -- System Details --
  43. Details:
  44. Minecraft Version: 1.11.2
  45. Wurst Client Version: 6.11.1
  46. Operating System: Linux (amd64) version 4.10.0-33-generic
  47. Java Version: 1.8.0_144, Oracle Corporation
  48. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  49. Memory: 60576808 bytes (57 MB) / 147599360 bytes (140 MB) up to 1060372480 bytes (1011 MB)
  50. JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  51. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  52. Launched Version: Wurst MC 1.11 OF
  53. LWJGL: 2.9.4
  54. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  55. GL Caps:
  56. Using VBOs: Yes
  57. Is Modded: Very likely; Jar signature invalidated
  58. Type: Client (map_client.txt)
  59. Resource Packs:
  60. Current Language: ~~ERROR~~ NullPointerException: null
  61. Profiler Position: N/A (disabled)
  62. CPU: <unknown>
  63. OptiFine Version: OptiFine_1.11.2_HD_U_B7
  64. Render Distance Chunks: 8
  65. Mipmaps: 4
  66. Anisotropic Filtering: 1
  67. Antialiasing: 0
  68. Multitexture: false
  69. Shaders: null
  70. OpenGlVersion: null
  71. OpenGlRenderer: null
  72. OpenGlVendor: null
  73. CpuCount: 4
  74. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement