Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. [12:32:51] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  2. [12:32:53] [main/INFO]: Setting user: robot_gryphon
  3. [12:32:59] [main/INFO]: LWJGL Version: 2.9.4
  4. [12:32:59] [main/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:630]: ---- Minecraft Crash Report ----
  5. // Why is it breaking :(
  6.  
  7. Time: 10/19/17 12:32 PM
  8. Description: Initializing game
  9.  
  10. java.lang.ExceptionInInitializerError
  11. at net.minecraft.client.Minecraft.setWindowIcon(Minecraft.java:729)
  12. at net.minecraft.client.Minecraft.init(Minecraft.java:502)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:421)
  14. at net.minecraft.client.main.Main.main(Main.java:118)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:498)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  26. at GradleStart.main(GradleStart.java:26)
  27. Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
  28. at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:951)
  29. at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
  30. at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
  31. ... 16 more
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Client thread
  39. Stacktrace:
  40. at net.minecraft.client.Minecraft.setWindowIcon(Minecraft.java:729)
  41. at net.minecraft.client.Minecraft.init(Minecraft.java:502)
  42.  
  43. -- Initialization --
  44. Details:
  45. Stacktrace:
  46. at net.minecraft.client.Minecraft.run(Minecraft.java:421)
  47. at net.minecraft.client.main.Main.main(Main.java:118)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:498)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  59. at GradleStart.main(GradleStart.java:26)
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.12.2
  64. Operating System: Linux (amd64) version 4.13.7-1-ARCH
  65. Java Version: 1.8.0_144, Oracle Corporation
  66. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 445333864 bytes (424 MB) / 691011584 bytes (659 MB) up to 3726639104 bytes (3554 MB)
  68. JVM Flags: 0 total;
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML:
  71. Loaded coremods (and transformers):
  72. Launched Version: 1.12.2
  73. LWJGL: 2.9.4
  74. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  75. GL Caps:
  76. Using VBOs: Yes
  77. Is Modded: Definitely; Client brand changed to 'fml,forge'
  78. Type: Client (map_client.txt)
  79. Resource Packs:
  80. Current Language: ~~ERROR~~ NullPointerException: null
  81. Profiler Position: N/A (disabled)
  82. CPU: <unknown>
  83. [12:32:59] [main/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:630]: #@!@# Game crashed! Crash report saved to: #@!@# /run/media/nano/Development/minecraft/plasma/run/./crash-reports/crash-2017-10-19_12.32.59-client.txt
  84. Disconnected from the target VM, address: '127.0.0.1:35755', transport: 'socket'
  85.  
  86. Process finished with exit code 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement