Advertisement
dvargas135

Untitled

Oct 31st, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 31/10/15 12:08 PM
  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 avf.ap(SourceFile:534)
  15. at avf.am(SourceFile:363)
  16. at avf.a(SourceFile:310)
  17. at net.minecraft.client.main.Main.main(SourceFile:124)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25. at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
  26. at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
  27. at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
  28. at org.lwjgl.opengl.Display.create(Display.java:850)
  29. at org.lwjgl.opengl.Display.create(Display.java:757)
  30. at org.lwjgl.opengl.Display.create(Display.java:739)
  31. at avf.ap(SourceFile:534)
  32. at avf.am(SourceFile:363)
  33.  
  34. -- Initialization --
  35. Details:
  36. Stacktrace:
  37. at avf.a(SourceFile:310)
  38. at net.minecraft.client.main.Main.main(SourceFile:124)
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.8.3
  43. Operating System: Windows 7 (x86) version 6.1
  44. CPU: 4x Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
  45. Java Version: 1.8.0_31, Oracle Corporation
  46. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  47. Memory: 959099808 bytes (914 MB) / 1020067840 bytes (972 MB) up to 1020067840 bytes (972 MB)
  48. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024M -Xmn512M -Xmx1024M
  49. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  50. Launched Version: 1.8.3.wdl
  51. LWJGL: 2.9.4
  52. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  53. GL Caps:
  54. Using VBOs: No
  55. Is Modded: Definitely; Client brand changed to 'worlddownloader1.8c-fix2-coremod'
  56. Type: Client (map_client.txt)
  57. Resource Packs: []
  58. Current Language: ~~ERROR~~ NullPointerException: null
  59. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement