Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [12:00:27] [Client thread/INFO]: Setting user: MidiaLB
  2. [12:00:36] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [12:00:37] [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 bib.at(SourceFile:622) [1.12.2.jar:?]
  12. at bib.aq(SourceFile:458) [1.12.2.jar:?]
  13. at bib.a(SourceFile:404) [1.12.2.jar:?]
  14. at net.minecraft.client.main.Main.main(SourceFile:123) [1.12.2.jar:?]
  15. ---- Minecraft Crash Report ----
  16. // Surprise! Haha. Well, this is awkward.
  17.  
  18. Time: 2/17/18 12:00 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 bib.at(SourceFile:635)
  30. at bib.aq(SourceFile:458)
  31. at bib.a(SourceFile:404)
  32. at net.minecraft.client.main.Main.main(SourceFile:123)
  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 bib.at(SourceFile:635)
  49. at bib.aq(SourceFile:458)
  50.  
  51. -- Initialization --
  52. Details:
  53. Stacktrace:
  54. at bib.a(SourceFile:404)
  55. at net.minecraft.client.main.Main.main(SourceFile:123)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.12.2
  60. Operating System: Windows 10 (amd64) version 10.0
  61. Java Version: 1.8.0_162, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 18189784 bytes (17 MB) / 154411008 bytes (147 MB) up to 1060372480 bytes (1011 MB)
  64. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. Launched Version: 1.12.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\DENIED\AppData\Roaming\.minecraft\crash-reports\crash-2018-02-17_12.00.38-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