Advertisement
Guest User

Untitled

a guest
Oct 6th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 10/6/21 4:57 PM
  5. Description: Initializing game
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at bib.av(SourceFile:661)
  9. at bib.aq(SourceFile:456)
  10. at bib.a(SourceFile:404)
  11. at net.minecraft.client.main.Main.main(SourceFile:123)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at crystallauncher.MinecraftConstructor.run(MinecraftConstructor.java:29)
  17. at crystallauncher.MineClient.start(MineClient.java:188)
  18. at crystallauncher.MineClient.main(MineClient.java:33)
  19. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  20. at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:951)
  21. at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
  22. at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
  23. ... 11 more
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Thread: Client thread
  31. Stacktrace:
  32. at bib.av(SourceFile:661)
  33. at bib.aq(SourceFile:456)
  34.  
  35. -- Initialization --
  36. Details:
  37. Stacktrace:
  38. at bib.a(SourceFile:404)
  39. at net.minecraft.client.main.Main.main(SourceFile:123)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:498)
  44. at crystallauncher.MinecraftConstructor.run(MinecraftConstructor.java:29)
  45. at crystallauncher.MineClient.start(MineClient.java:188)
  46. at crystallauncher.MineClient.main(MineClient.java:33)
  47.  
  48. -- System Details --
  49. Details:
  50. Minecraft Version: 1.12.2
  51. Operating System: Linux (amd64) version 5.14.8-arch1-1
  52. Java Version: 1.8.0_291, Oracle Corporation
  53. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  54. Memory: 2959775816 bytes (2822 MB) / 3221225472 bytes (3072 MB) up to 4328521728 bytes (4128 MB)
  55. JVM Flags: 9 total; -Xmx4100M -Xms3072M -Xss1M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  56. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  57. Launched Version: 1.12.2
  58. LWJGL: 2.9.4
  59. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  60. GL Caps:
  61. Using VBOs: Yes
  62. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  63. Type: Client (map_client.txt)
  64. Resource Packs:
  65. Current Language: ~~ERROR~~ NullPointerException: null
  66. Profiler Position: N/A (disabled)
  67. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement