Advertisement
Guest User

Untitled

a guest
Apr 5th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 4/5/23 8:21 PM
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: Failed to set display mode (-2).
  8. at org.lwjgl.opengl.WindowsDisplay.nSwitchDisplayMode(Native Method)
  9. at org.lwjgl.opengl.WindowsDisplay.switchDisplayMode(WindowsDisplay.java:358)
  10. at org.lwjgl.opengl.Display.switchDisplayMode(Display.java:359)
  11. at org.lwjgl.opengl.Display.create(Display.java:825)
  12. at org.lwjgl.opengl.Display.create(Display.java:757)
  13. at org.lwjgl.opengl.Display.create(Display.java:739)
  14. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:487)
  15. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:922)
  16. at net.minecraft.client.main.Main.main(SourceFile:148)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:498)
  21. at net.minecraft.launchwrapper.Launch.launch(Launch.java:143)
  22. at net.minecraft.launchwrapper.Launch.main(Launch.java:36)
  23. at launcher.keEpErjeRRYsAK.keepErJErRy6HE(SourceFile:362)
  24. at launcher.keEpErjeRRYsAK.main(SourceFile:218)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at org.lwjgl.opengl.WindowsDisplay.nSwitchDisplayMode(Native Method)
  33. at org.lwjgl.opengl.WindowsDisplay.switchDisplayMode(WindowsDisplay.java:358)
  34. at org.lwjgl.opengl.Display.switchDisplayMode(Display.java:359)
  35. at org.lwjgl.opengl.Display.create(Display.java:825)
  36. at org.lwjgl.opengl.Display.create(Display.java:757)
  37. at org.lwjgl.opengl.Display.create(Display.java:739)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:487)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:922)
  40.  
  41. -- Initialization --
  42. Details:
  43. Stacktrace:
  44. at net.minecraft.client.main.Main.main(SourceFile:148)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:498)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:143)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:36)
  51. at launcher.keEpErjeRRYsAK.keepErJErRy6HE(SourceFile:362)
  52. at launcher.keEpErjeRRYsAK.main(SourceFile:218)
  53.  
  54. -- System Details --
  55. Details:
  56. Minecraft Version: 1.7.10
  57. Operating System: Windows 10 (amd64) version 10.0
  58. Java Version: 1.8.0_282, BellSoft
  59. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), BellSoft
  60. Memory: 12896523296 bytes (12299 MB) / 13153337344 bytes (12544 MB) up to 13153337344 bytes (12544 MB)
  61. JVM Flags: 5 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms12544M -Xmx12544M -XX:+UseG1GC -XX:+DisableAttachMechanism
  62. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  63. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  64. FML:
  65. Launched Version: 1.7.10
  66. LWJGL: 2.9.4
  67. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  68. GL Caps:
  69. Is Modded: Definitely; Client brand changed to 'fml,forge'
  70. Type: Client (map_client.txt)
  71. Resource Packs: []
  72. Current Language: ~~ERROR~~ NullPointerException: null
  73. Profiler Position: N/A (disabled)
  74. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  75. Anisotropic Filtering: Off (1)
  76. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  77. Render Distance Chunks: 8
  78. Mipmaps: 4
  79. Anisotropic Filtering: 1
  80. Antialiasing: 0
  81. Multitexture: false
  82. Shaders: null
  83. OpenGlVersion: null
  84. OpenGlRenderer: null
  85. OpenGlVendor: null
  86. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement