Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 20/06/17 09:15
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: Pixel format not accelerated
  8. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  9. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  10. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  11. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  12. at org.lwjgl.opengl.Display.create(Display.java:848)
  13. at org.lwjgl.opengl.Display.create(Display.java:757)
  14. at org.lwjgl.opengl.Display.create(Display.java:739)
  15. at bcd.ap(SourceFile:601)
  16. at bcd.an(SourceFile:437)
  17. at bcd.a(SourceFile:384)
  18. at net.minecraft.client.main.Main.main(SourceFile:124)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Thread: Client thread
  26. Stacktrace:
  27. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  28. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  29. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  30. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  31. at org.lwjgl.opengl.Display.create(Display.java:848)
  32. at org.lwjgl.opengl.Display.create(Display.java:757)
  33. at org.lwjgl.opengl.Display.create(Display.java:739)
  34. at bcd.ap(SourceFile:601)
  35. at bcd.an(SourceFile:437)
  36.  
  37. -- Initialization --
  38. Details:
  39. Stacktrace:
  40. at bcd.a(SourceFile:384)
  41. at net.minecraft.client.main.Main.main(SourceFile:124)
  42.  
  43. -- System Details --
  44. Details:
  45. Minecraft Version: 1.9.4
  46. Operating System: Windows 10 (x86) version 10.0
  47. Java Version: 1.8.0_131, Oracle Corporation
  48. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  49. Memory: 82317240 bytes (78 MB) / 149696512 bytes (142 MB) up to 523501568 bytes (499 MB)
  50. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  51. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  52. Launched Version: 1.9.4
  53. LWJGL: 2.9.4
  54. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  55. GL Caps:
  56. Using VBOs: No
  57. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  58. Type: Client (map_client.txt)
  59. Resource Packs:
  60. Current Language: ~~ERROR~~ NullPointerException: null
  61. Profiler Position: N/A (disabled)
  62. CPU: bcd$7@d64ee8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement