Advertisement
Guest User

Still the same crash

a guest
Aug 24th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. // There are four lights!
  2.  
  3. Time: 8/24/19 12:37 PM
  4. Description: Initializing game
  5.  
  6. java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.WindowsDisplay.setWindowProc(Ljava/lang/reflect/Method;)V
  7. at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
  8. at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
  9. at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
  10. at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
  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:25)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Thread: Client thread
  34. Stacktrace:
  35. at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
  36. at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
  37. at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
  38. at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
  39. at net.minecraft.client.Minecraft.setWindowIcon(Minecraft.java:729)
  40. at net.minecraft.client.Minecraft.init(Minecraft.java:502)
  41.  
  42. -- Initialization --
  43. Details:
  44. Stacktrace:
  45. at net.minecraft.client.Minecraft.run(Minecraft.java:421)
  46. at net.minecraft.client.main.Main.main(Main.java:118)
  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:135)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:498)
  57. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  58. at GradleStart.main(GradleStart.java:25)
  59.  
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.12.2
  63. Operating System: Windows 10 (amd64) version 10.0
  64. Java Version: 1.8.0_212, Oracle Corporation
  65. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 207339624 bytes (197 MB) / 641204224 bytes (611 MB) up to 7626293248 bytes (7273 MB)
  67. JVM Flags: 0 total;
  68. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  69. FML:
  70. Loaded coremods (and transformers):
  71. Launched Version: 1.12.2
  72. LWJGL: 2.9.4
  73. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  74. GL Caps:
  75. Using VBOs: Yes
  76. Is Modded: Definitely; Client brand changed to 'fml,forge'
  77. Type: Client (map_client.txt)
  78. Resource Packs:
  79. Current Language: ~~ERROR~~ NullPointerException: null
  80. Profiler Position: N/A (disabled)
  81. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement