Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 8/2/15 10:15 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context)
  8. at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:199)
  9. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193)
  10. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  11. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  12. at net.minecraft.client.main.Main.main(SourceFile:148)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  18. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  19. Caused by: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context)
  20. at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
  21. at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
  22. at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
  23. at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:77)
  24. at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:41)
  25. at org.lwjgl.opengl.SharedDrawable.<init>(SharedDrawable.java:50)
  26. at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:192)
  27. ... 10 more
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:199)
  36. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  38.  
  39. -- Initialization --
  40. Details:
  41. Stacktrace:
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.7.10
  54. Operating System: Windows Vista (amd64) version 6.0
  55. Java Version: 1.8.0_51, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 146394688 bytes (139 MB) / 259522560 bytes (247 MB) up to 5333843968 bytes (5086 MB)
  58. JVM Flags: 7 total; -Xms256M -Xmx5120M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation
  59. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  60. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  61. FML:
  62. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8545 Release' Renderer: 'Radeon X1600/X1650 Series '
  63. Launched Version: 1.7.10
  64. LWJGL: 2.9.1
  65. OpenGL: Radeon X1600/X1650 Series GL version 2.1.8545 Release, ATI Technologies Inc.
  66. GL Caps: Using GL 1.3 multitexturing.
  67. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  68. Anisotropic filtering is supported and maximum anisotropy is 16.
  69. Shaders are available because OpenGL 2.1 is supported.
  70.  
  71. Is Modded: Definitely; Client brand changed to 'fml,forge'
  72. Type: Client (map_client.txt)
  73. Resource Packs: []
  74. Current Language: ~~ERROR~~ NullPointerException: null
  75. Profiler Position: N/A (disabled)
  76. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  77. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement