Advertisement
Hasahmon

Untitled

Jun 8th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 6/8/21 3:29 PM
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: Pixel format not accelerated
  8. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  9. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  10. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  11. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  12. at org.lwjgl.opengl.Display.create(Display.java:848)
  13. at org.lwjgl.opengl.Display.create(Display.java:757)
  14. at org.lwjgl.opengl.Display.create(Display.java:739)
  15. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:452)
  16. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  17. at net.minecraft.client.main.Main.main(SourceFile:148)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:498)
  22. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  24. at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  25. at pro.gravit.launcher.client.ClientLauncherEntryPoint.launch(Unknown Source)
  26. at pro.gravit.launcher.client.ClientLauncherEntryPoint.main(Unknown Source)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Stacktrace:
  34. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  35. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  36. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  37. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  38. at org.lwjgl.opengl.Display.create(Display.java:848)
  39. at org.lwjgl.opengl.Display.create(Display.java:757)
  40. at org.lwjgl.opengl.Display.create(Display.java:739)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:452)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  43.  
  44. -- Initialization --
  45. Details:
  46. Stacktrace:
  47. at net.minecraft.client.main.Main.main(SourceFile:148)
  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 java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
  55. at pro.gravit.launcher.client.ClientLauncherEntryPoint.launch(Unknown Source)
  56. at pro.gravit.launcher.client.ClientLauncherEntryPoint.main(Unknown Source)
  57.  
  58. -- System Details --
  59. Details:
  60. Minecraft Version: 1.7.10
  61. Operating System: Windows 10 (amd64) version 10.0
  62. Java Version: 1.8.0_231, Oracle Corporation
  63. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  64. Memory: 2649504264 bytes (2526 MB) / 3151495168 bytes (3005 MB) up to 3151495168 bytes (3005 MB)
  65. JVM Flags: 7 total; -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxMetaspaceSize=512M -XX:+DisableAttachMechanism -Xms3072M -Xmx3072M
  66. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  67. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  68. FML:
  69. Launched Version: 1.7.10
  70. LWJGL: 2.9.4
  71. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  72. GL Caps:
  73. Is Modded: Definitely; Client brand changed to 'fml,forge'
  74. Type: Client (map_client.txt)
  75. Resource Packs: []
  76. Current Language: ~~ERROR~~ NullPointerException: null
  77. Profiler Position: N/A (disabled)
  78. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  79. Anisotropic Filtering: Off (1)
  80. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  81. Render Distance Chunks: 5
  82. Mipmaps: 4
  83. Anisotropic Filtering: 1
  84. Antialiasing: 0
  85. Multitexture: false
  86. Shaders: null
  87. OpenGlVersion: null
  88. OpenGlRenderer: null
  89. OpenGlVendor: null
  90. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement