Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. [16:42:09] [Client thread/INFO]: Setting user: Geltrudina
  2. [16:42:11] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [16:42:11] [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 bhz.at(SourceFile:622) [1.12.jar:?]
  12. at bhz.aq(SourceFile:458) [1.12.jar:?]
  13. at bhz.a(SourceFile:404) [1.12.jar:?]
  14. at net.minecraft.client.main.Main.main(SourceFile:123) [1.12.jar:?]
  15. ---- Minecraft Crash Report ----
  16. // I blame Dinnerbone.
  17.  
  18. Time: 2/19/18 4:42 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 bhz.at(SourceFile:635)
  30. at bhz.aq(SourceFile:458)
  31. at bhz.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 bhz.at(SourceFile:635)
  49. at bhz.aq(SourceFile:458)
  50.  
  51. -- Initialization --
  52. Details:
  53. Stacktrace:
  54. at bhz.a(SourceFile:404)
  55. at net.minecraft.client.main.Main.main(SourceFile:123)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.12
  60. Operating System: Windows 10 (x86) version 10.0
  61. Java Version: 1.8.0_161, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  63. Memory: 48113128 bytes (45 MB) / 151138304 bytes (144 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.12
  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\Utente\AppData\Roaming\.minecraft\crash-reports\crash-2018-02-19_16.42.12-client.txt
  78. 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