Guest User

Untitled

a guest
Apr 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 30/04/17 00:15
  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:111)
  9. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:190)
  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:104)
  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:111)
  36. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:190)
  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 (x86) version 6.0
  55. Java Version: 1.8.0_131, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  57. Memory: 370497760 bytes (353 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
  58. JVM Flags: 2 total; -Xms512M -Xmx1024M
  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: 'ATI Radeon X1200 Series'
  63. Launched Version: 1.7.10
  64. LWJGL: 2.9.1
  65. OpenGL: ATI Radeon X1200 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)
  78. OptiFine Version: OptiFine_1.7.10_HD_U_D4
  79. Render Distance Chunks: 8
  80. Mipmaps: 4
  81. Anisotropic Filtering: 1
  82. Antialiasing: 0
  83. Multitexture: false
  84. OpenGlVersion: 2.1.8545 Release
  85. OpenGlRenderer: ATI Radeon X1200 Series
  86. OpenGlVendor: ATI Technologies Inc.
  87. CpuCount: 2
Advertisement
Add Comment
Please, Sign In to add comment