Advertisement
Guest User

MCF

a guest
Oct 28th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 10/28/14 9:41 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.startGame(Minecraft.java:493)
  16. at net.minecraft.client.Minecraft.run(Minecraft.java:880)
  17. at net.minecraft.client.main.Main.main(Main.java:112)
  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:134)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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.startGame(Minecraft.java:493)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.run(Minecraft.java:880)
  44. at net.minecraft.client.main.Main.main(Main.java:112)
  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:134)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.7.2
  55. Operating System: Windows 8.1 (x86) version 6.3
  56. Java Version: 1.7.0_67, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  58. Memory: 946698224 bytes (902 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  59. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  62. FML:
  63. Launched Version: 1.6
  64. LWJGL: 2.9.0
  65. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  66. Is Modded: Definitely; Client brand changed to 'fml,forge'
  67. Type: Client (map_client.txt)
  68. Resource Packs: []
  69. Current Language: ~~ERROR~~ NullPointerException: null
  70. Profiler Position: N/A (disabled)
  71. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  72. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement