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

    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • So i have a forge modded aternos server that worked just fine for a month untill today it suddenly crashes most of the time giving errors and idk which mod is causing the error or its smth else here is the crash log link https://mclo.gs/gGkzGKT
    • Struggling to decipher a crash report I'm getting in a custom modpack I'm tinkering with. The crash happens on startup, but weirdly, only some of the time. It seems to be related to Steves Carts, but weirdly it only started happening recently, and I can't identify if another mod is conflicting, or why it is only happening some of the time:   java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.player.Player.m_20202_()" because "player" is null at vswe.stevescarts.events.OverlayEventHandler.onRenderTick(OverlayEventHandler.java:24) ~[stevescarts-1.20.1-1.1.14.jar%23527!/:1.20.1-1.1.14] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%23127!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onRenderTickEnd(ForgeEventFactory.java:919) ~[forge-1.20.1-47.1.106-universal.jar%23581!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.potential_spawns_alloc.ForgeEventFactoryMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1148) ~[client-1.20.1-20230612.114412-srg.jar%23576!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23576!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[minecraft-1.20.1-client.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}     Including some extra info in case any of it is relevant^. Appreciate any ideas/advice!    
  • Topics

×
×
  • Create New...

Important Information

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