Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 1/19/18 3:34 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:252)
  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:494)
  16. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:931)
  17. at net.minecraft.client.main.Main.main(SourceFile:148)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:498)
  22. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:498)
  28. at launcher.client.ClientLauncher.launch(ClientLauncher.java:312)
  29. at launcher.client.ClientLauncher.main(ClientLauncher.java:196)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Stacktrace:
  37. at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
  38. at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
  39. at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:252)
  40. at org.lwjgl.opengl.Display.createWindow(Display.java:306)
  41. at org.lwjgl.opengl.Display.create(Display.java:848)
  42. at org.lwjgl.opengl.Display.create(Display.java:757)
  43. at org.lwjgl.opengl.Display.create(Display.java:739)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:494)
  45.  
  46. -- Initialization --
  47. Details:
  48. Stacktrace:
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:931)
  50. at net.minecraft.client.main.Main.main(SourceFile:148)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:498)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:498)
  61. at launcher.client.ClientLauncher.launch(ClientLauncher.java:312)
  62. at launcher.client.ClientLauncher.main(ClientLauncher.java:196)
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.7.10
  67. Operating System: Windows 7 (amd64) version 6.1
  68. Java Version: 1.8.0_92, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 85267344 bytes (81 MB) / 190627840 bytes (181 MB) up to 2134114304 bytes (2035 MB)
  71. JVM Flags: 8 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:+DisableAttachMechanism -Xmx2048M
  72. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  73. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  74. FML:
  75. Launched Version: 1.7.10
  76. LWJGL: 2.9.1
  77. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  78. GL Caps:
  79. Is Modded: Definitely; Client brand changed to 'fml,forge'
  80. Type: Client (map_client.txt)
  81. Resource Packs: []
  82. Current Language: ~~ERROR~~ NullPointerException: null
  83. Profiler Position: N/A (disabled)
  84. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  85. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement