Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 8/2/17 2:01 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:244)
  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 net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
  16. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  17. at net.minecraft.client.main.Main.main(SourceFile:101)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Stacktrace:
  31. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  32. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  33. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
  34. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  35. at org.lwjgl.opengl.Display.create(Display.java:848)
  36. at org.lwjgl.opengl.Display.create(Display.java:757)
  37. at org.lwjgl.opengl.Display.create(Display.java:739)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  44. at net.minecraft.client.main.Main.main(SourceFile:101)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.6.4
  55. Operating System: Windows 10 (amd64) version 10.0
  56. Java Version: 1.8.0_73, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  58. Memory: 4106017272 bytes (3915 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  59. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. Suspicious classes: FML and Forge are installed
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. FML:
  64. Launched Version: 1.6.4-Forge9.11.1.965
  65. LWJGL: 2.9.0
  66. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  67. Is Modded: Definitely; Client brand changed to 'fml,forge'
  68. Type: Client (map_client.txt)
  69. Resource Pack: Default
  70. Current Language: ~~ERROR~~ NullPointerException: null
  71. Profiler Position: N/A (disabled)
  72. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement