Hello there, so basically I am attempting to add Draconic Evolution to my mods folder. When I press play and load up the game it gets to the main menu of minecraft and java platform SE binary instantly crashes.
Shortly after I close the game I get this crash report.
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[22:42:53] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 7:x86:6.1, installed at C:\Program Files\Minecraft\runtime\jre-x32\1.8.0_25
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:42:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[22:42:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[22:43:00] [main/INFO]: Setting user: Pinkie2004
[22:43:02] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:43:05] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 8/13/15 10:43 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I just reinstalled forge and the mod and this is what shows up now.
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[23:38:06] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 7:x86:6.1, installed at C:\Program Files\Minecraft\runtime\jre-x32\1.8.0_25
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:38:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:38:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:38:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:38:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:38:12] [main/INFO]: Setting user: Pinkie2004
[23:38:14] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:38:17] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one
[23:38:17] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 8/13/15 11:38 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Hello there, so basically I am attempting to add Draconic Evolution to my mods folder. When I press play and load up the game it gets to the main menu of minecraft and java platform SE binary instantly crashes.
Shortly after I close the game I get this crash report.
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:42:53] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[22:42:53] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 7:x86:6.1, installed at C:\Program Files\Minecraft\runtime\jre-x32\1.8.0_25
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:42:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[22:42:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[22:42:58] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[22:43:00] [main/INFO]: Setting user: Pinkie2004
[22:43:02] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:43:05] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 8/13/15 10:43 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 62921800 bytes (60 MB) / 179523584 bytes (171 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
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2555' Renderer: 'Mobile Intel(R) 4 Series Express Chipset Family'
[22:43:05] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[22:43:05] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[22:43:05] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[22:43:05] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[22:43:05] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[22:43:05] [Client thread/INFO] [FML]: Searching C:\Users\Singularity\AppData\Roaming\.minecraft\mods for mods
[22:43:05] [Client thread/INFO] [FML]: Also searching C:\Users\Singularity\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[22:43:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[22:43:12] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[22:43:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, DraconicEvolution, Baubles] at CLIENT
[22:43:12] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, DraconicEvolution, Baubles] at SERVER
[22:43:13] [Client thread/INFO] [Draconic Evolution]: Hello Minecraft!!!
[22:43:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles
[22:43:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[22:43:14] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[22:43:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[22:43:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[22:43:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[22:43:15] [Client thread/INFO] [Draconic Evolution]: Finished PreInitialization
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/BXl1x7e.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/gmgDwH8.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/DyYw9Tr.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/46X3Kqd.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/SoAY47W.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/tmL6ot4.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/7rtdJV2.png
[22:43:15] [Client thread/INFO] [FML]: Applying holder lookups
[22:43:15] [Client thread/INFO] [FML]: Holder lookups applied
[22:43:15] [Client thread/INFO] [FML]: Injecting itemstacks
[22:43:15] [Client thread/INFO] [FML]: Itemstack injection complete
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/x4IxV9F.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/4FxoUvf.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/IagzpKW.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/TvL8TVG.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/MTmGhLv.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/crmnC6v.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/eH3OvhW.png
[22:43:15] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:15] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/oEBI4lj.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/KSpFook.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/C7WwlAu.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/uC4b8AC.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/rS9rOoF.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/j2Hm0Am.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/894RVmP.png
[22:43:15] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/gL4T6dG.png
[22:43:15] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:43:15] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[22:43:18] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[22:43:18] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:18] [Sound Library Loader/INFO]: Sound engine started
[22:43:19] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[22:43:20] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[22:43:20] [Client thread/INFO] [Draconic Evolution]: Iron Chests was not detected! using fallback chest recipe
[22:43:20] [Client thread/INFO] [Draconic Evolution]: Finished Initialization
[22:43:20] [Thread-11/INFO] [Draconic Evolution]: [Update Checker] Thread Started
[22:43:21] [Client thread/INFO] [FML]: Injecting itemstacks
[22:43:21] [Client thread/INFO] [FML]: Itemstack injection complete
[22:43:21] [Client thread/INFO] [Draconic Evolution]: Finished PostInitialization
[22:43:21] [Client thread/INFO] [FML]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[22:43:21] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[22:43:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles
[22:43:22] [Thread-11/INFO] [Draconic Evolution]: [Update Checker] Thread Finished
[22:43:23] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[22:43:24] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[22:43:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[22:43:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[22:43:24] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:24] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:43:24] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:43:24] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[22:43:25] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[22:43:25] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[22:43:25] [Sound Library Loader/INFO]: Sound engine started
[22:43:26] [Client thread/INFO] [Draconic Evolution]: Image Download Finished
[22:43:26] [Client thread/INFO] [Draconic Evolution]: RS Added
[22:43:26] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles, resources
Can any one help me figure out what is going on?
No errors here, is that the full log?
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Yeup that's what pops up. It's the only mod I have installed aside from baubles and codechickencore... I don't get it...
I have forge version 1448 and I know it works because I used that same forge version with this mod on my other computer.
That is literally all that shows up when the launcher pops back up.
I even went into the logs folder in the .minecraft and it shows the same thing in there for this date.
[22:43:00] [main/INFO]: Setting user:
[22:43:02] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:43:13] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles
[22:43:18] [Sound Library Loader/INFO]: Sound engine started
[22:43:19] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[22:43:20] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[22:43:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles
[22:43:23] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[22:43:24] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[22:43:25] [Sound Library Loader/INFO]: Sound engine started
[22:43:26] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Baubles, resources
I just reinstalled forge and the mod and this is what shows up now.
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[23:38:06] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[23:38:06] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 7:x86:6.1, installed at C:\Program Files\Minecraft\runtime\jre-x32\1.8.0_25
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:38:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:38:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:38:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[23:38:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:38:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[23:38:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[23:38:12] [main/INFO]: Setting user: Pinkie2004
[23:38:14] [Client thread/INFO]: LWJGL Version: 2.9.1
[23:38:17] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one
[23:38:17] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 8/13/15 11:38 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 63614352 bytes (60 MB) / 186048512 bytes (177 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
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2555' Renderer: 'Mobile Intel(R) 4 Series Express Chipset Family'
[23:38:17] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[23:38:17] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[23:38:17] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[23:38:17] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[23:38:17] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[23:38:17] [Client thread/INFO] [FML]: Searching C:\Users\Singularity\AppData\Roaming\.minecraft\mods for mods
[23:38:23] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[23:38:23] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, DraconicEvolution] at CLIENT
[23:38:23] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, DraconicEvolution] at SERVER
[23:38:24] [Client thread/INFO] [Draconic Evolution]: Hello Minecraft!!!
[23:38:24] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution
[23:38:24] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[23:38:24] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[23:38:24] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:38:24] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[23:38:25] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:38:25] [Client thread/INFO] [Draconic Evolution]: Finished PreInitialization
[23:38:26] [Client thread/INFO] [FML]: Applying holder lookups
[23:38:26] [Client thread/INFO] [FML]: Holder lookups applied
[23:38:26] [Client thread/INFO] [FML]: Injecting itemstacks
[23:38:26] [Client thread/INFO] [FML]: Itemstack injection complete
[23:38:26] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/BXl1x7e.png
[23:38:26] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:26] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:38:26] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /BXl1x7e.png
[23:38:26] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:38:26] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/gmgDwH8.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /gmgDwH8.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/DyYw9Tr.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /DyYw9Tr.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/46X3Kqd.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /46X3Kqd.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/SoAY47W.png
[23:38:27] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /SoAY47W.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/tmL6ot4.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /tmL6ot4.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/7rtdJV2.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /7rtdJV2.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/x4IxV9F.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /x4IxV9F.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/4FxoUvf.png
[23:38:28] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /4FxoUvf.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/IagzpKW.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /IagzpKW.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/TvL8TVG.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /TvL8TVG.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/MTmGhLv.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /MTmGhLv.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/crmnC6v.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /crmnC6v.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/eH3OvhW.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /eH3OvhW.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/oEBI4lj.png
[23:38:29] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /oEBI4lj.png
[23:38:29] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[23:38:30] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:38:30] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:30] [Sound Library Loader/INFO]: Sound engine started
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/KSpFook.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /KSpFook.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/C7WwlAu.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /C7WwlAu.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/uC4b8AC.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /uC4b8AC.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/rS9rOoF.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /rS9rOoF.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/j2Hm0Am.png
[23:38:30] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /j2Hm0Am.png
[23:38:30] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[23:38:30] [Client thread/INFO] [Draconic Evolution]: Iron Chests was not detected! using fallback chest recipe
[23:38:31] [Client thread/INFO] [Draconic Evolution]: Finished Initialization
[23:38:31] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/894RVmP.png
[23:38:31] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /894RVmP.png
[23:38:31] [Thread-8/INFO] [Draconic Evolution]: Checking Image: http://i.imgur.com/gL4T6dG.png
[23:38:31] [Thread-8/INFO] [Draconic Evolution]: Downloading Image /gL4T6dG.png
[23:38:31] [Thread-11/INFO] [Draconic Evolution]: [Update Checker] Thread Started
[23:38:31] [Client thread/INFO] [FML]: Injecting itemstacks
[23:38:31] [Client thread/INFO] [FML]: Itemstack injection complete
[23:38:31] [Client thread/INFO] [Draconic Evolution]: Finished PostInitialization
[23:38:32] [Client thread/INFO] [FML]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:38:32] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[23:38:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution
[23:38:32] [Thread-11/INFO] [Draconic Evolution]: [Update Checker] Thread Finished
[23:38:34] [Client thread/INFO]: Created: 1024x512 textures/blocks-atlas
[23:38:35] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[23:38:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[23:38:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[23:38:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[23:38:35] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[23:38:35] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[23:38:36] [Client thread/INFO] [Draconic Evolution]: Image Download Finished
[23:38:36] [Client thread/INFO] [Draconic Evolution]: RS Added
[23:38:36] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Draconic Evolution, resources
[23:38:36] [Thread-12/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[23:38:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[23:38:36] [Sound Library Loader/INFO]: Sound engine started
This is the fml-client-latest.log from 8/14/15 2:30AM
http://s000.tinyupload.com/index.php?file_id=64178681021030194155
But that doesn't make any sense, Draconic Evolution is the only mod installed...
Originally other mods were installed but I deleted my .minecraft.
installed a different version of forge and only put in draconic evolution and it was the same thing.
Thats what is showing right now