Advertisement
Guest User

Crash report forge from first loading of the directory

a guest
Jul 3rd, 2015
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 03/07/15 12: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: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(NativeMethodAccessorImpl.java:62)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:483)
  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(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:483)
  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 XP (x86) version 5.1
  55. Java Version: 1.8.0_25, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  57. Memory: 27336920 bytes (26 MB) / 182890496 bytes (174 MB) up to 523501568 bytes (499 MB)
  58. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  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 XPRESS 200 Series'
  63. Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
  64. LWJGL: 2.9.1
  65. OpenGL: ATI RADEON XPRESS 200 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