1

I just updated my Minecraft launcher to 1.6.4 but I am facing some problems using it. It runs correctly without any mod but when I launch with Minecraft Forge, whenever I try to launch it I get the following error and the game won't launch.

Gave up trying to download http://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar for job 'Version & Libraries' Job 'Version & Libraries' finished with 2 failure(s)!

What is the problem?

SevenSidedDie
  • 33,487
  • 17
  • 107
  • 172
Deiknymi
  • 221
  • 4
  • 7
  • 14

2 Answers2

5

The first time that Forge runs it needs to download a bunch of code libraries that match your system. One of these is failing to download for some reason, and it's required for Forge to run. I can download it in my browser though, so whatever is preventing Forge from downloading it automatically isn't preventing me from downloading it manually.

So here's how you may be able to fix it:

  1. Download the library manually. (That's the same link as in the error message in your question.)

    This will download a file named scala-library-2.10.2.jar. Save it somewhere where you can find it again.

  2. Open your .minecraft folder, then navigate to librariesorg .

  3. Inside the org folder, create the folder scala-lang.

  4. Open the new scala-lang folder and create the folder scala-library inside it.

  5. Open the new scala-library and create the folder 2.10.2 inside it.

  6. Open the new 2.10.2 folder. Find scala-library-2.10.2.jar wherever you saved it in step (1), and put it inside 2.10.2.

  7. Now double-check that all the folders are named exactly as above, with no extra letters, and no spaces before or after each folder name. Any errors will prevent the next step from working. Fix any naming errors you find before moving on.

  8. Run the launcher and start Forge. When it gets to the point where it used to try downloading Scala, it should find the library you just manually installed and keep going.

SevenSidedDie
  • 33,487
  • 17
  • 107
  • 172
0

If you look at http://files.minecraftforge.net/fmllibs/ you see that the link to bcprov-jdk15on-148.jar is renamed to bcprov-jdk15on-148.jar.stash

Same thing with scala-library.jar It's renamed to scala-library.jar.stash

Forge is looking for the link without the .stash No wonder Forge has issues with the download.