-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Labels
bugstatus/staleNo recently activity has been seen and will be closed soon.No recently activity has been seen and will be closed soon.
Description
Describe the problem
Morning guys, i seem to be running into this weird issue when trying to start my server
I've been running an all-the-mods-10 server for the past couple days and sometimes when i try and start the server i keep getting:
sometimes a restart fixes it but this time its not helped and the container just wont start, any advice appreciated !
Container definition
services:
game:
tty: true
image: itzg/minecraft-server
ports:
- '25565:25565'
volumes:
- './data:/data'
stdin_open: true
environment:
EULA: true
CF_SLUG: all-the-mods-10
CF_API_KEY:
ALLOW_FLIGHT: true
MOD_PLATFORM: AUTO_CURSEFORGE
CF_EXCLUDE_MODS: |-
lighty
dark-mode-everywhere
iceberg
just-enough-mekanism-multiblocks
model-gap-fix
packmenu
reeses-sodium-options
sodium-extra
sodium-options-api
toast-control
CF_FILENAME_MATCHER: '2.41'
CREATE_CONSOLE_IN_PIPE: true
CF_OVERRIDES_EXCLUSIONS: 'shaderpacks/**'
MIN_MEMORY: 5G
MAX_MEMORY: 16G
container_name: all-the-mods-10
Container logs
all-the-mods-10 | [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 16 1000 1000 4096 May 5 09:53 /data'
all-the-mods-10 | [init] Image info: buildtime=2025-05-04T21:49:44.111Z,version=java21,revision=1c0fe6ff1028216bf9d8153f4d61793d96d26ee5
all-the-mods-10 | [mc-image-helper] 09:57:29.494 ERROR : 'install-curseforge' command failed. Version is 1.41.9
all-the-mods-10 | me.itzg.helpers.errors.GenericException: No matching files found for mod 'all-the-mods-10' (925200) using fileMatcher '2.41'
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeApiClient.lambda$resolveModpackFile$4(CurseForgeApiClient.java:188)
all-the-mods-10 | at java.base/java.util.Optional.orElseThrow(Unknown Source)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeApiClient.resolveModpackFile(CurseForgeApiClient.java:183)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.resolveModpackFileAndProcess(CurseForgeInstaller.java:332)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.installByRetrievingModpackZip(CurseForgeInstaller.java:257)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.lambda$install$3(CurseForgeInstaller.java:182)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.install(CurseForgeInstaller.java:228)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.install(CurseForgeInstaller.java:181)
all-the-mods-10 | at me.itzg.helpers.curseforge.InstallCurseForgeCommand.call(InstallCurseForgeCommand.java:222)
all-the-mods-10 | at me.itzg.helpers.curseforge.InstallCurseForgeCommand.call(InstallCurseForgeCommand.java:30)
all-the-mods-10 | at picocli.CommandLine.executeUserObject(CommandLine.java:2031)
all-the-mods-10 | at picocli.CommandLine.access$1500(CommandLine.java:148)
all-the-mods-10 | at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469)
all-the-mods-10 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2461)
all-the-mods-10 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2423)
all-the-mods-10 | at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
all-the-mods-10 | at picocli.CommandLine$RunLast.execute(CommandLine.java:2425)
all-the-mods-10 | at picocli.CommandLine.execute(CommandLine.java:2174)
all-the-mods-10 | at me.itzg.helpers.McImageHelper.main(McImageHelper.java:178)
all-the-mods-10 | [init] [ERROR] Failed to auto-install CurseForge modpack
all-the-mods-10 exited with code 1
Metadata
Metadata
Assignees
Labels
bugstatus/staleNo recently activity has been seen and will be closed soon.No recently activity has been seen and will be closed soon.
Projects
Status
Done
