Jump to content

Libraries Failed To Download. Try Again 1.14.4


Yvonne Squirrel

Recommended Posts

Every time I try to download the 1.14.4 forge it keeps saying: 

Libraries failed to download. Try Again. 

net.minecraftforge:accesstransformers:1.0.5-shadowed
net.minecraftforge:eventbus:1.0.0-service
 

I'm on macOS and I tried everything I found online. I used a VPN, I tried reinstalling java multiple times and I have a secure internet connection and I just can't figure out what to do. I tried restarting my computer multiple times and I'm just not sure what to do. Please help. 

Link to comment
Share on other sites

Also happening with Forge 11.14.1.1334 1.8

It's extremely frustrating and I'm glad that others are having the same problem but on different versions, because I thought I was gonna be the only one who can't even download forge 1.8. Anyways I'm not gonna talk about why I specifically need Forge 11.14.1.1334 1.8, lets just say for now that I was bored of being lonely again. 

  • Sad 1
Link to comment
Share on other sites

1.15.2 forge JAR also is not downloading these because the link does not exist.

https://maven.creeperhost.net/net/minecraftforge/eventbus/2.2.1-service/eventbus-2.2.1-service.jar

https://maven.creeperhost.net/net/minecraftforge/accesstransformers/2.1.3-shadowed/accesstransformers-2.1.3-shadowed.jar

But I can download these from minecraftforge.net

net.minecraftforge:accesstransformers:2.1.3-shadowed
net.minecraftforge:eventbus:2.2.1-service

Once I've downloaded them I don't know how to point the JAR installer to the files!

Any help with that?

Link to comment
Share on other sites

Okay, I've manually fixed it by finding those JAR files that fail to download in log (see previous post where I found them)... I then put those files into the folder the installer extracts them to.

C:\Users\<YOUR USER>\AppData\Roaming\.minecraft\libraries\net\minecraftforge

\accesstransformers\2.1.3-shadowed\accesstransformers-2.1.3-shadowed.jar

\eventbus\2.2.1-service\eventbus-2.2.1-service.jar

Done... fixed...

  • Like 1
Link to comment
Share on other sites

I can't seem to find those files you are talking about.

Honestly, not the fix we are looking for. I am constantly installing different versions. Currently all versions are broken with the server installer (Maybe not 1.17 though as I have not yet tested it)

I think creeperhost repository is missing some files:

 

 JVM info: Private Build - 1.8.0_292 - 25.292-b10
java.net.preferIPv4Stack=true
Found java version 1.8.0_292
Target Directory: .
Data kindly mirrored by CreeperHost at https://www.creeperhost.net/
....
Considering library net.minecraftforge:accesstransformers:2.2.0-shadowed
  Downloading library from https://maven.creeperhost.net/net/minecraftforge/accesstransformers/2.2.0-shadowed/accesstransformers-2.2.0-shadowed.jar
java.io.FileNotFoundException: https://maven.creeperhost.net/net/minecraftforge/accesstransformers/2.2.0-shadowed/accesstransformers-2.2.0-shadowed.jar
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:146)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
    at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
    at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
    at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:91)
    at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:122)
Caused by: java.io.FileNotFoundException: https://maven.creeperhost.net/net/minecraftforge/accesstransformers/2.2.0-shadowed/accesstransformers-2.2.0-shadowed.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
    at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
    ... 5 more
Considering library net.minecraftforge:eventbus:3.0.5-service
  Downloading library from https://maven.creeperhost.net/net/minecraftforge/eventbus/3.0.5-service/eventbus-3.0.5-service.jar
java.io.FileNotFoundException: https://maven.creeperhost.net/net/minecraftforge/eventbus/3.0.5-service/eventbus-3.0.5-service.jar
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:146)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:134)
    at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:123)
    at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:79)
    at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:91)
    at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:122)
Caused by: java.io.FileNotFoundException: https://maven.creeperhost.net/net/minecraftforge/eventbus/3.0.5-service/eventbus-3.0.5-service.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
    at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:203)
    at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:144)
    ... 5 more
Considering library net.minecraftforge:forgespi:3.2.0
  Downloading library from https://maven.creeperhost.net/net/minecraftforge/forgespi/3.2.0/forgespi-3.2.0.jar
    Download completed: Checksum validated.
....

...

...

..

...
These libraries failed to download. Try again.

net.minecraftforge:accesstransformers:2.2.0-shadowed
net.minecraftforge:eventbus:3.0.5-service

There was an error during installation

 

 

 

 

 

Edited by Ultramoo
adding logs
Link to comment
Share on other sites

  • Guest locked this topic
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.