제가 모드버킷에다가 사움크래프트를 적용을 할라는데 그게 안되서요.
나머지 모드들은 다 되는데 사움크래프트가 적용이 안되서 혹시 적용하는 방법을 아시는분은 알려주세요.
C:\Users\사용자\Desktop\modserver>java -jar forge.jar
[08:28:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:28:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[08:28:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[08:28:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[08:28:44] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[08:28:44] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:28:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:28:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:28:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:28:45] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:28:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:28:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
Downloading file https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
[08:28:45] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.RuntimeException: java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:137) ~[forge.jar:?]
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_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge.jar:?]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge.jar:?]
Caused by: java.lang.RuntimeException: A download error occured
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:377) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:506) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:475) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.load(DepLoader.java:631) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:656) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:65) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133) ~[forge.jar:?]
... 8 more
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_181]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) ~[?:1.8.0_181]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_181]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_181]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:364) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:506) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:475) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.load(DepLoader.java:631) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:656) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:65) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133) ~[forge.jar:?]
... 8 more
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(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_181]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source) ~[?:1.8.0_181]
at java.net.URLConnection.getHeaderFieldLong(Unknown Source) ~[?:1.8.0_181]
at java.net.URLConnection.getContentLengthLong(Unknown Source) ~[?:1.8.0_181]
at java.net.URLConnection.getContentLength(Unknown Source) ~[?:1.8.0_181]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(Unknown Source) ~[?:1.8.0_181]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:363) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:506) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:475) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.load(DepLoader.java:631) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:656) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at thaumcraft.codechicken.core.launch.DepLoader.call(DepLoader.java:65) ~[Thaumcraft-1.7.10-4.2.3.5.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133) ~[forge.jar:?]
... 8 more
A problem occurred running the Server launcher.[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[08:28:45] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 6 more
C:\Users\사용자\Desktop\modserver>pause
계속하려면 아무 키나 누르십시오 . . .
댓글이 없습니다.
새로운 댓글을 등록해 주세요!