CodeChickenCore Mod crashes Server

Status
Not open for further replies.

ZareCograth

New Member
Jul 29, 2019
2
0
0
Ok, I've created several servers for me and a few friends, but never had this problem. SSP works fine, but when adding the CodeChickenCore mod my server wont run. Here is the Forge crash log:

2013-11-04 09:42:49 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.38.942 for Minecraft 1.6.4 loading
2013-11-04 09:42:49 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Java classpath at launch is minecraftforge-universal-1.6.4-9.11.1.942.jar
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Java library path at launch is C:\Windows\system32;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;.
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Discovering coremods
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Examining for coremod candidacy [1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar
2013-11-04 09:42:49 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in [1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar, it will be examined later for regular @Mod instances
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Instantiating coremod class TreeCapitatorCorePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] The coremod bspkrs.treecapitator.fml.asm.TreeCapitatorCorePlugin requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Enqueued coremod TreeCapitatorCorePlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Examining for coremod candidacy BiomesOPlenty-universal-1.6.4-1.1.3.158.jar
2013-11-04 09:42:49 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in BiomesOPlenty-universal-1.6.4-1.1.3.158.jar, it will be examined later for regular @Mod instances
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Instantiating coremod class BOPFMLLoadingPlugin
2013-11-04 09:42:49 [WARNING] [ForgeModLoader] The coremod biomesoplenty.asm.BOPFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Enqueued coremod BOPFMLLoadingPlugin
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Examining for coremod candidacy buildcraft-A-1.6.2-4.1.2.jar
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Not found coremod data in buildcraft-A-1.6.2-4.1.2.jar
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenCore 0.9.0.6.jar
2013-11-04 09:42:49 [FINEST] [ForgeModLoader] Adding CodeChickenCore 0.9.0.6.jar to the list of known coremods, it will not be examined again
2013-11-04 09:42:49 [FINE] [ForgeModLoader] Instantiating coremod class CodeChickenCorePlugin
2013-11-04 09:42:49 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-11-04 09:42:49 [INFO] [STDOUT] Downloading file http://files.minecraftforge.net/CodeChickenLib//CodeChickenLib-universal-1.6.4-1.0.0.36.jar
2013-11-04 09:42:49 [INFO] [STDERR] java.lang.RuntimeException: A download error occured
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:362)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:518)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:500)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:50)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
2013-11-04 09:42:49 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2013-11-04 09:42:49 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
2013-11-04 09:42:49 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
2013-11-04 09:42:49 [INFO] [STDERR] Caused by: java.net.SocketException: Permission denied: connect
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:346)
2013-11-04 09:42:49 [INFO] [STDERR] ... 25 more
2013-11-04 09:42:49 [INFO] [STDERR] Caused by: java.net.SocketException: Permission denied: connect
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.PlainSocketImpl.connect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.SocksSocketImpl.connect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.Socket.connect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.NetworkClient.doConnect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.http.HttpClient.openServer(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.http.HttpClient.openServer(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.http.HttpClient.<init>(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.http.HttpClient.New(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.http.HttpClient.New(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.URLConnection.getContentLengthLong(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at java.net.URLConnection.getContentLength(Unknown Source)
2013-11-04 09:42:49 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:345)
2013-11-04 09:42:49 [INFO] [STDERR] ... 25 more
2013-11-04 09:42:49 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at C:\Users\Zare\My Games\MC Server\. for Forge Mod Loader
java.lang.RuntimeException: A download error occured
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:362)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:518)
at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:500)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:50)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Caused by: java.net.SocketException: Permission denied: connect
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:346)
... 25 more
Caused by: java.net.SocketException: Permission denied: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:345)
... 25 more
2013-11-04 09:42:49 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.RuntimeException: A download error occured
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:362)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:518)
at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:500)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:50)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
Caused by: java.net.SocketException: Permission denied: connect
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:346)
... 25 more
Caused by: java.net.SocketException: Permission denied: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.download(DepLoader.java:345)
... 25 more


Please someone tell me what the problem is.
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
2013-11-04 09:42:49 [INFO] [STDOUT] Downloading file http://files.minecraftforge.net/CodeChickenLib//CodeChickenLib-universal-1.6.4-1.0.0.36.jar
2013-11-04 09:42:49 [INFO] [STDERR] java.lang.RuntimeException: A download error occured
I've had this problem recently when I reinstalled the vanilla launcher. Download this file from the link above or the one here. Create a folder named '1.6.4', without the quotes, in your mods folder and place the file in it. CodeChickenCore is supposed to download that file, but for some reason it is unable to download it so you have to do it manually.
 

ZareCograth

New Member
Jul 29, 2019
2
0
0
Thanks so much, that fixed the problem. Some how it downloaded for my SSP just not for my server.
 
Status
Not open for further replies.