Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baubles 1.7.10 Link is down #335

Open
felipeleite5w opened this issue Apr 2, 2021 · 0 comments
Open

Baubles 1.7.10 Link is down #335

felipeleite5w opened this issue Apr 2, 2021 · 0 comments

Comments

@felipeleite5w
Copy link

When i launch my server this error happens, and it says that the problem is baubles download link

Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar

[15:17:26] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.RuntimeException: A download error occured
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:354)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:480)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:466)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader.load(DepLoader.java:584)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:47)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.newInstance(Class.java:442)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:529)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:414)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:225)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivileged(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivileged(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:341)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: ... 25 more
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivileged(Native Method)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.URLConnection.getContentLength(URLConnection.java:485)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:412)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:340)
[15:17:27] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: ... 25 more
[15:17:27] [main/ERROR]: An error occurred trying to configure the minecraft home at /home/thermos/thermos2/. for Forge Mod Loader
java.lang.RuntimeException: A download error occured
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:354) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:480) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:466) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader.load(DepLoader.java:584) ~[DepLoader.class:?]
at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:47) ~[CodeChickenCore-1.7.10-1.0.7.47-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_282]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:529) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:414) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:225) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [Thermos.jar:1.7.10-1614.57]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [Thermos.jar:1.7.10-1614.57]
Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_282]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_282]
Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_282]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_282]
at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061) ~[?:1.8.0_282]
at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629) ~[?:1.8.0_282]
at java.net.URLConnection.getContentLengthLong(URLConnection.java:501) ~[?:1.8.0_282]
at java.net.URLConnection.getContentLength(URLConnection.java:485) ~[?:1.8.0_282]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:412) ~[?:1.8.0_282]
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:340) ~[DepLoader$DepLoadInst.class:?]
... 25 more
[15:17:27] [main/ERROR]: Unable to launch
java.lang.RuntimeException: A download error occured
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:354) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:480) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:466) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:449) ~[DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader.load(DepLoader.java:584) ~[DepLoader.class:?]
at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:47) ~[CodeChickenCore-1.7.10-1.0.7.47-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_282]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:529) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:414) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:225) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) ~[Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) ~[Thermos.jar:1.7.10-1614.57]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [Thermos.jar:1.7.10-1614.57]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [Thermos.jar:1.7.10-1614.57]
Caused by: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_282]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_282]
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_282]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_282]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant