Guest User

help

a guest
Jan 14th, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 1/14/24 6:45 PM
  5. Description: Initializing game
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at net.minecraft.client.Minecraft.func_175594_ao(Minecraft.java:680)
  9. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:456)
  10. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  17. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  18. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  19. at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:951)
  20. at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
  21. at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
  22. ... 10 more
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Thread: Client thread
  30. Stacktrace:
  31. at net.minecraft.client.Minecraft.func_175594_ao(Minecraft.java:680)
  32. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:456)
  33.  
  34. -- Initialization --
  35. Details:
  36. Stacktrace:
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  38. at net.minecraft.client.main.Main.main(SourceFile:123)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:498)
  43. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  44. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  45.  
  46. -- System Details --
  47. Details:
  48. Minecraft Version: 1.12.2
  49. Operating System: Linux (amd64) version 6.6.9-200.fc39.x86_64
  50. Java Version: 1.8.0_202, Oracle Corporation
  51. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  52. Memory: 628593440 bytes (599 MB) / 778043392 bytes (742 MB) up to 3817865216 bytes (3641 MB)
  53. JVM Flags: 2 total; -Xmx4096m -Xms256m
  54. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  55. FML:
  56. Loaded coremods (and transformers):
  57. Launched Version: forge-14.23.5.2859
  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: Definitely; Client brand changed to 'fml,forge'
  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