Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 02/09/15 18.49
  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 ave.ap(SourceFile:534)
  16. at ave.am(SourceFile:363)
  17. at ave.a(SourceFile:310)
  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. Stacktrace:
  26. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  27. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  28. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  29. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  30. at org.lwjgl.opengl.Display.create(Display.java:848)
  31. at org.lwjgl.opengl.Display.create(Display.java:757)
  32. at org.lwjgl.opengl.Display.create(Display.java:739)
  33. at ave.ap(SourceFile:534)
  34. at ave.am(SourceFile:363)
  35.  
  36. -- Initialization --
  37. Details:
  38. Stacktrace:
  39. at ave.a(SourceFile:310)
  40. at net.minecraft.client.main.Main.main(SourceFile:124)
  41.  
  42. -- System Details --
  43. Details:
  44. Minecraft Version: 1.8.8
  45. Operating System: Windows 10 (x86) version 10.0
  46. Java Version: 1.8.0_60, Oracle Corporation
  47. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  48. Memory: 6536760 bytes (6 MB) / 151130112 bytes (144 MB) up to 523501568 bytes (499 MB)
  49. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  50. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  51. Launched Version: 1.8.8
  52. LWJGL: 2.9.4
  53. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  54. GL Caps:
  55. Using VBOs: No
  56. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  57. Type: Client (map_client.txt)
  58. Resource Packs:
  59. Current Language: ~~ERROR~~ NullPointerException: null
  60. Profiler Position: N/A (disabled)
  61. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement