Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. --- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 04:43 26/11/14
  5. Description: Initializing game
  6.  
  7. org.lwjgl.LWJGLException: Could not create context
  8. at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
  9. at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
  10. at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
  11. at org.lwjgl.opengl.Display.create(Display.java:850)
  12. at org.lwjgl.opengl.Display.create(Display.java:757)
  13. at org.lwjgl.opengl.Display.create(Display.java:739)
  14. at ban.ag(SourceFile:340)
  15. at ban.f(SourceFile:713)
  16. at net.minecraft.client.main.Main.main(SourceFile:148)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  22. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Stacktrace:
  30. at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
  31. at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
  32. at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
  33. at org.lwjgl.opengl.Display.create(Display.java:850)
  34. at org.lwjgl.opengl.Display.create(Display.java:757)
  35. at org.lwjgl.opengl.Display.create(Display.java:739)
  36. at ban.ag(SourceFile:340)
  37.  
  38. -- Initialization --
  39. Details:
  40. Stacktrace:
  41. at ban.f(SourceFile:713)
  42. at net.minecraft.client.main.Main.main(SourceFile:148)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46. at java.lang.reflect.Method.invoke(Unknown Source)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  49.  
  50. -- System Details --
  51. Details:
  52. Minecraft Version: 1.7.9
  53. Operating System: Windows 7 (x86) version 6.1
  54. Java Version: 1.7.0_71, Oracle Corporation
  55. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  56. Memory: 91529936 bytes (87 MB) / 135532544 bytes (129 MB) up to 1060372480 bytes (1011 MB)
  57. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  58. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. Launched Version: 1.7.9-OptiFine_HD_U_D2
  61. LWJGL: 2.9.1
  62. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  63. GL Caps:
  64. Is Modded: Very likely; Jar signature invalidated
  65. Type: Client (map_client.txt)
  66. Resource Packs: [BDcraft Sounds Pack.zip]
  67. Current Language: ~~ERROR~~ NullPointerException: null
  68. Profiler Position: N/A (disabled)
  69. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  70. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement