Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 20/10/18 5:43 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: GLFW error 65543: GLX: Failed to create context: BadValue (integer parameter out of range for operation)
  8. at cgc.b(SourceFile:218)
  9. at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36)
  10. at org.lwjgl.system.JNI.invokePPPP(Native Method)
  11. at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1649)
  12. at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1827)
  13. at cgc.<init>(SourceFile:99)
  14. at cgb.a(SourceFile:79)
  15. at cfs.am(SourceFile:439)
  16. at cfs.a(SourceFile:380)
  17. at net.minecraft.client.main.Main.main(SourceFile:144)
  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 cgc.b(SourceFile:218)
  27. at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36)
  28. at org.lwjgl.system.JNI.invokePPPP(Native Method)
  29. at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1649)
  30. at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1827)
  31. at cgc.<init>(SourceFile:99)
  32. at cgb.a(SourceFile:79)
  33. at cfs.am(SourceFile:439)
  34.  
  35. -- Initialization --
  36. Details:
  37. Stacktrace:
  38. at cfs.a(SourceFile:380)
  39. at net.minecraft.client.main.Main.main(SourceFile:144)
  40.  
  41. -- System Details --
  42. Details:
  43. Minecraft Version: 1.13.1
  44. Operating System: Linux (amd64) version 4.15.0-36-generic
  45. Java Version: 1.8.0_181, Oracle Corporation
  46. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  47. Memory: 294307912 bytes (280 MB) / 402653184 bytes (384 MB) up to 2147483648 bytes (2048 MB)
  48. JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  49. Launched Version: 1.13.1
  50. LWJGL: 3.1.6 build 14
  51. OpenGL: NO CONTEXT
  52. GL Caps:
  53. Using VBOs: No
  54. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  55. Type: Client (map_client.txt)
  56. Resource Packs:
  57. Current Language: ~~ERROR~~ NullPointerException: null
  58. Profiler Position: N/A (disabled)
  59. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement