Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 18/02/20 21.05
  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 ave.ap(SourceFile:534)
  16. at ave.am(SourceFile:363)
  17. at ave.a(SourceFile:310)
  18. at net.minecraft.client.main.Main.main(SourceFile:124)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:497)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
  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.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  33. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  34. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  35. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  36. at org.lwjgl.opengl.Display.create(Display.java:848)
  37. at org.lwjgl.opengl.Display.create(Display.java:757)
  38. at org.lwjgl.opengl.Display.create(Display.java:739)
  39. at ave.ap(SourceFile:534)
  40. at ave.am(SourceFile:363)
  41.  
  42. -- Initialization --
  43. Details:
  44. Stacktrace:
  45. at ave.a(SourceFile:310)
  46. at net.minecraft.client.main.Main.main(SourceFile:124)
  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:497)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
  53.  
  54. -- System Details --
  55. Details:
  56. Minecraft Version: 1.8.9
  57. Operating System: Windows 10 (amd64) version 10.0
  58. Java Version: 1.8.0_51, Oracle Corporation
  59. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  60. Memory: 96511936 bytes (92 MB) / 167772160 bytes (160 MB) up to 536870912 bytes (512 MB)
  61. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. Launched Version: 1.8.9-OptiFine_HD_U_L5
  64. LWJGL: 2.9.4
  65. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  66. GL Caps:
  67. Using VBOs: No
  68. Is Modded: Very likely; Jar signature invalidated
  69. Type: Client (map_client.txt)
  70. Resource Packs:
  71. Current Language: ~~ERROR~~ NullPointerException: null
  72. Profiler Position: N/A (disabled)
  73. CPU: <unknown>
  74. OptiFine Version: OptiFine_1.8.9_HD_U_L5
  75. OptiFine Build: 20191204-143016
  76. Render Distance Chunks: 8
  77. Mipmaps: 4
  78. Anisotropic Filtering: 1
  79. Antialiasing: 0
  80. Multitexture: false
  81. Shaders: null
  82. OpenGlVersion: null
  83. OpenGlRenderer: null
  84. OpenGlVendor: null
  85. CpuCount: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement