Im trying to install mods through MagicLauncher. Problem is when i try and login it tells me to go to ForgeModLoader_client_0.log and when i do this pops us:
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.8.611 for Minecraft 1.5.1 loading
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.6.0_27, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre6
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/johnny/Desktop/MagicLauncher_1.0.0.exe
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Java library path at launch is bin/natives
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Downloading file http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:10 [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-04-13 15:39:10 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-04-13 15:39:10 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:10 [INFO] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:15 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.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-04-13 15:39:15 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
2013-04-13 15:39:15 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...ala-library.jar
2013-04-13 15:39:15 [INFO] [ForgeModLoader] Downloading file http://files.minecra...ala-library.jar
2013-04-13 15:39:24 [FINEST] [ForgeModLoader] Download complete
2013-04-13 15:39:24 [INFO] [ForgeModLoader] Download complete
2013-04-13 15:39:24 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-04-13 15:39:24 [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-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...o-small-3.2.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.1.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra..._data_1.5.1.zip
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...ala-library.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] <===========>
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] A download error occured
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] A download error occured
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-04-13 15:39:24 [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.relaunchClient(FMLRelauncher.java:104)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
at net.minecraft.client.Minecraft.main(Minecraft.java:2228)
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 magic.launcher.Launcher.main(Unknown Source)
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 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)
... 10 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.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.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 10 more
2013-04-13 15:39:24 [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.relaunchClient(FMLRelauncher.java:104)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
at net.minecraft.client.Minecraft.main(Minecraft.java:2228)
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 magic.launcher.Launcher.main(Unknown Source)
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 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)
... 10 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.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.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 10 more
I have a similar problem I'm trying to down load Rei's mini map mod and when i log into minecraft it tells me to check ForgeModLoader_client_0.log when i go there it's empty but there is a notepad file beside it called ForgeModLoader_client_0
and it says in it
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Forge Mod Loader version 5.0.38.600 for Minecraft 1.5.1 loading
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_17, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/Yvonne/AppData/Local/Temp/e4j67FD.tmp_dir/MinecraftSP.jar
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Java library path at launch is C:\windows\SysWOW64;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;c:\program files (x86)\java\jre7\bin;.
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:52 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Library file argo-small-3.2.jar was downloaded and verified successfully
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-04-15 21:02:52 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:56 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Library file guava-14.0-rc3.jar was downloaded and verified successfully
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-04-15 21:02:56 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:57 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Library file asm-all-4.1.jar was downloaded and verified successfully
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-04-15 21:02:57 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:00 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-148.jar was downloaded and verified successfully
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip
2013-04-15 21:03:00 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:01 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Library file deobfuscation_data_1.5.1.zip was downloaded and verified successfully
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-04-15 21:03:01 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-04-15 21:03:11 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:11 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:11 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-04-15 21:03:27 [INFO] [STDERR] Exception in thread "Thread-2" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:153)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:94)
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.access$100(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.findClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:134)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:96)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:271)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-15 21:03:27 [INFO] [STDERR] ... 5 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] ... 20 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
2013-04-15 21:03:27 [INFO] [STDERR] ... 22 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] ... 26 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
2013-04-15 21:03:27 [INFO] [STDERR] ... 28 more
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.8.611 for Minecraft 1.5.1 loading
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.6.0_27, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre6
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/johnny/Desktop/MagicLauncher_1.0.0.exe
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Java library path at launch is bin/natives
2013-04-13 15:39:05 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-04-13 15:39:05 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:05 [INFO] [ForgeModLoader] Downloading file http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:10 [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-04-13 15:39:10 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-04-13 15:39:10 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:10 [INFO] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:15 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.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-04-13 15:39:15 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
2013-04-13 15:39:15 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...ala-library.jar
2013-04-13 15:39:15 [INFO] [ForgeModLoader] Downloading file http://files.minecra...ala-library.jar
2013-04-13 15:39:24 [FINEST] [ForgeModLoader] Download complete
2013-04-13 15:39:24 [INFO] [ForgeModLoader] Download complete
2013-04-13 15:39:24 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-04-13 15:39:24 [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-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...o-small-3.2.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...va-14.0-rc3.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.1.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-148.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra..._data_1.5.1.zip
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...ala-library.jar
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] <===========>
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] A download error occured
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] A download error occured
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-04-13 15:39:24 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-04-13 15:39:24 [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.relaunchClient(FMLRelauncher.java:104)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
at net.minecraft.client.Minecraft.main(Minecraft.java:2228)
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 magic.launcher.Launcher.main(Unknown Source)
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 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)
... 10 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.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.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 10 more
2013-04-13 15:39:24 [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.relaunchClient(FMLRelauncher.java:104)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
at net.minecraft.client.Minecraft.main(Minecraft.java:2228)
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 magic.launcher.Launcher.main(Unknown Source)
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 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)
... 10 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.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.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
... 10 more
plz help with this
and it says in it
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Forge Mod Loader version 5.0.38.600 for Minecraft 1.5.1 loading
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_17, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/Yvonne/AppData/Local/Temp/e4j67FD.tmp_dir/MinecraftSP.jar
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Java library path at launch is C:\windows\SysWOW64;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;c:\program files (x86)\java\jre7\bin;.
2013-04-15 21:02:51 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar
2013-04-15 21:02:51 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-04-15 21:02:51 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:52 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Library file argo-small-3.2.jar was downloaded and verified successfully
2013-04-15 21:02:52 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-04-15 21:02:52 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:56 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Library file guava-14.0-rc3.jar was downloaded and verified successfully
2013-04-15 21:02:56 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-04-15 21:02:56 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:02:57 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Library file asm-all-4.1.jar was downloaded and verified successfully
2013-04-15 21:02:57 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-04-15 21:02:57 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:00 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-148.jar was downloaded and verified successfully
2013-04-15 21:03:00 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip
2013-04-15 21:03:00 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:01 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Library file deobfuscation_data_1.5.1.zip was downloaded and verified successfully
2013-04-15 21:03:01 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-04-15 21:03:01 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2013-04-15 21:03:11 [FINEST] [ForgeModLoader] Download complete
2013-04-15 21:03:11 [INFO] [ForgeModLoader] Download complete
2013-04-15 21:03:11 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully
2013-04-15 21:03:27 [INFO] [STDERR] Exception in thread "Thread-2" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:153)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:94)
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.access$100(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-04-15 21:03:27 [INFO] [STDERR] at java.net.URLClassLoader.findClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:134)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:96)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:271)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-15 21:03:27 [INFO] [STDERR] ... 5 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.ASMTransformer
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] ... 20 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)
2013-04-15 21:03:27 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
2013-04-15 21:03:27 [INFO] [STDERR] ... 22 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-15 21:03:27 [INFO] [STDERR] ... 26 more
2013-04-15 21:03:27 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
2013-04-15 21:03:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
2013-04-15 21:03:27 [INFO] [STDERR] ... 28 more