Advertisement
Guest User

Untitled

a guest
Oct 30th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [17:15:16] [Client thread/INFO]: Setting user: bigyihsuan
  2. [17:15:18] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [17:15:18] [Client thread/ERROR]: Couldn't set pixel format
  4. org.lwjgl.LWJGLException: Pixel format not accelerated
  5. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  6. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  7. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  8. at org.lwjgl.opengl.Display.createWindow(Display.java:306) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  9. at org.lwjgl.opengl.Display.create(Display.java:848) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  10. at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
  11. at bcx.ap(SourceFile:585) [1.10.2.jar:?]
  12. at bcx.an(SourceFile:434) [1.10.2.jar:?]
  13. at bcx.a(SourceFile:381) [1.10.2.jar:?]
  14. at net.minecraft.client.main.Main.main(SourceFile:124) [1.10.2.jar:?]
  15. ---- Minecraft Crash Report ----
  16. // But it works on my machine.
  17.  
  18. Time: 10/30/16 5:15 PM
  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 bcx.ap(SourceFile:598)
  30. at bcx.an(SourceFile:434)
  31. at bcx.a(SourceFile:381)
  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. Thread: Client thread
  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 bcx.ap(SourceFile:598)
  49. at bcx.an(SourceFile:434)
  50.  
  51. -- Initialization --
  52. Details:
  53. Stacktrace:
  54. at bcx.a(SourceFile:381)
  55. at net.minecraft.client.main.Main.main(SourceFile:124)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.10.2
  60. Operating System: Windows 10 (amd64) version 10.0
  61. Java Version: 1.8.0_111, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 966481624 bytes (921 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  64. JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xms1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. Launched Version: 1.10.2
  67. LWJGL: 2.9.4
  68. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  69. GL Caps:
  70. Using VBOs: Yes
  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\bob\AppData\Roaming\.minecraft\crash-reports\crash-2016-10-30_17.15.19-client.txt
  78. Java HotSpot(TM) 64-Bit Server 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