Posted September 7, 201510 yr Minecraft 1.8 will run w/out forge. However when the launcher is switched to Forge and play is pressed, the launcher closes, Minecraft opens to a black screen then quickly closes and brings up the launcher with the following error report: --- Minecraft Crash Report ---- // There are four lights! Time: 9/7/15 6:13 AM Description: Initializing game java.lang.RuntimeException: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context) at net.minecraftforge.fml.client.SplashProgress.start(SplashProgress.java:246) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:198) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context) at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method) at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50) at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132) at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:77) at org.lwjgl.opengl.DrawableGL.createSharedContext(DrawableGL.java:41) at org.lwjgl.opengl.SharedDrawable.<init>(SharedDrawable.java:50) at net.minecraftforge.fml.client.SplashProgress.start(SplashProgress.java:239) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.fml.client.SplashProgress.start(SplashProgress.java:246) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:198) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows XP (x86) version 5.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 105343744 bytes (100 MB) / 221396992 bytes (211 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8544 Release' Renderer: 'ATI MOBILITY RADEON XPRESS 200' Launched Version: 1.8-Forge11.14.3.1450 LWJGL: 2.9.1 OpenGL: ATI MOBILITY RADEON XPRESS 200 GL version 2.1.8544 Release, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [Conquest_.zip] Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) I have no mods in the mod folder as of yet, as I was simply trying to get Forge working first. All threads I have found have involved mod conflicts or solutions I am not seeing the files for, such as the config-->splash. I do not have a config file anywhere that I can find... EDIT: Manually copied in the spoiler...
September 7, 201510 yr Author Created config folder, disabled splash screen. I now have a new crash... ---- Minecraft Crash Report ---- // Oops. Time: 9/7/15 6:47 AM Description: Initializing game java.lang.OutOfMemoryError: Initializing game at sun.misc.Unsafe.allocateMemory(Native Method) at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:127) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at net.minecraft.client.renderer.GLAllocation.func_74524_c(SourceFile:37) at net.minecraft.client.renderer.WorldRenderer.<init>(SourceFile:44) at net.minecraft.client.renderer.RegionRenderCacheBuilder.<init>(SourceFile:15) at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.<init>(SourceFile:46) at net.minecraft.client.renderer.RenderGlobal.<init>(RenderGlobal.java:129) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:485) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at sun.misc.Unsafe.allocateMemory(Native Method) at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:127) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at net.minecraft.client.renderer.GLAllocation.func_74524_c(SourceFile:37) at net.minecraft.client.renderer.WorldRenderer.<init>(SourceFile:44) at net.minecraft.client.renderer.RegionRenderCacheBuilder.<init>(SourceFile:15) at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.<init>(SourceFile:46) at net.minecraft.client.renderer.RenderGlobal.<init>(RenderGlobal.java:129) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:485) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows XP (x86) version 5.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 154673488 bytes (147 MB) / 303493120 bytes (289 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 3 mods loaded, 3 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar) UCH Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar) Loaded coremods (and transformers): Launched Version: 1.8-Forge11.14.3.1450 LWJGL: 2.9.1 OpenGL: ATI MOBILITY RADEON XPRESS 200 GL version 2.1.8544 Release, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [Conquest_.zip] Current Language: English (US) Profiler Position: N/A (disabled)
September 7, 201510 yr Author I suspect actually that my computer does not have enough RAM total to manage... You've been very helpful. Thank you for swift replies.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.