-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Describe the problem
Hello,
I have trouble getting the prominence 2 v3.9.0 modpack to run
Anyone got a clue what to do about that fancymenu / welcomescreen mod?
Container definition
services:
mc:
image: itzg/minecraft-server:java17
environment:
EULA: true
MEMORY: 8G
USE_AIKAR_FLAGS: "TRUE"
MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: https://modrinth.com/modpack/prominence-2-fabric
volumes:
- mc-data:/data
ports:
- "25565:25565"
volumes:
mc-data: {}
Container logs
ends with
...
Downloaded mods
...
mc-1 | [mc-image-helper] 18:30:47.436 INFO : Fabric launcher for minecraft 1.20.1 loader 0.16.14 is already available
mc-1 | [mc-image-helper] 18:30:50.216 INFO : Created/updated 1 property in /data/server.properties
mc-1 | [init] Using Aikar's flags
mc-1 | [init] Setting initial memory to 8G and max to 8G
mc-1 | [init] Starting the Minecraft server...
mc-1 | Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture
mc-1 | [18:30:54] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.16.14
mc-1 | [18:30:54] [ForkJoinPool-1-worker-4/WARN]: Mod wither_spawn_fix uses the version MC1.20.1-1.0.0 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'MC1'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:54] [ForkJoinPool-1-worker-1/WARN]: The mod "openblocks" contains invalid entries in its mod json:
mc-1 | - Unsupported root entry "client" at line 24 column 11
mc-1 | [18:30:54] [ForkJoinPool-1-worker-3/WARN]: Mod magna uses the version ${version} which isn't compatible with Loader's extended semantic version format (Could not parse version number component '${version}'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:54] [ForkJoinPool-1-worker-2/WARN]: Mod naturalist uses the version 5.0pre3 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0pre3'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:54] [ForkJoinPool-1-worker-2/WARN]: The mod "tcdcommons" contains invalid entries in its mod json:
mc-1 | - Unsupported root entry "" at line 27 column 4
mc-1 | - Unsupported root entry "" at line 27 column 198
mc-1 | - Unsupported root entry "" at line 29 column 4
mc-1 | - Unsupported root entry "" at line 29 column 24
mc-1 | [18:30:55] [ForkJoinPool-1-worker-4/WARN]: Mod oceansdelight uses the version fdrf-fabric-1.0.2-1.20 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'fdrf'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:55] [ForkJoinPool-1-worker-1/WARN]: The mod "dungeons_arise" contains invalid entries in its mod json:
mc-1 | - Unsupported root entry "credits" at line 12 column 12
mc-1 | [18:30:55] [ForkJoinPool-1-worker-1/WARN]: Mod ends_delight uses the version refabricated-1.20.1-2.5 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'refabricated'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:55] [ForkJoinPool-1-worker-3/WARN]: Mod netherdepthsupgrade uses the version fabric-3.1.6-1.20 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'fabric'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
mc-1 | [18:30:55] [main/INFO]: Dependencies overridden for smoothgui, create_questing, estrogen, thermoo, prominent, bettertrims, frostiful, chatanimation, copycats
mc-1 | [18:30:56] [main/WARN]: Mod resolution failed
mc-1 | [18:30:56] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE welcomescreen 1.0.0 {depends fancymenu @ [>=3.3.0]}, ROOT_FORCELOAD_SINGLE welcomescreen 1.0.0]
mc-1 | [18:30:56] [main/INFO]: Reason: [HARD_DEP welcomescreen 1.0.0 {depends fancymenu @ [>=3.3.0]}]
mc-1 | [18:30:56] [main/INFO]: SERVER environment disabled: [fabric-renderer-api-v1, fabric-keybindings-v0, modmenu, auudio, distraction_free_recipes, animation_overhaul, sodium-extra, fabric-screen-api-v1, fabric-renderer-indigo, mindfuldarkness, reeses-sodium-options, eatinganimationid, bobby, flywheel, citresewn, fabric-rendering-v0, fabric-sound-api-v1, fallingleaves, fabric-key-binding-api-v1, fabric-rendering-v1, noreportbutton, axolotlitemfix, spruceui, leawind_third_person, fabric-model-loading-api-v1, amecs, lambdynlights, emitrades, resourcepackoverrides, indium, fabric-client-tags-api-v1, seasonhud, emiffect, visuality, fabric-blockrenderlayer-v1, fabric-renderer-registries-v1, sodiumoptionsapi, chat_heads, languagereload, fabric-models-v0, zoomify, sdrp, euphoria_patcher, loadmyresources, noindium]
mc-1 | [18:30:56] [main/INFO]: Fix: add [add:fancymenu 3.3.0 ([[3.3.0,∞)])], remove [], replace []
mc-1 | [18:30:56] [main/ERROR]: Incompatible mods found!
mc-1 | net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
mc-1 | A potential solution has been determined, this may resolve your problem:
mc-1 | - Install fancymenu, version 3.3.0 or later.
mc-1 | More details:
mc-1 | - Mod 'Welcome Screen' (welcomescreen) 1.0.0 requires version 3.3.0 or later of fancymenu, which is missing!
mc-1 | at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.16.14.jar:?]
mc-1 | at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) ~[fabric-server-mc.1.20.1-loader.0.16.14-launcher.1.1.0.jar:1.1.0]
mc-1 | 2025-09-20T18:30:56.758Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": 1}
mc-1 | 2025-09-20T18:30:56.758Z INFO mc-server-runner Done
mc-1 exited with code 1