Jump to content

Minecraft forge library-reflect wont install


Invader4357

Recommended Posts

Recently i wanted to download Minecraft Forge for Minecraft1.8 and after I played manually I proceeded to download Forge with the recommended installer. In the middle of the installation an error appear and it said: "These libraries failed to download. Try again.

org.scala-lang:scala-reflect:2.11.1" . I then tried again, and again, and again. Then I tried with different versions but still got the same error. I even tried version 1.7.10 but still it said that the library reflect failt to download. Then I tried downloading it manually using cmd and failed again.

If you have any idea how it can be fixed please type it.

Here are the logs:

Microsoft Windows [Version 6.1.7601]

Copyright © 2009 Microsoft Corporation.  All rights reserved.

 

C:\Users\USER>cd Downloads

 

C:\Users\USER\Downloads>dir

Volume in drive C has no label.

Volume Serial Number is F8A5-87CB

 

Directory of C:\Users\USER\Downloads

 

22.03.2015 г.  22:34    <DIR>          .

22.03.2015 г.  22:34    <DIR>          ..

09.08.2012 г.  17:04            98 759 300029016852_0112287296_20120804.pdf

21.02.2012 г.  11:41          133 120 CV_EK.doc

23.03.2012 г.  12:17          133 120 CV_Orange.doc

22.03.2015 г.  17:30              838 Downloads - Shortcut.lnk

09.12.2011 г.  17:30        14 717 808 DTLite4451-0236.exe

22.03.2015 г.  22:35        19 543 074 fmllibs16.zip

22.03.2015 г.  18:00        3 319 548 forge-1.8-11.14.0.1295-1.8-installer-win.

exe

22.03.2015 г.  18:05        3 429 006 forge-1.8-11.14.1.1334-installer-win.exe

22.03.2015 г.  18:09        3 443 661 forge-1.8-11.14.1.1339-installer-win.exe

09.12.2011 г.  13:38        3 555 912 rcpsetup_softonic_728_90_cs.exe

09.12.2011 г.  13:50            24 052 Torrent.torrent

              11 File(s)    48 398 898 bytes

              2 Dir(s)  50 527 186 944 bytes free

 

C:\Users\USER\Downloads>java -jar forge-1.8-11.14.1.1339-installer-win.exe

Considering library net.minecraftforge:forge:1.8-11.14.1.1339

Considering library net.minecraft:launchwrapper:1.11

Considering library org.ow2.asm:asm-all:5.0.3

Considering library com.typesafe.akka:akka-actor_2.11:2.3.3

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\a

kka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library com.typesafe:config:1.2.1

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\com\typesafe\config

\1.2.1\config-1.2.1.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang:scala-actors-migration_2.11:1.1.0

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\scal

a-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar" internal ch

ecksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang:scala-compiler:2.11.1

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\scal

a-compiler\2.11.1\scala-compiler-2.11.1.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.

2

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\plug

ins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.

2.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0

.2

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\plug

ins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.

0.2.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang:scala-library:2.11.1

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\scal

a-library\2.11.1\scala-library-2.11.1.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library org.scala-lang:scala-parser-combinators_2.11:1.0.1

Considering library org.scala-lang:scala-reflect:2.11.1

Downloading library org.scala-lang:scala-reflect:2.11.1

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.MeteredStream.read(Unknown Source)

        at java.io.FilterInputStream.read(Unknown Source)

        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unkn

own Source)

        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unkn

own Source)

        at com.google.common.io.ByteStreams.copy(ByteStreams.java:207)

        at com.google.common.io.ByteSource.copyTo(ByteSource.java:204)

        at com.google.common.io.Files.copy(Files.java:382)

        at cpw.mods.fml.installer.DownloadUtils.downloadFile(DownloadUtils.java:

291)

        at cpw.mods.fml.installer.DownloadUtils.downloadInstalledLibraries(Downl

oadUtils.java:85)

        at cpw.mods.fml.installer.ClientInstall.run(ClientInstall.java:96)

        at cpw.mods.fml.installer.InstallerAction.run(InstallerAction.java:42)

        at cpw.mods.fml.installer.InstallerPanel.run(InstallerPanel.java:289)

        at cpw.mods.fml.installer.SimpleInstaller.launchGui(SimpleInstaller.java

:148)

        at cpw.mods.fml.installer.SimpleInstaller.main(SimpleInstaller.java:34)

Trying unpacked library org.scala-lang:scala-reflect:2.11.1

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.MeteredStream.read(Unknown Source)

        at java.io.FilterInputStream.read(Unknown Source)

        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unkn

own Source)

        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unkn

own Source)

        at com.google.common.io.ByteStreams.copy(ByteStreams.java:207)

        at com.google.common.io.ByteSource.copyTo(ByteSource.java:204)

        at com.google.common.io.Files.copy(Files.java:382)

        at cpw.mods.fml.installer.DownloadUtils.downloadFile(DownloadUtils.java:

291)

        at cpw.mods.fml.installer.DownloadUtils.downloadInstalledLibraries(Downl

oadUtils.java:91)

        at cpw.mods.fml.installer.ClientInstall.run(ClientInstall.java:96)

        at cpw.mods.fml.installer.InstallerAction.run(InstallerAction.java:42)

        at cpw.mods.fml.installer.InstallerPanel.run(InstallerPanel.java:289)

        at cpw.mods.fml.installer.SimpleInstaller.launchGui(SimpleInstaller.java

:148)

        at cpw.mods.fml.installer.SimpleInstaller.main(SimpleInstaller.java:34)

Considering library org.scala-lang:scala-swing_2.11:1.0.1

Considering library org.scala-lang:scala-xml_2.11:1.0.2

Checking "C:\Users\USER\AppData\Roaming\.minecraft\libraries\org\scala-lang\scal

a-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar" internal checksums

    checksums.sha1 validated successfully

    Jar contents validated successfully

Considering library lzma:lzma:0.0.1

Considering library net.sf.jopt-simple:jopt-simple:4.5

Link to comment
Share on other sites

Something is stopping you from keeping the connection to the download server.

You could always install the file manually : http://mvnrepository.com/artifact/org.scala-lang/scala-reflect/2.11.1

Put it in the correct folder in libraries.

Or, just keep trying.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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