This is for 1.5.2, but i have no idea what the error means, I've downloaded everything and replaced it 3 times, and it's either this error:
2013-05-30 20:01:57 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-05-30 20:01:57 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-05-30 20:02:03 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/server/gui/GuiLogOutputHandler
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.gui.GuiLogOutputHandler
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] ... 29 more
2013-05-30 20:02:03 [INFO] [STDERR] Caused by: java.lang.NullPointerException
or another error which is a Nosuchmethoderror: bdg.
I've put in a couple of hours of work trying every version of 1.5.2 Forge and even backlogged versions of the mods...any help would be very much appreciated, if you have Paypal i'd gladly send some love your way, this will be the basis of my server eventually and it just defeats me. Thank you all in advance.
----------------- Console Log ------------------
Instance folder is:
C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\
Instance started with command:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx1024m -jar MultiMCLauncher.jar "<username>" "<session ID>" "MultiMC: CandyCraft" "854x480" "Mojang"
Loading jars...
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2013-05-30 20:24:27 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.711 for Minecraft 1.5.2 loading
2013-05-30 20:24:27 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:28 [INFO] [STDOUT] Adding Accesstransformer map: pcc_at.cfg
2013-05-30 20:24:29 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-05-30 20:24:30 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-05-30 20:24:30 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2013-05-30 20:24:30 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2013-05-30 20:24:30 [INFO] [STDOUT] Adding CCTransformer: myrathi.switches.asm.SwitchesClassTransformer
2013-05-30 20:24:35 [INFO] [STDOUT] 229 recipes
2013-05-30 20:24:35 [INFO] [STDOUT] 27 achievements
2013-05-30 20:24:36 [INFO] [Minecraft-Client] Setting user: <username>
2013-05-30 20:24:36 [INFO] [STDOUT] (Session ID is <session ID>)
2013-05-30 20:24:36 [INFO] [Minecraft-Client] LWJGL Version: 2.4.2
2013-05-30 20:24:37 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-05-30 20:24:37 [INFO] [STDOUT] MinecraftForge v7.8.0.711 Initialized
2013-05-30 20:24:37 [INFO] [ForgeModLoader] MinecraftForge v7.8.0.711 Initialized
2013-05-30 20:24:37 [INFO] [STDOUT] Replaced 85 ore recipies
2013-05-30 20:24:37 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-05-30 20:24:37 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\config\logging.properties
2013-05-30 20:24:37 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-05-30 20:24:37 [INFO] [ForgeModLoader] Searching C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\mods for mods
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Forge Mod Loader has identified 70 mods to load
2013-05-30 20:24:40 [INFO] [mcp] Activating mod mcp
2013-05-30 20:24:40 [INFO] [FML] Activating mod FML
2013-05-30 20:24:40 [INFO] [Forge] Activating mod Forge
2013-05-30 20:24:40 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2013-05-30 20:24:40 [INFO] [CoFHCore] Activating mod CoFHCore
2013-05-30 20:24:40 [INFO] [ImmibisMicroblocks] Activating mod ImmibisMicroblocks
2013-05-30 20:24:40 [INFO] [PowerCrystalsCore] Activating mod PowerCrystalsCore
2013-05-30 20:24:40 [INFO] [CoFHNetwork] Activating mod CoFHNetwork
2013-05-30 20:24:40 [INFO] [CoFHWorld] Activating mod CoFHWorld
2013-05-30 20:24:40 [INFO] [ImmibisMicroblocksInstallCheck] Activating mod ImmibisMicroblocksInstallCheck
2013-05-30 20:24:40 [INFO] [AdvancedRepulsionSystems] Activating mod AdvancedRepulsionSystems
2013-05-30 20:24:40 [INFO] [AppliedEnergistics] Activating mod AppliedEnergistics
2013-05-30 20:24:40 [INFO] [BiblioCraft] Activating mod BiblioCraft
2013-05-30 20:24:40 [INFO] [BiomesOPlenty] Activating mod BiomesOPlenty
2013-05-30 20:24:40 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2013-05-30 20:24:40 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2013-05-30 20:24:40 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2013-05-30 20:24:40 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2013-05-30 20:24:40 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2013-05-30 20:24:40 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2013-05-30 20:24:40 [INFO] [ChargePads] Activating mod ChargePads
2013-05-30 20:24:40 [INFO] [ChickenChunks] Activating mod ChickenChunks
2013-05-30 20:24:40 [INFO] [Chisel] Activating mod Chisel
2013-05-30 20:24:40 [INFO] [EnderStorage] Activating mod EnderStorage
2013-05-30 20:24:40 [INFO] [BinnieCore] Activating mod BinnieCore
2013-05-30 20:24:40 [INFO] [ExtraBees] Activating mod ExtraBees
2013-05-30 20:24:40 [INFO] [factorization.misc] Activating mod factorization.misc
2013-05-30 20:24:40 [INFO] [factorization] Activating mod factorization
2013-05-30 20:24:40 [INFO] [factorization.dimensionalSlice] Activating mod factorization.dimensionalSlice
2013-05-30 20:24:40 [INFO] [FlatBedrock] Activating mod FlatBedrock
2013-05-30 20:24:40 [INFO] [FlatSigns] Activating mod FlatSigns
2013-05-30 20:24:40 [INFO] [Forestry] Activating mod Forestry
2013-05-30 20:24:40 [INFO] [GregTech_Addon] Activating mod GregTech_Addon
2013-05-30 20:24:40 [INFO] [ImmibisCore] Activating mod ImmibisCore
2013-05-30 20:24:40 [INFO] [IC2] Activating mod IC2
2013-05-30 20:24:40 [INFO] [IronChest] Activating mod IronChest
2013-05-30 20:24:40 [INFO] [LogisticsPipes|Main] Activating mod LogisticsPipes|Main
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded] Activating mod MineFactoryReloaded
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatAppliedEnergistics] Activating mod MineFactoryReloaded|CompatAppliedEnergistics
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatAtum] Activating mod MineFactoryReloaded|CompatAtum
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatBackTools] Activating mod MineFactoryReloaded|CompatBackTools
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatBiomesOPlenty] Activating mod MineFactoryReloaded|CompatBiomesOPlenty
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatChococraft] Activating mod MineFactoryReloaded|CompatChococraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatExtraBiomes] Activating mod MineFactoryReloaded|CompatExtraBiomes
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatForestry] Activating mod MineFactoryReloaded|CompatForestry
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatForestryPre] Activating mod MineFactoryReloaded|CompatForestryPre
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatIC2] Activating mod MineFactoryReloaded|CompatIC2
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatMagicalCrops] Activating mod MineFactoryReloaded|CompatMagicalCrops
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatMystcraft] Activating mod MineFactoryReloaded|CompatMystcraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatPams] Activating mod MineFactoryReloaded|CompatPams
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatRP2] Activating mod MineFactoryReloaded|CompatRP2
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatSoulShards] Activating mod MineFactoryReloaded|CompatSoulShards
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatSufficientBiomes] Activating mod MineFactoryReloaded|CompatSufficientBiomes
2013-05-30 20:24:40 [INFO] [MFReloaded|CompatThaumcraft] Activating mod MFReloaded|CompatThaumcraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatThermalExpansion] Activating mod MineFactoryReloaded|CompatThermalExpansion
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatTwilightForest] Activating mod MineFactoryReloaded|CompatTwilightForest
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatVanilla] Activating mod MineFactoryReloaded|CompatVanilla
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatXyCraft] Activating mod MineFactoryReloaded|CompatXyCraft
2013-05-30 20:24:40 [INFO] [mmmPowersuits] Activating mod mmmPowersuits
2013-05-30 20:24:40 [INFO] [PowersuitAddons] Activating mod PowersuitAddons
2013-05-30 20:24:40 [INFO] [Natura] Activating mod Natura
2013-05-30 20:24:40 [INFO] [NetherOres] Activating mod NetherOres
2013-05-30 20:24:40 [INFO] [ObsidiPlates] Activating mod ObsidiPlates
2013-05-30 20:24:40 [INFO] [OmniTools] Activating mod OmniTools
2013-05-30 20:24:40 [INFO] [PowerConverters] Activating mod PowerConverters
2013-05-30 20:24:40 [INFO] [Railcraft] Activating mod Railcraft
2013-05-30 20:24:40 [INFO] [StevesCarts] Activating mod StevesCarts
2013-05-30 20:24:40 [INFO] [switches] Activating mod switches
2013-05-30 20:24:40 [INFO] [TConstruct] Activating mod TConstruct
2013-05-30 20:24:40 [INFO] [ThermalExpansion] Activating mod ThermalExpansion
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-05-30 20:24:46 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: bdg
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: bdg
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] ... 29 more
2013-05-30 20:24:46 [INFO] [STDERR] Caused by: java.lang.NullPointerException
------------------- FML Log --------------------
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.711 for Minecraft 1.5.2 loading
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] Discovering coremods
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:25 [SEVERE] [ForgeModLoader] There was a problem downloading the file argo-small-3.2.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
2013-05-30 19:31:25 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:25 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:30 [SEVERE] [ForgeModLoader] There was a problem downloading the file guava-14.0-rc3.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
2013-05-30 19:31:30 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:30 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:35 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Library file asm-all-4.1.jar was downloaded and verified successfully
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:35 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:39 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-148.jar was downloaded and verified successfully
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:39 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:40 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Library file deobfuscation_data_1.5.2.zip was downloaded and verified successfully
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:40 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:58 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:58 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:58 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] <===========>
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] A download error occured
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] A download error occured
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.net.SocketTimeoutException: Read timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 8 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 8 more
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.net.SocketTimeoutException: connect timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 8 more
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 8 more
2013-05-30 19:32:03 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-05-30 19:32:03 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-05-30 19:32:03 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-05-30 19:32:03 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-05-30 19:32:03 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-05-30 19:32:03 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-05-30 19:32:03 [INFO] [STDERR] ... 6 more
He also posted the list with the configs, mods, etc here:
http://www.minecraft...o#entry22645904.
For the lazy here is the list:
Advanced Repulsion Systems: http://dl.dropboxuse...uilt/index.html
Biblio Craft: http://www.minecraft...dated-05152013/
Biomes-O-Plenty: http://www.minecraft...items-and-more/
Build Craft: http://www.mod-buildcraft.com/
Chicken Chunks: http://www.minecraft...ckenbones-mods/
Chisel: http://www.minecraft...mpforge-chisel/
CodeChickenCore: http://www.minecraft...ckenbones-mods/
CoFH Core: http://thermalexpans...s.com/Downloads
Enchanting +: http://www.minecraft...ting-plus-v114/
Ender Storage: http://www.minecraft...ckenbones-mods/
Extra Bees: http://dl.dropboxuse.../downloads.html
Factorization: http://www.minecraft...orization-0737/
Forestry: http://forestry.seng...=main:downloads
Gregtech: http://forum.industr...D=7156&pageNo=1
Immibis Core: http://dl.dropboxuse...uilt/index.html
Immibis' Microblocks: http://dl.dropboxuse...uilt/index.html
Industrial Craft: http://ic2api.player...080/job/IC2_lf/
Inventory Tweaks: http://www.minecraft...eaks-154-may-1/
Iron Chest: http://www.minecraft...raft-15-update/
Logistics Pipes: http://ci.thezorro26...sticsPipes-Dev/
Mine Factory Reloaded: http://www.minecraft...re-100-upvotes/
Modular Powersuits: http://www.machinemu...et/download.php
MPS Addons: http://www.machinemu...et/download.php
Natura: http://www.minecraft...3754-15xnatura/
Not Enough Items: http://www.minecraft...ckenbones-mods/
NEI Plugins: Not Yet Updated
Obsidiplates: http://forum.feed-th...mpendium.18505/
OmniTools: http://thermalexpans...s.com/Downloads
Plugins for Forestry: http://www.minecraft...or-forestry-3x/
Power Converters: http://www.minecraft...re-100-upvotes/
PowerCrystals Core: http://www.minecraft...re-100-upvotes/
Railcraft: http://www.railcraft.info/releases
Rei's Minimap: http://www.minecraft...minimap-v33-06/
Steve's Carts: http://www.minecraft...rts-2-v200a106/
Tinkers Construct: http://www.minecraft...kers-construct/
Thermal Expansion: http://thermalexpans...s.com/Downloads
This is for 1.5.2, but i have no idea what the error means, I've downloaded everything and replaced it 3 times, and it's either this error:
2013-05-30 20:01:57 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-05-30 20:02:03 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/server/gui/GuiLogOutputHandler
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:02:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-30 20:02:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.gui.GuiLogOutputHandler
2013-05-30 20:02:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:02:03 [INFO] [STDERR] ... 29 more
2013-05-30 20:02:03 [INFO] [STDERR] Caused by: java.lang.NullPointerException
I've put in a couple of hours of work trying every version of 1.5.2 Forge and even backlogged versions of the mods...any help would be very much appreciated, if you have Paypal i'd gladly send some love your way, this will be the basis of my server eventually and it just defeats me. Thank you all in advance.
EDIT: This is the generated crash report
Information:
Date: 05-30-2013 20:25:35
Operating System: Windows 7 (build 7600), 64-bit edition
MultiMC Version: 4.3.0 jenkins-MultiMC4Windows-77
Minecraft Version: 1.5.2
------------------ Mod Lists -------------------
ModLoader Mods:
adv-repulsion-systems-55.1.1.jar
Version: 55.1.1
Filename: adv-repulsion-systems-55.1.1.jar
MPSA-0.2.3-142_MPS-531+.jar
Version: 0.2.3-142
Filename: MPSA-0.2.3-142_MPS-531+.jar
appeng-rv10-n.zip
Version: rv.10.n
Filename: appeng-rv10-n.zip
BiblioCraft[v1.2.3].zip
Version: 1.2.3
Filename: BiblioCraft[v1.2.3].zip
Biomes-O-Plenty-0.5.3.zip
Version: 0.5.3
Filename: Biomes-O-Plenty-0.5.3.zip
buildcraft-A-3.6.0.jar
Version: 3.6.0 (31)
Filename: buildcraft-A-3.6.0.jar
chargepads-1.5.2-universal-2.7.0.86.jar
Version: 2.7.0.86
Filename: chargepads-1.5.2-universal-2.7.0.86.jar
ChickenChunks 1.3.2.11.jar
Version: 1.3.2.11
Filename: ChickenChunks 1.3.2.11.jar
EnderStorage 1.4.2.10.jar
Version: 1.4.2.10
Filename: EnderStorage 1.4.2.10.jar
extrabees-1.5.0.6b.zip
Version:
Filename: extrabees-1.5.0.6b.zip
Factorization-0.7.37.jar
Version: 0.7.37
Filename: Factorization-0.7.37.jar
flatsigns-1.5.2-universal-1.2.0.8.jar
Version: 1.2.0.8
Filename: flatsigns-1.5.2-universal-1.2.0.8.jar
FlatBedrock-1.1.1-32.jar
Version:
Filename: FlatBedrock-1.1.1-32.jar
forestry-A-2.2.6.0.jar
Version: 2.2.6.0 (568)
Filename: forestry-A-2.2.6.0.jar
gregtechmod.zip
Version: 3.06c
Filename: gregtechmod.zip
immibis-core-55.1.2.jar
Version: 55.1.2
Filename: immibis-core-55.1.2.jar
industrialcraft-2_1.115.340-lf.jar
Version: 1.115.340-lf
Filename: industrialcraft-2_1.115.340-lf.jar
ironchest-universal-1.5-5.2.1.284.zip
Version: 5.2.1.284
Filename: ironchest-universal-1.5-5.2.1.284.zip
LogisticsPipes-MC1.5.2-0.7.3.dev.455.jar
Version: 0.7.3.dev.455
Filename: LogisticsPipes-MC1.5.2-0.7.3.dev.455.jar
ModularPowersuits-0.6.0-444.jar
Version: 0.6.0-444
Filename: ModularPowersuits-0.6.0-444.jar
MineFactoryReloaded-2.6.1-897.jar
Version: 2.6.1
Filename: MineFactoryReloaded-2.6.1-897.jar
Natura_2.0.21.jar
Version: 2.0
Filename: Natura_2.0.21.jar
NetherOres-2.1.4-71.jar
Version: 2.1.4
Filename: NetherOres-2.1.4-71.jar
obsidiplates-1.5.2-universal-1.5.0.13.jar
Version: 1.5.0.13
Filename: obsidiplates-1.5.2-universal-1.5.0.13.jar
OmniTools-3.1.4.0.jar
Version: 3.1.4.0
Filename: OmniTools-3.1.4.0.jar
PowerConverters-2.3.0-54.jar
Version: 2.2.0
Filename: PowerConverters-2.3.0-54.jar
Railcraft_1.5.2-7.2.1.0.jar
Version: 7.2.1.0
Filename: Railcraft_1.5.2-7.2.1.0.jar
StevesCarts2.0.0.a117.zip
Version:
Filename: StevesCarts2.0.0.a117.zip
switches-1.5.2-universal-1.1.1.20.jar
Version: 1.1.1.20
Filename: switches-1.5.2-universal-1.1.1.20.jar
ThermalExpansion-2.4.3.0.jar
Version: 2.4.3.0
Filename: ThermalExpansion-2.4.3.0.jar
TConstruct_1.3.3.15.jar
Version: 1.3
Filename: TConstruct_1.3.3.15.jar
chisel-1.5.2-1.4.4.jar
Version: 1.4.4
Filename: chisel-1.5.2-1.4.4.jar
Core Mods:
CodeChickenCore 0.8.6.12.jar
Version: 0.8.6.12
Filename: CodeChickenCore 0.8.6.12.jar
CoFHCore-1.5.2.2.jar
Version: 1.5.2.2
Filename: CoFHCore-1.5.2.2.jar
immibis-microblocks-55.0.1.jar
Version: 55.0.1
Filename: immibis-microblocks-55.0.1.jar
NotEnoughItems 1.5.2.21.jar
Version: 1.5.2.21
Filename: NotEnoughItems 1.5.2.21.jar
PowerCrystalsCore-1.1.6-107.jar
Version:
Filename: PowerCrystalsCore-1.1.6-107.jar
----------------- Console Log ------------------
Instance folder is:
C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\
Instance started with command:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx1024m -jar MultiMCLauncher.jar "<username>" "<session ID>" "MultiMC: CandyCraft" "854x480" "Mojang"
Loading jars...
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Gustav/Downloads/instances/CandyCraft/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2013-05-30 20:24:27 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.711 for Minecraft 1.5.2 loading
2013-05-30 20:24:27 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:27 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-05-30 20:24:28 [INFO] [STDOUT] Adding Accesstransformer map: pcc_at.cfg
2013-05-30 20:24:29 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-05-30 20:24:30 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-05-30 20:24:30 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2013-05-30 20:24:30 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2013-05-30 20:24:30 [INFO] [STDOUT] Adding CCTransformer: myrathi.switches.asm.SwitchesClassTransformer
2013-05-30 20:24:35 [INFO] [STDOUT] 229 recipes
2013-05-30 20:24:35 [INFO] [STDOUT] 27 achievements
2013-05-30 20:24:36 [INFO] [Minecraft-Client] Setting user: <username>
2013-05-30 20:24:36 [INFO] [STDOUT] (Session ID is <session ID>)
2013-05-30 20:24:36 [INFO] [Minecraft-Client] LWJGL Version: 2.4.2
2013-05-30 20:24:37 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-05-30 20:24:37 [INFO] [STDOUT] MinecraftForge v7.8.0.711 Initialized
2013-05-30 20:24:37 [INFO] [ForgeModLoader] MinecraftForge v7.8.0.711 Initialized
2013-05-30 20:24:37 [INFO] [STDOUT] Replaced 85 ore recipies
2013-05-30 20:24:37 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-05-30 20:24:37 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\config\logging.properties
2013-05-30 20:24:37 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-05-30 20:24:37 [INFO] [ForgeModLoader] Searching C:\Users\Gustav\Downloads\instances\CandyCraft\minecraft\mods for mods
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Forge Mod Loader has identified 70 mods to load
2013-05-30 20:24:40 [INFO] [mcp] Activating mod mcp
2013-05-30 20:24:40 [INFO] [FML] Activating mod FML
2013-05-30 20:24:40 [INFO] [Forge] Activating mod Forge
2013-05-30 20:24:40 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2013-05-30 20:24:40 [INFO] [CoFHCore] Activating mod CoFHCore
2013-05-30 20:24:40 [INFO] [ImmibisMicroblocks] Activating mod ImmibisMicroblocks
2013-05-30 20:24:40 [INFO] [PowerCrystalsCore] Activating mod PowerCrystalsCore
2013-05-30 20:24:40 [INFO] [CoFHNetwork] Activating mod CoFHNetwork
2013-05-30 20:24:40 [INFO] [CoFHWorld] Activating mod CoFHWorld
2013-05-30 20:24:40 [INFO] [ImmibisMicroblocksInstallCheck] Activating mod ImmibisMicroblocksInstallCheck
2013-05-30 20:24:40 [INFO] [AdvancedRepulsionSystems] Activating mod AdvancedRepulsionSystems
2013-05-30 20:24:40 [INFO] [AppliedEnergistics] Activating mod AppliedEnergistics
2013-05-30 20:24:40 [INFO] [BiblioCraft] Activating mod BiblioCraft
2013-05-30 20:24:40 [INFO] [BiomesOPlenty] Activating mod BiomesOPlenty
2013-05-30 20:24:40 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2013-05-30 20:24:40 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2013-05-30 20:24:40 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2013-05-30 20:24:40 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2013-05-30 20:24:40 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2013-05-30 20:24:40 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2013-05-30 20:24:40 [INFO] [ChargePads] Activating mod ChargePads
2013-05-30 20:24:40 [INFO] [ChickenChunks] Activating mod ChickenChunks
2013-05-30 20:24:40 [INFO] [Chisel] Activating mod Chisel
2013-05-30 20:24:40 [INFO] [EnderStorage] Activating mod EnderStorage
2013-05-30 20:24:40 [INFO] [BinnieCore] Activating mod BinnieCore
2013-05-30 20:24:40 [INFO] [ExtraBees] Activating mod ExtraBees
2013-05-30 20:24:40 [INFO] [factorization.misc] Activating mod factorization.misc
2013-05-30 20:24:40 [INFO] [factorization] Activating mod factorization
2013-05-30 20:24:40 [INFO] [factorization.dimensionalSlice] Activating mod factorization.dimensionalSlice
2013-05-30 20:24:40 [INFO] [FlatBedrock] Activating mod FlatBedrock
2013-05-30 20:24:40 [INFO] [FlatSigns] Activating mod FlatSigns
2013-05-30 20:24:40 [INFO] [Forestry] Activating mod Forestry
2013-05-30 20:24:40 [INFO] [GregTech_Addon] Activating mod GregTech_Addon
2013-05-30 20:24:40 [INFO] [ImmibisCore] Activating mod ImmibisCore
2013-05-30 20:24:40 [INFO] [IC2] Activating mod IC2
2013-05-30 20:24:40 [INFO] [IronChest] Activating mod IronChest
2013-05-30 20:24:40 [INFO] [LogisticsPipes|Main] Activating mod LogisticsPipes|Main
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded] Activating mod MineFactoryReloaded
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatAppliedEnergistics] Activating mod MineFactoryReloaded|CompatAppliedEnergistics
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatAtum] Activating mod MineFactoryReloaded|CompatAtum
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatBackTools] Activating mod MineFactoryReloaded|CompatBackTools
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatBiomesOPlenty] Activating mod MineFactoryReloaded|CompatBiomesOPlenty
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatChococraft] Activating mod MineFactoryReloaded|CompatChococraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatExtraBiomes] Activating mod MineFactoryReloaded|CompatExtraBiomes
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatForestry] Activating mod MineFactoryReloaded|CompatForestry
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatForestryPre] Activating mod MineFactoryReloaded|CompatForestryPre
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatIC2] Activating mod MineFactoryReloaded|CompatIC2
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatMagicalCrops] Activating mod MineFactoryReloaded|CompatMagicalCrops
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatMystcraft] Activating mod MineFactoryReloaded|CompatMystcraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatPams] Activating mod MineFactoryReloaded|CompatPams
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatRP2] Activating mod MineFactoryReloaded|CompatRP2
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatSoulShards] Activating mod MineFactoryReloaded|CompatSoulShards
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatSufficientBiomes] Activating mod MineFactoryReloaded|CompatSufficientBiomes
2013-05-30 20:24:40 [INFO] [MFReloaded|CompatThaumcraft] Activating mod MFReloaded|CompatThaumcraft
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatThermalExpansion] Activating mod MineFactoryReloaded|CompatThermalExpansion
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatTwilightForest] Activating mod MineFactoryReloaded|CompatTwilightForest
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatVanilla] Activating mod MineFactoryReloaded|CompatVanilla
2013-05-30 20:24:40 [INFO] [MineFactoryReloaded|CompatXyCraft] Activating mod MineFactoryReloaded|CompatXyCraft
2013-05-30 20:24:40 [INFO] [mmmPowersuits] Activating mod mmmPowersuits
2013-05-30 20:24:40 [INFO] [PowersuitAddons] Activating mod PowersuitAddons
2013-05-30 20:24:40 [INFO] [Natura] Activating mod Natura
2013-05-30 20:24:40 [INFO] [NetherOres] Activating mod NetherOres
2013-05-30 20:24:40 [INFO] [ObsidiPlates] Activating mod ObsidiPlates
2013-05-30 20:24:40 [INFO] [OmniTools] Activating mod OmniTools
2013-05-30 20:24:40 [INFO] [PowerConverters] Activating mod PowerConverters
2013-05-30 20:24:40 [INFO] [Railcraft] Activating mod Railcraft
2013-05-30 20:24:40 [INFO] [StevesCarts] Activating mod StevesCarts
2013-05-30 20:24:40 [INFO] [switches] Activating mod switches
2013-05-30 20:24:40 [INFO] [TConstruct] Activating mod TConstruct
2013-05-30 20:24:40 [INFO] [ThermalExpansion] Activating mod ThermalExpansion
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-05-30 20:24:40 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-05-30 20:24:46 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: bdg
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-30 20:24:46 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-30 20:24:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: bdg
2013-05-30 20:24:46 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-30 20:24:46 [INFO] [STDERR] ... 29 more
2013-05-30 20:24:46 [INFO] [STDERR] Caused by: java.lang.NullPointerException
------------------- FML Log --------------------
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.711 for Minecraft 1.5.2 loading
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
2013-05-30 19:31:19 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] Discovering coremods
2013-05-30 19:31:19 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:19 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:25 [SEVERE] [ForgeModLoader] There was a problem downloading the file argo-small-3.2.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
2013-05-30 19:31:25 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:25 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:30 [SEVERE] [ForgeModLoader] There was a problem downloading the file guava-14.0-rc3.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
2013-05-30 19:31:30 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:30 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:35 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Library file asm-all-4.1.jar was downloaded and verified successfully
2013-05-30 19:31:35 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:35 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:39 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-148.jar was downloaded and verified successfully
2013-05-30 19:31:39 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:39 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:40 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Library file deobfuscation_data_1.5.2.zip was downloaded and verified successfully
2013-05-30 19:31:40 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:40 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:58 [FINEST] [ForgeModLoader] Download complete
2013-05-30 19:31:58 [INFO] [ForgeModLoader] Download complete
2013-05-30 19:31:58 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] <===========>
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] A download error occured
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] A download error occured
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.net.SocketTimeoutException: Read timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 8 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 8 more
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.net.SocketTimeoutException: connect timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 8 more
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 8 more
2013-05-30 19:32:03 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-05-30 19:32:03 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-05-30 19:32:03 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-05-30 19:32:03 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-05-30 19:32:03 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-05-30 19:32:03 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
2013-05-30 19:32:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-05-30 19:32:03 [INFO] [STDERR] ... 6 more
-
View User Profile
-
View Posts
-
Send Message
Retired Staff2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-05-30 19:31:58 [SEVERE] [ForgeModLoader] <===========>