Yarrmor Posted October 16, 2013 Posted October 16, 2013 I downloaded the 2.0.4 Server file from the website, but upon starting launch.bat this error pops up. I tried downloading it manually, but the links result into 404. I have firewall off, still no change. 2013-10-16 18:01:39 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2013-10-16 18:01:39 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_40, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7 2013-10-16 18:01:39 [FINE] [ForgeModLoader] Java classpath at launch is Voltz.jar 2013-10-16 18:01:39 [FINE] [ForgeModLoader] Java library path at launch is C:\Windows\system32;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;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)\ATI Technologies\ATI.ACE\Core-Static;. 2013-10-16 18:01:39 [FINE] [ForgeModLoader] Enabling runtime deobfuscation 2013-10-16 18:01:39 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar 2013-10-16 18:01:39 [iNFO] [ForgeModLoader] Download complete 2013-10-16 18:01:39 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-10-16 18:01:41 [iNFO] [ForgeModLoader] Download complete 2013-10-16 18:01:41 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar 2013-10-16 18:01:41 [iNFO] [ForgeModLoader] Download complete 2013-10-16 18:01:41 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-10-16 18:01:41 [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-10-16 18:01:41 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip 2013-10-16 18:01:42 [iNFO] [ForgeModLoader] Download complete 2013-10-16 18:01:42 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] There was a problem downloading the file scala-library.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-10-16 18:01:42 [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-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] <===========> 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] A download error occured 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] A download error occured 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] <<< ==== >>> 2013-10-16 18:01:42 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review. 2013-10-16 18:01:42 [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.relaunchServer(FMLRelauncher.java:147) at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 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) ... 5 more Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 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) ... 5 more 2013-10-16 18:01:42 [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.relaunchServer(FMLRelauncher.java:147) at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar 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) ... 5 more Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar 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) ... 5 more 2013-10-16 18:01:42 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-10-16 18:01:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192) 2013-10-16 18:01:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147) 2013-10-16 18:01:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) 2013-10-16 18:01:42 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) 2013-10-16 18:01:42 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-10-16 18:01:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261) 2013-10-16 18:01:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172) 2013-10-16 18:01:42 [iNFO] [sTDERR] ... 3 more
TheHappyMiner Posted October 16, 2013 Posted October 16, 2013 The error is caused by some of the files being changed to stash files so they cant download. il quickly look for the download links but i set up a server last week and i had this error. will post the links when i find them
TheHappyMiner Posted October 16, 2013 Posted October 16, 2013 FOUND IT! dowload these files and place in the lib folder http://files.minecraftforge.net/fmllibs/scala-library.jar.stash http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar.stash EDIT: convert to jar files then place in lib folder. do this by getting rid of the .stash bit so it just says .jar at the end
angryoctopus88 Posted October 18, 2013 Posted October 18, 2013 i tried that and this came up 2013-10-18 13:21:03 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2013-10-18 13:21:03 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:Program FilesJavajre7 2013-10-18 13:21:03 [FINE] [ForgeModLoader] Java classpath at launch is Voltz.jar 2013-10-18 13:21:03 [FINE] [ForgeModLoader] Java library path at launch is C:Windowssystem32;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)QuickTimeQTSystem;. 2013-10-18 13:21:03 [FINE] [ForgeModLoader] Enabling runtime deobfuscation 2013-10-18 13:21:03 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-10-18 13:21:03 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-10-18 13:21:03 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.galacticraft.asm.GalacticraftPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-10-18 13:21:03 [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-10-18 13:21:03 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2013-10-18 13:21:03 [FINE] [ForgeModLoader] The coremod powercrystals.core.CoreLoader requested minecraft version 1.5.2 and minecraft is 1.5.2. It will be loaded. 2013-10-18 13:21:03 [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-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] <===========> 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] The file bcprov-jdk15on-148.jar was found in your lib directory and has an invalid checksum c0b0b00b13f9709dad2f5e939666a12a50eaeb0b (expecting 960dea7c9181ba0b17e8bab0c06a43f0a5f04e65) - it is unlikely to be the correct download, please move it out of the way and try again. 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] The file scala-library.jar was found in your lib directory and has an invalid checksum f0117866aa70601aac975e39c3e24e7975a28538 (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again. 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] <<< ==== >>> 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review. 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] Error details java.lang.RuntimeException: The file bcprov-jdk15on-148.jar was found in your lib directory and has an invalid checksum c0b0b00b13f9709dad2f5e939666a12a50eaeb0b (expecting 960dea7c9181ba0b17e8bab0c06a43f0a5f04e65) - it is unlikely to be the correct download, please move it out of the way and try again. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:193) at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172) at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147) at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) 2013-10-18 13:21:03 [sEVERE] [ForgeModLoader] Error details java.lang.RuntimeException: The file scala-library.jar was found in your lib directory and has an invalid checksum f0117866aa70601aac975e39c3e24e7975a28538 (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:193) at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172) at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147) at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) 2013-10-18 13:21:03 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-10-18 13:21:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192) 2013-10-18 13:21:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147) 2013-10-18 13:21:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45) 2013-10-18 13:21:03 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367) 2013-10-18 13:21:03 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-10-18 13:21:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261) 2013-10-18 13:21:03 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172) 2013-10-18 13:21:03 [iNFO] [sTDERR]... 3 more
Zicer Posted October 19, 2013 Posted October 19, 2013 I have this same exact problem and I feel like pulling my hair out of my head because when you replace the files, it still dosent work
GC_Anonymous_CG Posted October 21, 2013 Posted October 21, 2013 Hey, I got the solution to this problem. Download the files from TheHappyMiner and place them into your lib folder. After that you have to rename and !remove the .stash! after that the files transform into .jar files. Open your Server and it should work (Worked for me)
sanji_sama Posted November 8, 2013 Posted November 8, 2013 After that you have to rename and !remove the .stash! after that the files transform into .jar files. i have no idea what this means: "!remove the .stash!"
Jason03272002 Posted November 9, 2013 Posted November 9, 2013 This works, just rename it and remove the ".stash" (Without the "s).
Jason03272002 Posted November 9, 2013 Posted November 9, 2013 This works, just rename it and remove the ".stash" (Without the "s). P.S. You're welcome. This works, just rename it and remove the ".stash" (Without the "s). P.P.S, I'm talking about installing the two files from post #2.
Joshua Tack Posted November 14, 2013 Posted November 14, 2013 Where is this lib folder at? Wen you go into your folder where your launch.bat is you should have a folder called "lib" place them in there and change remove the .stash from the extention. If you don't see these extentions look it up on how to see them (its simple) just google: Windows How to show your extentions, or something simular. Hope it helps
Joshua Tack Posted November 14, 2013 Posted November 14, 2013 FOUND IT! dowload these files and place in the lib folder http://files.minecraftforge.net/fmllibs/scala-library.jar.stash http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar.stash EDIT: convert to jar files then place in lib folder. do this by getting rid of the .stash bit so it just says .jar at the end Thanks alot dude I've searched for hours to find these files :3 Love ya xxx (no homo)
Starman245 Posted December 21, 2013 Posted December 21, 2013 I dont have a lib folder. if its somewhere else, where would i find it? or would i create one myself?
ITzWilliey Posted December 23, 2013 Posted December 23, 2013 YESSSSSS THANK THE LORD IT WORK I COULD KISS YOU RIGHT NOW (no homo)
CoalOres Posted January 25, 2014 Posted January 25, 2014 How do you convert it to .jar ? My name in my lib folder is, for instance 'scala-library.jar' File Type : STASH There is no .stash at the end. But when i had downloaded it there was a .stash but not in the folder there isn't. So please can someone help?
TheQuack45 Posted February 5, 2014 Posted February 5, 2014 How do you convert it to .jar ? My name in my lib folder is, for instance 'scala-library.jar' File Type : STASH There is no .stash at the end. But when i had downloaded it there was a .stash but not in the folder there isn't. So please can someone help? Do you have your computer enabled to show file extensions? That sounds like the thing that is causing the issue here. If you don't have that enabled, and you are on Windows 7, (this may work with other versions of Windows, but I can't make any guarantees) follow these instructions. 1. Open the start menu and type "Show or hide file extensions" 2. Select the option under Control Panel that is named "Show or hide file extensions" 3. Find the option in the resulting menu that says "Hide extensions for known file types" 4. Uncheck the box next to that. 5. Press "Apply" and then press "OK" 6. File extensions should now be shown. Once that's done, go back to the /lib directory of the Voltz server files. "scala-library.jar" should now show as "scala-library.jar.stash" Simply double click the "scala-library.jar.stash" file, remove the ".stash" part of the name, and hit enter. Windows will probably come up with a dialog box warning you about changing file extensions. Select "Yes", you are sure that you want to do this. Now, boot up the sever. It should be fixed now! Let me know if it doesn't work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now