So I have a mod list I use for a 1.6.2 server and it works for me and most of my friends. However, one of my friends is having a problem with the Twilight Forest mod. All the other mods work fine but when he puts the Twilight Forest mod on and opens the game, Minecraft crashes. Here's the crash report he gets:
// Quite honestly, I wouldn't worry myself about that.
Time: 30/08/13 4:49 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 2168 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:348)
at twilightforest.block.BlockTFFireflyJar.<init>(BlockTFFireflyJar.java:27)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:50)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:348)
at twilightforest.block.BlockTFFireflyJar.<init>(BlockTFFireflyJar.java:27)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:50)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Hi Rageless Gamer,
First off, your friend (and you) should read the crash log. In your case it's fairly easy. Here's your error: Slot 2168 is already occupied by [email protected] when adding [email protected]
He's got a block ID conflict. He should go to his config folder and change either the Firefly Jar ID in the Twilight Forest config or the AntBlock from whatever the mod the block is belongs to.
Secondly, you should not open a separate thread for these kinds of stuff. Just post it in the mod's thread. And don't forget to use spoilers for your crash log, like this:
Can someone help me please I am trying to put Twilight Forest in a custom modpack but my game crashes only when i have that mod in can someone help me. The FML-Client 0 is in the spoiler below
2014-03-19 19:02:41 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-03-19 19:02:41 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-03-19 19:02:41 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Michael\Desktop\ATLauncher.exe;C:\Users\Michael\Desktop\Instances\ForScience\jarmods\forge-1.6.4-9.11.1.965-universal.jar;C:\Users\Michael\Desktop\Instances\ForScience\jarmods\OptiFine_1.6.4_HD_C8.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\launchwrapper-1.8.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\asm-all-4.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\scala-library-2.10.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\scala-compiler-2.10.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lzma-0.0.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jopt-simple-4.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jopt-simple-4.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\codecjorbis-20101023.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\codecwav-20101023.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\libraryjavasound-20101123.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\librarylwjglopenal-20100824.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\soundsystem-20120107.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\argo-2.25_fixed.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\bcprov-jdk15on-1.47.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\guava-14.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\commons-lang3-3.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\commons-io-2.4.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jinput-2.0.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jutils-1.0.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\gson-2.2.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lwjgl-2.9.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lwjgl_util-2.9.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\minecraft.jar
2014-03-19 19:02:41 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\Michael\Desktop\Instances\ForScience\bin\natives
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Discovering coremods
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenLib-universal-1.6.4-1.0.0.62.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in CodeChickenLib-universal-1.6.4-1.0.0.62.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ForgeMultipart-universal-1.6.4-1.0.0.244.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ForgeMultipart-universal-1.6.4-1.0.0.244.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy advancedgenetics_v1.4.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy autoutils-1.6.4-1.0.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy backpack-1.27.34-1.6.x.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in backpack-1.27.34-1.6.x.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy buildcraft-A-1.6.4-4.2.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in buildcraft-A-1.6.4-4.2.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy chisel-1.6.4-1.5.0fix.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenCore 0.9.0.9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding CodeChickenCore 0.9.0.9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CodeChickenCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CodeChickenCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CoFHCore-2.0.0.2.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in CoFHCore-2.0.0.2.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Crossbow-Mod-2-1.6.4-a0.1.6.33.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy dynamicswordskills-1.6.4-1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in dynamicswordskills-1.6.4-1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Galacticraft-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Galacticraft-Planets-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy idfixminus-1.6.4-1.0.0 (1).jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding idfixminus-1.6.4-1.0.0 (1).jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class IdfixCore
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod info.jbcs.minecraft.idfixminus.IdfixCore requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod IdfixCore
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy immibis-core-57.1.94.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy industrialcraft-2_1.118.401-lf.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in industrialcraft-2_1.118.401-lf.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy InfiniBows-1.6.4-universal-coremod-1.2.0.14.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding InfiniBows-1.6.4-universal-coremod-1.2.0.14.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod myrathi.infinibows.LoadingPlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy InventoryTweaks-MC1.6.2-1.56-b77.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-MC1.6.2-1.56-b77.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLPlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy liquid-xp-57.1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy LycanitesMobsComplete 1.4.8 [1.6.4].jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in LycanitesMobsComplete 1.4.8 [1.6.4].jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy MicdoodleCore-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding MicdoodleCore-1.6.4-2.0.11.978.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class MicdoodlePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod MicdoodlePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy neiaddons-mc164-1.10.4.64.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in neiaddons-mc164-1.10.4.64.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy neiplugins-1.1.0.6.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in neiplugins-1.1.0.6.jar
Sorry but the thing is so long so if i am going to show everything i am going to need to make multiple posts. So sorry:
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy NetherOres-2.2.2-55.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in NetherOres-2.2.2-55.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy NetherX 1.2 for MC 1.6.4.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy NotEnoughItems 1.6.1.9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding NotEnoughItems 1.6.1.9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class NEICorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod NEICorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy obsidiplates-1.6.2-universal-2.0.0.15.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in obsidiplates-1.6.2-universal-2.0.0.15.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenBlocks-1.2.5.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in OpenBlocks-1.2.5.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class OpenBlocksCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod OpenBlocksCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenModsLib-0.2.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in OpenModsLib-0.2.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class OpenModsCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod OpenModsCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenPeripheralCore-0.3.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in OpenPeripheralCore-0.3.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy PowerCrystalsCore-1.1.8-9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding PowerCrystalsCore-1.1.8-9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CoreLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod powercrystals.core.CoreLoader requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CoreLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedBase-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedBase-1.6.4-4.3.2.26.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedCompat-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedCompat-1.6.4-4.3.2.26.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CompatibilityCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod mrtjp.projectred.compatibility.CompatibilityCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CompatibilityCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedIntegration-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedIntegration-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedLighting-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedLighting-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedWorld-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedWorld-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy SecretRoomsMod-universal-1.6.4-4.6.2.324.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in SecretRoomsMod-universal-1.6.4-4.6.2.324.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy switches-1.6.4-universal-coremod-1.3.0.25.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in switches-1.6.4-universal-coremod-1.3.0.25.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod myrathi.switches.LoadingPlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy TConstruct_mc1.6.4_1.5.4d4.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in TConstruct_mc1.6.4_1.5.4d4.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class TConstructLoaderContainer
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod TConstructLoaderContainer
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ThermalExpansion-3.0.0.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ThermalExpansion-3.0.0.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy twilightforest-1.6.4-1.20.4.jar
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
2014-03-19 19:02:42 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
Try the idfix mod, use minus (you can remove once it fixed the issues) if you don't want to keep it in there.
If you get a crash that says something about fluids you need to go into the forge configuration file in the config folder and find B:forceDuplicateFluidBlockCrash=true, replace it with this: B:forceDuplicateFluidBlockCrash=false
// Quite honestly, I wouldn't worry myself about that.
Time: 30/08/13 4:49 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 2168 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:348)
at twilightforest.block.BlockTFFireflyJar.<init>(BlockTFFireflyJar.java:27)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:50)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:348)
at twilightforest.block.BlockTFFireflyJar.<init>(BlockTFFireflyJar.java:27)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:50)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 237422496 bytes (226 MB) / 425000960 bytes (405 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 17 mods loaded, 17 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01 (1).zip) Unloaded->Constructed->Pre-initialized
cfm{2.9.2} [§bMrCrayfish's Furniture Mod] ([Forge]FurnitureModv2.9.2(FULL).zip) Unloaded->Constructed->Pre-initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized
mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (ChatBubbles1.6.2.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2..
By the way, he doesn't have any mods we don't. How can we fix this problem?
First off, your friend (and you) should read the crash log. In your case it's fairly easy. Here's your error: Slot 2168 is already occupied by [email protected] when adding [email protected]
He's got a block ID conflict. He should go to his config folder and change either the Firefly Jar ID in the Twilight Forest config or the AntBlock from whatever the mod the block is belongs to.
Secondly, you should not open a separate thread for these kinds of stuff. Just post it in the mod's thread. And don't forget to use spoilers for your crash log, like this:
2014-03-19 19:02:41 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-03-19 19:02:41 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Michael\Desktop\ATLauncher.exe;C:\Users\Michael\Desktop\Instances\ForScience\jarmods\forge-1.6.4-9.11.1.965-universal.jar;C:\Users\Michael\Desktop\Instances\ForScience\jarmods\OptiFine_1.6.4_HD_C8.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\launchwrapper-1.8.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\asm-all-4.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\scala-library-2.10.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\scala-compiler-2.10.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lzma-0.0.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jopt-simple-4.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jopt-simple-4.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\codecjorbis-20101023.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\codecwav-20101023.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\libraryjavasound-20101123.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\librarylwjglopenal-20100824.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\soundsystem-20120107.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\argo-2.25_fixed.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\bcprov-jdk15on-1.47.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\guava-14.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\commons-lang3-3.1.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\commons-io-2.4.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jinput-2.0.5.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\jutils-1.0.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\gson-2.2.2.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lwjgl-2.9.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\lwjgl_util-2.9.0.jar;C:\Users\Michael\Desktop\Instances\ForScience\bin\minecraft.jar
2014-03-19 19:02:41 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\Michael\Desktop\Instances\ForScience\bin\natives
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Discovering coremods
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenLib-universal-1.6.4-1.0.0.62.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in CodeChickenLib-universal-1.6.4-1.0.0.62.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ForgeMultipart-universal-1.6.4-1.0.0.244.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ForgeMultipart-universal-1.6.4-1.0.0.244.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy advancedgenetics_v1.4.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy autoutils-1.6.4-1.0.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy backpack-1.27.34-1.6.x.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in backpack-1.27.34-1.6.x.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy buildcraft-A-1.6.4-4.2.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in buildcraft-A-1.6.4-4.2.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy chisel-1.6.4-1.5.0fix.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenCore 0.9.0.9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding CodeChickenCore 0.9.0.9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CodeChickenCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CodeChickenCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy CoFHCore-2.0.0.2.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in CoFHCore-2.0.0.2.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Crossbow-Mod-2-1.6.4-a0.1.6.33.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy dynamicswordskills-1.6.4-1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in dynamicswordskills-1.6.4-1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Galacticraft-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy Galacticraft-Planets-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy idfixminus-1.6.4-1.0.0 (1).jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding idfixminus-1.6.4-1.0.0 (1).jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class IdfixCore
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod info.jbcs.minecraft.idfixminus.IdfixCore requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod IdfixCore
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy immibis-core-57.1.94.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy industrialcraft-2_1.118.401-lf.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in industrialcraft-2_1.118.401-lf.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy InfiniBows-1.6.4-universal-coremod-1.2.0.14.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding InfiniBows-1.6.4-universal-coremod-1.2.0.14.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod myrathi.infinibows.LoadingPlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy InventoryTweaks-MC1.6.2-1.56-b77.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-MC1.6.2-1.56-b77.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class FMLPlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod FMLPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy liquid-xp-57.1.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy LycanitesMobsComplete 1.4.8 [1.6.4].jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in LycanitesMobsComplete 1.4.8 [1.6.4].jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy MicdoodleCore-1.6.4-2.0.11.978.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding MicdoodleCore-1.6.4-2.0.11.978.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class MicdoodlePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod MicdoodlePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy neiaddons-mc164-1.10.4.64.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in neiaddons-mc164-1.10.4.64.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy neiplugins-1.1.0.6.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in neiplugins-1.1.0.6.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in NetherOres-2.2.2-55.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy NetherX 1.2 for MC 1.6.4.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy NotEnoughItems 1.6.1.9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding NotEnoughItems 1.6.1.9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class NEICorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod NEICorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy obsidiplates-1.6.2-universal-2.0.0.15.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in obsidiplates-1.6.2-universal-2.0.0.15.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenBlocks-1.2.5.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in OpenBlocks-1.2.5.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class OpenBlocksCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod OpenBlocksCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenModsLib-0.2.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in OpenModsLib-0.2.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class OpenModsCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod OpenModsCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy OpenPeripheralCore-0.3.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in OpenPeripheralCore-0.3.1.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy PowerCrystalsCore-1.1.8-9.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Adding PowerCrystalsCore-1.1.8-9.jar to the list of known coremods, it will not be examined again
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CoreLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod powercrystals.core.CoreLoader requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CoreLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedBase-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedBase-1.6.4-4.3.2.26.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class DepLoader
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod DepLoader
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedCompat-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in ProjectRedCompat-1.6.4-4.3.2.26.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class CompatibilityCorePlugin
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod mrtjp.projectred.compatibility.CompatibilityCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod CompatibilityCorePlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedIntegration-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedIntegration-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedLighting-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedLighting-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedMechanical-BETA-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ProjectRedWorld-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ProjectRedWorld-1.6.4-4.3.2.26.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy SecretRoomsMod-universal-1.6.4-4.6.2.324.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in SecretRoomsMod-universal-1.6.4-4.6.2.324.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy switches-1.6.4-universal-coremod-1.3.0.25.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in switches-1.6.4-universal-coremod-1.3.0.25.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] The coremod myrathi.switches.LoadingPlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod LoadingPlugin
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy TConstruct_mc1.6.4_1.5.4d4.jar
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in TConstruct_mc1.6.4_1.5.4d4.jar, it will be examined later for regular @Mod instances
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Instantiating coremod class TConstructLoaderContainer
2014-03-19 19:02:42 [WARNING] [ForgeModLoader] The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Scalpel. Suction. Lumber axe. CLEAR! *zap*
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Constructing preloader (Modules: [tconstruct.preloader.AccessTransformers, tconstruct.preloader.ASMInterfaceRepair])
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Found a properties file. Attempting load...
2014-03-19 19:02:42 [INFO] [TCon-Preloader] Loaded properties successfully. Using specified settings.
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Enqueued coremod TConstructLoaderContainer
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy ThermalExpansion-3.0.0.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Not found coremod data in ThermalExpansion-3.0.0.2.jar
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Examining for coremod candidacy twilightforest-1.6.4-1.20.4.jar
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-03-19 19:02:42 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-03-19 19:02:42 [FINE] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
2014-03-19 19:02:42 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-03-19 19:02:42 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
If you get a crash that says something about fluids you need to go into the forge configuration file in the config folder and find B:forceDuplicateFluidBlockCrash=true, replace it with this: B:forceDuplicateFluidBlockCrash=false
-
View User Profile
-
View Posts
-
Send Message
Curse Premium[08:34:15 INFO]: Minecraft Launcher 1.4.4 (through bootstrap 5) started on windows...
[08:34:15 INFO]: Current time is Jul 12, 2014 8:34:15 AM
[08:34:15 INFO]: System.getProperty('os.name') == 'Windows 8.1'
[08:34:15 INFO]: System.getProperty('os.version') == '6.3'
[08:34:15 INFO]: System.getProperty('os.arch') == 'x86'
[08:34:15 INFO]: System.getProperty('java.version') == '1.7.0_55'
[08:34:15 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[08:34:15 INFO]: System.getProperty('sun.arch.data.model') == '32'
[08:34:15 INFO]: JFX has been detected & successfully loaded
[08:34:15 INFO]: Refreshing local version list...
[08:34:15 INFO]: Refreshing remote version list...
[08:34:16 INFO]: Refresh complete.
[08:34:16 INFO]: Loaded 4 profile(s); selected 'Jon4397'
[08:34:16 INFO]: Refreshing auth...
[08:34:16 INFO]: Logging in with access token
[08:34:24 INFO]: Getting syncinfo for selected version
[08:34:24 INFO]: Queueing library & version downloads
[08:34:24 INFO]: Download job 'Version & Libraries' started (16 threads, 36 files)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.1\realms-1.3.1.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[08:34:24 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Download job 'Resources' started (16 threads, 1 files)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.9\launchwrapper-1.9.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1\lwjgl-platform-2.9.1-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180.jar for job 'Version & Libraries'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.1\realms-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 0)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.9\launchwrapper-1.9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[08:34:25 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 1)
[08:34:25 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 2)
[08:34:25 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:25 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 3)
[08:34:25 INFO]: Finished downloading C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
[08:34:25 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.798)
[08:34:26 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:26 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 4)
[08:34:26 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:26 INFO]: Attempting to download C:\Users\Andrew\AppData\Roaming\.minecraft\assets\objects\ad\ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'... (try 5)
[08:34:26 WARN]: Couldn't download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
java.lang.RuntimeException: Server responded with 499
at com.mojang.launcher.updater.download.assets.AssetDownloadable.download(AssetDownloadable.java:113) ~[launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[08:34:26 ERROR]: Gave up trying to download http://resources.download.minecraft.net/ad/ad54e659f30aac968906616c9d4a493c101c0eac for job 'Resources'
[08:34:26 INFO]: Job 'Resources' finished successfully (took 0:00:00.946)
[08:34:26 INFO]: Launching game
[08:34:26 INFO]: Unpacking natives to C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180-natives-63148141596357
[08:34:26 INFO]: Launching in C:\Users\Andrew\AppData\Roaming\.minecraft
[08:34:26 INFO]: Half command: C:\Program Files (x86)\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Djava.library.path=C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180-natives-63148141596357 -cp C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.0.1180\forge-1.7.10-10.13.0.1180.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.9\launchwrapper-1.9.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.1\realms-1.3.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180.jar net.minecraft.launchwrapper.Launch
[08:34:26 INFO]: Looking for orphaned versions to clean up...
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_55, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:34:27 INFO]: Client> [08:34:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:34:27 INFO]: Looking for old natives & assets to clean up...
[08:34:29 INFO]: Client> [08:34:29] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:34:29 INFO]: Client> [08:34:29] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:34:29 INFO]: Client> [08:34:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:34:29 INFO]: Client> [08:34:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:34:29 INFO]: Client> [08:34:29] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:34:30 INFO]: Client> [08:34:30] [main/INFO]: Setting user: jon4397
[08:34:31 INFO]: Client> [08:34:31] [Client thread/INFO]: LWJGL Version: 2.9.1
[08:34:33 INFO]: Client> [08:34:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[08:34:33 INFO]: Client> [08:34:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.0.1180 Initialized
[08:34:33 INFO]: Client> [08:34:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[08:34:33 INFO]: Client> [08:34:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[08:34:33 INFO]: Client> [08:34:33] [Client thread/INFO] [FML]: Searching C:\Users\Andrew\AppData\Roaming\.minecraft\mods for mods
[08:34:35 INFO]: Client> [08:34:35] [Client thread/ERROR] [FML]: Found a duplicate mod TwilightForest at [C:\Users\Andrew\AppData\Roaming\.minecraft\mods\twilightforest-1.7.2-2.0.3(1).jar, C:\Users\Andrew\AppData\Roaming\.minecraft\mods\twilightforest-1.7.2-2.0.3.jar]
[08:34:35 INFO]: Client> [08:34:35] [Client thread/INFO]: Reloading ResourceManager: Default
[08:34:35 INFO]: Client> ---- Minecraft Crash Report ----
[08:34:35 INFO]: Client> // Hi. I'm Minecraft, and I'm a crashaholic.
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> Time: 7/12/14 8:34 AM
[08:34:35 INFO]: Client> Description: Initializing game
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> java.lang.NullPointerException: Initializing game
[08:34:35 INFO]: Client> at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:507)
[08:34:35 INFO]: Client> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[08:34:35 INFO]: Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[08:34:35 INFO]: Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[08:34:35 INFO]: Client> at net.minecraft.client.main.Main.main(SourceFile:148)
[08:34:35 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[08:34:35 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[08:34:35 INFO]: Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[08:34:35 INFO]: Client> at java.lang.reflect.Method.invoke(Unknown Source)
[08:34:35 INFO]: Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
[08:34:35 INFO]: Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> A detailed walkthrough of the error, its code path and all known details is as follows:
[08:34:35 INFO]: Client> ---------------------------------------------------------------------------------------
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> -- Head --
[08:34:35 INFO]: Client> Stacktrace:
[08:34:35 INFO]: Client> at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:507)
[08:34:35 INFO]: Client> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
[08:34:35 INFO]: Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> -- Initialization --
[08:34:35 INFO]: Client> Details:
[08:34:35 INFO]: Client> Stacktrace:
[08:34:35 INFO]: Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
[08:34:35 INFO]: Client> at net.minecraft.client.main.Main.main(SourceFile:148)
[08:34:35 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[08:34:35 INFO]: Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[08:34:35 INFO]: Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[08:34:35 INFO]: Client> at java.lang.reflect.Method.invoke(Unknown Source)
[08:34:35 INFO]: Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
[08:34:35 INFO]: Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> -- System Details --
[08:34:35 INFO]: Client> Details:
[08:34:35 INFO]: Client> Minecraft Version: 1.7.10
[08:34:35 INFO]: Client> Operating System: Windows 8.1 (x86) version 6.3
[08:34:35 INFO]: Client> Java Version: 1.7.0_55, Oracle Corporation
[08:34:35 INFO]: Client> Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
[08:34:35 INFO]: Client> Memory: 40741480 bytes (38 MB) / 154902528 bytes (147 MB) up to 518979584 bytes (494 MB)
[08:34:35 INFO]: Client> JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
[08:34:35 INFO]: Client> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
[08:34:35 INFO]: Client> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
[08:34:35 INFO]: Client> FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 5 mods loaded, 0 mods active
[08:34:35 INFO]: Client> mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
[08:34:35 INFO]: Client> FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar)
[08:34:35 INFO]: Client> Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar)
[08:34:35 INFO]: Client> TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3(1).jar)
[08:34:35 INFO]: Client> TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3.jar)
[08:34:35 INFO]: Client> Launched Version: 1.7.10-Forge10.13.0.1180
[08:34:35 INFO]: Client> LWJGL: 2.9.1
[08:34:35 INFO]: Client> OpenGL: AMD Radeon HD 8570D GL version 4.2.12422 Compatibility Profile Context 13.152.1.1000, ATI Technologies Inc.
[08:34:35 INFO]: Client> GL Caps: Using GL 1.3 multitexturing.
[08:34:35 INFO]: Client> Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
[08:34:35 INFO]: Client> Anisotropic filtering is supported and maximum anisotropy is 16.
[08:34:35 INFO]: Client> Shaders are available because OpenGL 2.1 is supported.
[08:34:35 INFO]: Client>
[08:34:35 INFO]: Client> Is Modded: Definitely; Client brand changed to 'fml,forge'
[08:34:35 INFO]: Client> Type: Client (map_client.txt)
[08:34:35 INFO]: Client> Resource Packs: []
[08:34:35 INFO]: Client> Current Language: English (US)
[08:34:35 INFO]: Client> Profiler Position: N/A (disabled)
[08:34:35 INFO]: Client> Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
[08:34:35 INFO]: Client> Anisotropic Filtering: Off (1)
[08:34:35 INFO]: Client> #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Andrew\AppData\Roaming\.minecraft\crash-reports\crash-2014-07-12_08.34.35-client.txt
[08:34:35 ERROR]: Game ended with bad state (exit code -1)
[08:34:35 INFO]: Ignoring visibility rule and showing launcher due to a game crash
[08:34:35 INFO]: Crash report detected, opening: C:\Users\Andrew\AppData\Roaming\.minecraft\crash-reports\crash-2014-07-12_08.34.35-client.txt
[08:34:35 INFO]: Deleting C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180-natives-63148141596357
[08:34:35 WARN]: Couldn't delete C:\Users\Andrew\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.0.1180\1.7.10-Forge10.13.0.1180-natives-63148141596357 - scheduling for deletion upon exit
[08:34:36 INFO]: Reported crash to Mojang (ID 0)
Is there anything I can do about it?