Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 31/08/16 8:47 PM
  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 bcx.ap(SourceFile:598)
  16. at bcx.an(SourceFile:434)
  17. at bcx.a(SourceFile:381)
  18. at net.minecraft.client.main.Main.main(SourceFile:124)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:483)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Thread: Client thread
  32. Stacktrace:
  33. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  34. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  35. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
  36. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  37. at org.lwjgl.opengl.Display.create(Display.java:848)
  38. at org.lwjgl.opengl.Display.create(Display.java:757)
  39. at org.lwjgl.opengl.Display.create(Display.java:739)
  40. at bcx.ap(SourceFile:598)
  41. at bcx.an(SourceFile:434)
  42.  
  43. -- Initialization --
  44. Details:
  45. Stacktrace:
  46. at bcx.a(SourceFile:381)
  47. at net.minecraft.client.main.Main.main(SourceFile:124)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:483)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  54.  
  55. -- System Details --
  56. Details:
  57. Minecraft Version: 1.10
  58. Operating System: Windows 10 (amd64) version 10.0
  59. Java Version: 1.8.0_25, Oracle Corporation
  60. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  61. Memory: 100088456 bytes (95 MB) / 157626368 bytes (150 MB) up to 1060372480 bytes (1011 MB)
  62. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  63. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  64. Launched Version: 1.10-OptiFine_HD_U_C1
  65. LWJGL: 2.9.4
  66. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  67. GL Caps:
  68. Using VBOs: Yes
  69. Is Modded: Very likely; Jar signature invalidated
  70. Type: Client (map_client.txt)
  71. Resource Packs:
  72. Current Language: ~~ERROR~~ NullPointerException: null
  73. Profiler Position: N/A (disabled)
  74. CPU: <unknown>
  75. OptiFine Version: OptiFine_1.10_HD_U_C1
  76. Render Distance Chunks: 16
  77. Mipmaps: 4
  78. Anisotropic Filtering: 1
  79. Antialiasing: 0
  80. Multitexture: false
  81. Shaders: null
  82. OpenGlVersion: null
  83. OpenGlRenderer: null
  84. OpenGlVendor: null
  85. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement