Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 7/21/18 7:03 PM
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: X Error - disp: 0x7f5494930ae0 serial: 82 error: BadPixmap (invalid Pixmap parameter) request_code: 54 minor_code: 0
  8. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
  9. at org.lwjgl.opengl.LinuxDisplay.nSetTitle(Native Method)
  10. at org.lwjgl.opengl.LinuxDisplay.setTitle(LinuxDisplay.java:786)
  11. at org.lwjgl.opengl.Display.setTitle(Display.java:541)
  12. at org.lwjgl.opengl.Display.createWindow(Display.java:312)
  13. at org.lwjgl.opengl.Display.create(Display.java:848)
  14. at org.lwjgl.opengl.Display.create(Display.java:757)
  15. at org.lwjgl.opengl.Display.create(Display.java:739)
  16. at bib.at(SourceFile:635)
  17. at bib.aq(SourceFile:458)
  18. at bib.a(SourceFile:404)
  19. at net.minecraft.client.main.Main.main(SourceFile:123)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Thread: Client thread
  27. Stacktrace:
  28. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
  29. at org.lwjgl.opengl.LinuxDisplay.nSetTitle(Native Method)
  30. at org.lwjgl.opengl.LinuxDisplay.setTitle(LinuxDisplay.java:786)
  31. at org.lwjgl.opengl.Display.setTitle(Display.java:541)
  32. at org.lwjgl.opengl.Display.createWindow(Display.java:312)
  33. at org.lwjgl.opengl.Display.create(Display.java:848)
  34. at org.lwjgl.opengl.Display.create(Display.java:757)
  35. at org.lwjgl.opengl.Display.create(Display.java:739)
  36. at bib.at(SourceFile:635)
  37. at bib.aq(SourceFile:458)
  38.  
  39. -- Initialization --
  40. Details:
  41. Stacktrace:
  42. at bib.a(SourceFile:404)
  43. at net.minecraft.client.main.Main.main(SourceFile:123)
  44.  
  45. -- System Details --
  46. Details:
  47. Minecraft Version: 1.12.2
  48. Operating System: Linux (amd64) version 4.9.0-4-amd64
  49. Java Version: 1.8.0_181, Oracle Corporation
  50. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  51. Memory: 70332712 bytes (67 MB) / 134217728 bytes (128 MB) up to 2147483648 bytes (2048 MB)
  52. JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  53. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  54. Launched Version: 1.12.2
  55. LWJGL: 2.9.4
  56. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  57. GL Caps:
  58. Using VBOs: Yes
  59. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  60. Type: Client (map_client.txt)
  61. Resource Packs:
  62. Current Language: ~~ERROR~~ NullPointerException: null
  63. Profiler Position: N/A (disabled)
  64. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement