Recent Discussions
Ketting modded problem
Open in DiscordUnanswered
Stony gall posted this in #questions
3 messages
0 views
Stony gallOP
Hiya, I recently set up a pc for hosting a small family modded server and currently am in the process of handling all the other stuff with it.
https://github.com/itzg/docker-minecraft-server Im using this for a docker image on it, and im trying to run Ketting on it, but I get this error on server startup
I understand that its some sort of a double dependancy from curios and cataclysm issue, but got really no idea on how to solve it.
Any and all help is welcome.
https://github.com/itzg/docker-minecraft-server Im using this for a docker image on it, and im trying to run Ketting on it, but I get this error on server startup
[12:17:45] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: /data/mods/curios-forge-5.14.1+1.20.1.jar
[12:17:45] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 16 dependencies adding them to mods collection
Failed to launch Ketting
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.kettingpowered.launcher.Main.main(Main.java:215)
Caused by: java.lang.module.ResolutionException: Module cataclysm reads more than one module named org.yaml.snakeyaml
at java.base/java.lang.module.Resolver.resolveFail(Unknown Source)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Unknown Source)
at java.base/java.lang.module.Resolver.finish(Unknown Source)
at java.base/java.lang.module.Configuration.<init>(Unknown Source)
at java.base/java.lang.module.Configuration.resolveAndBind(Unknown Source)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
I understand that its some sort of a double dependancy from curios and cataclysm issue, but got really no idea on how to solve it.
Any and all help is welcome.
American black bear
Something is wrong with the curios api jar
Redownload it or if that doesn't work remove it
Loading...
Loading...