Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. 10:22:37.287
  2. Couldn't set pixel format
  3. org.lwjgl.LWJGLException: Pixel format not accelerated
  4. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  5. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  6. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  7. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  8. at org.lwjgl.opengl.Display.create(Display.java:848)
  9. at org.lwjgl.opengl.Display.create(Display.java:757)
  10. at ave.ap(SourceFile:521)
  11. at ave.am(SourceFile:363)
  12. at ave.a(SourceFile:310)
  13. at net.minecraft.client.main.Main.main(SourceFile:124)
  14. 10:22:38.517
  15. ---- Minecraft Crash Report ----
  16. // I let you down. Sorry :(
  17.  
  18. Time: 29/03/20 10:22 �
  19. Description: Initializing game
  20.  
  21. org.lwjgl.LWJGLException: Pixel format not accelerated
  22. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  23. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  24. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  25. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  26. at org.lwjgl.opengl.Display.create(Display.java:848)
  27. at org.lwjgl.opengl.Display.create(Display.java:757)
  28. at org.lwjgl.opengl.Display.create(Display.java:739)
  29. at ave.ap(SourceFile:534)
  30. at ave.am(SourceFile:363)
  31. at ave.a(SourceFile:310)
  32. at net.minecraft.client.main.Main.main(SourceFile:124)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Stacktrace:
  40. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  41. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  42. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  43. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  44. at org.lwjgl.opengl.Display.create(Display.java:848)
  45. at org.lwjgl.opengl.Display.create(Display.java:757)
  46. at org.lwjgl.opengl.Display.create(Display.java:739)
  47. at ave.ap(SourceFile:534)
  48. at ave.am(SourceFile:363)
  49.  
  50. -- Initialization --
  51. Details:
  52. Stacktrace:
  53. at ave.a(SourceFile:310)
  54. at net.minecraft.client.main.Main.main(SourceFile:124)
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.8.9
  59. Operating System: Windows 8.1 (amd64) version 6.3
  60. Java Version: 1.8.0_51, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 76936512 bytes (73 MB) / 167772160 bytes (160 MB) up to 2147483648 bytes (2048 MB)
  63. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  64. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  65. Launched Version: 1.8.9
  66. LWJGL: 2.9.4
  67. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  68. GL Caps:
  69. Using VBOs: No
  70. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  71. Type: Client (map_client.txt)
  72. Resource Packs:
  73. Current Language: ~~ERROR~~ NullPointerException: null
  74. Profiler Position: N/A (disabled)
  75. CPU: <unknown>
  76. #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Hony\AppData\Roaming\.minecraft\crash-reports\crash-2020-03-29_10.22.38-client.txt
  77. <log4j:Event logger="net.minecraft.server.MinecraftServer" timestamp="1585470158516" level="INFO" thread="Client Shutdown Thread">
  78. <log4j:Message><![CDATA[Stopping server]]></log4j:Message>
  79. </log4j:Event>
  80. 10:22:38.517
  81. XML_ERROR_PARSING
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement