Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 2015-07-07 19:37
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: glGetString(GL_VERSION) returned null - possibly caused by missing current context.
  8. at org.lwjgl.opengl.GLContext.getSupportedExtensions(GLContext.java:230)
  9. at org.lwjgl.opengl.ContextCapabilities.initAllStubs(ContextCapabilities.java:5802)
  10. at org.lwjgl.opengl.ContextCapabilities.<init>(ContextCapabilities.java:6240)
  11. at org.lwjgl.opengl.GLContext.useContext(GLContext.java:374)
  12. at org.lwjgl.opengl.ContextGL.makeCurrent(ContextGL.java:195)
  13. at org.lwjgl.opengl.DrawableGL.makeCurrent(DrawableGL.java:110)
  14. at org.lwjgl.opengl.Display.makeCurrent(Display.java:706)
  15. at org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval(Display.java:1025)
  16. at org.lwjgl.opengl.Display.create(Display.java:852)
  17. at org.lwjgl.opengl.Display.create(Display.java:757)
  18. at ave.ap(SourceFile:521)
  19. at ave.am(SourceFile:363)
  20. at ave.a(SourceFile:310)
  21. at net.minecraft.client.main.Main.main(SourceFile:124)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- Head --
  28. Stacktrace:
  29. at org.lwjgl.opengl.GLContext.getSupportedExtensions(GLContext.java:230)
  30. at org.lwjgl.opengl.ContextCapabilities.initAllStubs(ContextCapabilities.java:5802)
  31. at org.lwjgl.opengl.ContextCapabilities.<init>(ContextCapabilities.java:6240)
  32. at org.lwjgl.opengl.GLContext.useContext(GLContext.java:374)
  33. at org.lwjgl.opengl.ContextGL.makeCurrent(ContextGL.java:195)
  34. at org.lwjgl.opengl.DrawableGL.makeCurrent(DrawableGL.java:110)
  35. at org.lwjgl.opengl.Display.makeCurrent(Display.java:706)
  36. at org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval(Display.java:1025)
  37. at org.lwjgl.opengl.Display.create(Display.java:852)
  38. at org.lwjgl.opengl.Display.create(Display.java:757)
  39. at ave.ap(SourceFile:521)
  40. at ave.am(SourceFile:363)
  41.  
  42. -- Initialization --
  43. Details:
  44. Stacktrace:
  45. at ave.a(SourceFile:310)
  46. at net.minecraft.client.main.Main.main(SourceFile:124)
  47.  
  48. -- System Details --
  49. Details:
  50. Minecraft Version: 1.8.7
  51. Operating System: Windows 7 (amd64) version 6.1
  52. CPU: 6x AMD FX(tm)-6100 Six-Core Processor
  53. Java Version: 1.8.0_25, Oracle Corporation
  54. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  55. Memory: 61475016 bytes (58 MB) / 160043008 bytes (152 MB) up to 1060372480 bytes (1011 MB)
  56. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  57. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  58. Launched Version: 1.8.7
  59. LWJGL: 2.9.4
  60. OpenGL: null GL version null, null
  61. GL Caps:
  62. Using VBOs: No
  63. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  64. Type: Client (map_client.txt)
  65. Resource Packs: []
  66. Current Language: ~~ERROR~~ NullPointerException: null
  67. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement