Advertisement
Guest User

Forge Crash... Again...

a guest
Aug 23rd, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 8/23/19 3:17 PM
  5. Description: Initializing game
  6.  
  7. java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.WindowsDisplay.setWindowProc(Ljava/lang/reflect/Method;)V
  8. at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
  9. at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
  10. at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
  11. at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
  12. at net.minecraft.client.Minecraft.setWindowIcon(Minecraft.java:729)
  13. at net.minecraft.client.Minecraft.init(Minecraft.java:502)
  14. at net.minecraft.client.Minecraft.run(Minecraft.java:421)
  15. at net.minecraft.client.main.Main.main(Main.java:118)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:498)
  20. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  21. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:498)
  26. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  27. at GradleStart.main(GradleStart.java:25)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Thread: Client thread
  35. Stacktrace:
  36. at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
  37. at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
  38. at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
  39. at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
  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:25)
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.12.2
  64. Operating System: Windows 10 (amd64) version 10.0
  65. Java Version: 1.8.0_212, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 919196360 bytes (876 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  68. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement