Jump to content

Recommended Posts

Posted

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. 

Posted
13 hours ago, diesieben07 said:

It is being looked into.

Use a modern version for the time being.

The mod I'm trying to use requires version 1.14.4 

Thank you for looking into it. Please let me know if there's anything I can do to fix this. 

Posted

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
Posted

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?

Posted

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
Posted (edited)

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
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
  • Topics

×
×
  • Create New...

Important Information

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