Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. [22:13:10] [Client thread/INFO]: Setting user: Kamillos
  2. [22:13:10] [Client thread/INFO]: (Session ID is token: :99a242bc4bd630d785243f47d3600424)
  3. [22:13:13] [Client thread/INFO]: LWJGL Version: 2.9.4
  4. [22:13:13] [Client thread/ERROR]: Couldn't set pixel format
  5. org.lwjgl.LWJGLException: Pixel format not accelerated
  6. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  7. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  8. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  9. at org.lwjgl.opengl.Display.createWindow(Display.java:306) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  10. at org.lwjgl.opengl.Display.create(Display.java:848) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  11. at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  12. at ave.ap(SourceFile:521) [1.8.8.jar:?]
  13. at ave.am(SourceFile:363) [1.8.8.jar:?]
  14. at ave.a(SourceFile:310) [1.8.8.jar:?]
  15. at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.8.jar:?]
  16. ---- Minecraft Crash Report ----
  17. // Oops.
  18.  
  19. Time: 18.11.17 22:13
  20. Description: Initializing game
  21.  
  22. org.lwjgl.LWJGLException: Pixel format not accelerated
  23. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  24. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  25. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  26. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  27. at org.lwjgl.opengl.Display.create(Display.java:848)
  28. at org.lwjgl.opengl.Display.create(Display.java:757)
  29. at org.lwjgl.opengl.Display.create(Display.java:739)
  30. at ave.ap(SourceFile:534)
  31. at ave.am(SourceFile:363)
  32. at ave.a(SourceFile:310)
  33. at net.minecraft.client.main.Main.main(SourceFile:124)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Stacktrace:
  41. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  42. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  43. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  44. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  45. at org.lwjgl.opengl.Display.create(Display.java:848)
  46. at org.lwjgl.opengl.Display.create(Display.java:757)
  47. at org.lwjgl.opengl.Display.create(Display.java:739)
  48. at ave.ap(SourceFile:534)
  49. at ave.am(SourceFile:363)
  50.  
  51. -- Initialization --
  52. Details:
  53. Stacktrace:
  54. at ave.a(SourceFile:310)
  55. at net.minecraft.client.main.Main.main(SourceFile:124)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.8.8
  60. Operating System: Windows 7 (x86) version 6.1
  61. Java Version: 1.8.0_151, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  63. Memory: 106717496 bytes (101 MB) / 160571392 bytes (153 MB) up to 523501568 bytes (499 MB)
  64. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. Launched Version: 1.8.8
  67. LWJGL: 2.9.4
  68. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  69. GL Caps:
  70. Using VBOs: No
  71. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  72. Type: Client (map_client.txt)
  73. Resource Packs:
  74. Current Language: ~~ERROR~~ NullPointerException: null
  75. Profiler Position: N/A (disabled)
  76. CPU: <unknown>
  77. #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\ja\AppData\Roaming\.minecraft\crash-reports\crash-2017-11-18_22.13.14-client.txt
  78. [22:13:14] [Client Shutdown Thread/INFO]: Stopping server
  79. Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement