Jump to content

[SOLVED] FML fatal error even with added files to lib folder.


Recommended Posts

I use minecraft version 1.5.1 and FML 1.5.1 with a clear minecraft.jar file. Everytime I try to run minecraft so it installs FML it says it an fatal error. So I look around and find that someone has said to download and install manually these .jar files in lib folder in .minecraft folder (http://files.minecraftforge.net/fmllibs/fml_libs.zip). So I do and delete the other files in that were already there. When launching minecraft again it says those files are verified and successfully downloaded. Once I reach about around %33 when downloading scala-library it crashes. I check my crash log and it says download the scala-library.jar file from (http://files.minecraftforge.net/fmllibs/scala-library.jar). I do and add it to the lib folder. I run it again and it says it corrupted. Upon checking my lib folder a few times during the process I realize that the folder re-adds the ones I deleted after crashing. I decide to run minecraft with them in there and it goes straight to crashing and fatal error. Nothing on the EAQ helps me. I need help. Or should I just stick with RML?

 

Crash Log

 

2013-05-05 01:26:49 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.38.600 for Minecraft 1.5.1 loading

2013-05-05 01:26:49 [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-05-05 01:26:49 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\MadnessInfluence\Downloads\Minecraft.exe

2013-05-05 01:26:49 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre6\bin;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)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;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;C:\Program Files (x86)\Windows Live\Shared;C:\Users\pelham\AppData\Local\Smartbar\Application\;C:\Program Files\Java\jre6\bin;.

2013-05-05 01:26:49 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Discovering coremods

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-05-05 01:26:49 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir

2013-05-05 01:26:49 [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-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] <===========>

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] The file scala-library.jar was found in your lib directory and has an invalid checksum a5e965cbd8282d6c780407005d9ce572e351d85e (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again.

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] <<< ==== >>>

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.

2013-05-05 01:26:49 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: The file scala-library.jar was found in your lib directory and has an invalid checksum a5e965cbd8282d6c780407005d9ce572e351d85e (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.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.replace(Launcher.java:136)

at net.minecraft.Launcher$1.run(Launcher.java:79)

2013-05-05 01:26:51 [iNFO] [sTDERR] Exception in thread "Thread-7" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue

2013-05-05 01:26:51 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-05-05 01:26:51 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)

2013-05-05 01:26:51 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-05-05 01:26:51 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-05-05 01:26:51 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136)

2013-05-05 01:26:51 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79)

2013-05-05 01:26:51 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue

2013-05-05 01:26:51 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)

2013-05-05 01:26:51 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-05-05 01:26:51 [iNFO] [sTDERR] ... 5 more

 

 

Link to comment
Share on other sites

java.lang.RuntimeException: The file scala-library.jar was found in your lib directory and has an invalid checksum a5e965cbd8282d6c780407005d9ce572e351d85e (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again.

Download this http://files.minecraftforge.net/fmllibs/scala-library.jar

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.