Advertisement
Guest User

minecraft_crash_report

a guest
Dec 6th, 2019
4,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 12/6/19 9:06 AM
  5. Description: Initializing game
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at Config.getDisplayModes(Config.java:1859)
  9. at bid$a.<clinit>(GameSettings.java:3596)
  10. at bid.<init>(GameSettings.java:332)
  11. at bib.aq(SourceFile:443)
  12. at bib.a(SourceFile:404)
  13. at net.minecraft.client.main.Main.main(SourceFile:123)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
  20. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  21. at org.lwjgl.opengl.XRandR.findPrimary(XRandR.java:326)
  22. at org.lwjgl.opengl.XRandR.ScreentoDisplayMode(XRandR.java:315)
  23. at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:746)
  24. at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:743)
  25. at java.security.AccessController.doPrivileged(Native Method)
  26. at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:743)
  27. at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
  28. ... 12 more
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Client thread
  36. Stacktrace:
  37. at Config.getDisplayModes(Config.java:1859)
  38. at bid$a.<clinit>(GameSettings.java:3596)
  39. at bid.<init>(GameSettings.java:332)
  40. at bib.aq(SourceFile:443)
  41.  
  42. -- Initialization --
  43. Details:
  44. Stacktrace:
  45. at bib.a(SourceFile:404)
  46. at net.minecraft.client.main.Main.main(SourceFile:123)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:498)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
  53.  
  54. -- System Details --
  55. Details:
  56. Minecraft Version: 1.12.2
  57. Operating System: Linux (arm) version 4.19.75-v7+
  58. Java Version: 1.8.0_211, Oracle Corporation
  59. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  60. Memory: 82662952 bytes (78 MB) / 256901120 bytes (245 MB) up to 1047003136 bytes (998 MB)
  61. JVM Flags: 5 total; -Xmn256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. Launched Version: 1.12
  64. LWJGL: 2.9.4
  65. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  66. GL Caps:
  67. Using VBOs: ~~ERROR~~ NullPointerException: null
  68. Is Modded: Very likely; Jar signature invalidated
  69. Type: Client (map_client.txt)
  70. Resource Packs: ~~ERROR~~ NullPointerException: null
  71. Current Language: ~~ERROR~~ NullPointerException: null
  72. Profiler Position: N/A (disabled)
  73. CPU: <unknown>
  74. OptiFine Version: OptiFine_1.12.2_HD_U_F4
  75. OptiFine Build: 20191023-234904
  76. Shaders: null
  77. OpenGlVersion: null
  78. OpenGlRenderer: null
  79. OpenGlVendor: null
  80. CpuCount: 0
  81. #@!@# Game crashed! Crash report saved to: #@!@# /home/pi/.minecraft/crash-reports/crash-2019-12-06_09.06.30-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement