Minecraft Comes Alive (MCA)

Minecraft Comes Alive (MCA)

13M Downloads

Crash on start

wesborgman opened this issue · 16 comments

commented

How do I submit a crash report?

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 6/24/15 8:25 PM
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.(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.(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 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 92162976 bytes (87 MB) / 223248384 bytes (212 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.8545 Release' Renderer: 'RADEON X600/X550 Series'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: RADEON X600/X550 Series GL version 2.1.8545 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: []
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
commented

tried the same on a total of 4 computers tonight (2 work fine no issues and 2 crash - I think this may be a forge issue not MCA issue) here is the 2nd computer report..

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 6/24/15 8:36 PM
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.(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.(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 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 114838664 bytes (109 MB) / 222924800 bytes (212 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.8545 Release' Renderer: 'Radeon X300/X550/X1050 Series'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: Radeon X300/X550/X1050 Series GL version 2.1.8545 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: []
Current Language: ERROR NullPointerException: null
Profiler Position: N/A (disabled)

commented

I cant be positive but I think that bug is connected to the new forge splash screen.
If it is the forge splash screen that’s causing the issue you can disable it as a temporary fix

To disable:

  • Open config/splash.properties with any text editor (notepad)
  • Find the line where it says enabled=true and change it to:
    enabled=false #Default true
commented

Yep, looking at the crash-log again (to me) it looks like its a forge splash screen issue.
You you can report the failure here: MinecraftForge/FML#644

I hope this helps

commented

Where do I find the config file... (Sorry I am new to this..)

commented

Do you know where your mods folder is?
It should be right beside the mods folder (in the same directory).

  1. go to your modded Minecraft directory
  2. go into the config folder
  3. edit the config (instructions above)

Are you launching the game through the Mojang Minecraft Launcher or are you using a different launcher (e.g. Technic)?

commented

image

commented

I am using Mojang Minecraft launcher

commented

image

commented

There should be a config folder there.

Can you go to the Mojang Minecraft launcher and click on edit profile (the one you use for modded)
And when the new window opens (Profile Editor) can you take a screenshot of it?

I will setup the same environment on my computer to check the information.

commented

Here is same screen with Java setting visible

image

I tried running Forge 11.14.3.1446 but same errors

commented

I was able to get it to launch without any issues. Its strange, the config folder should of been generated automatically.

  1. go to your .minecraft folder
  2. go make a new folder called config
  3. download the config file (https://dl.dropboxusercontent.com/u/66449916/splash.properties)
  4. place the file into the config folder

The file is a simple text file, you can open it with notepad

commented

You could manually make the config file, but I'm sitting in front of a Linux computer so I cant give exact step by step instructions of how to do that.

Also make sure that your Java is up to date, Oracle Java is now at version 1.8 (build 45).

commented

thanks man. I will see what I can do.

commented

Happy to help. If you still need help just ask, I will keep an eye on this issue.

commented

Closing this as it's not MCA.

commented

Fixed it Thanks!! My 8 year old will be so excited when it is on his computer in the AM