Open Cole-Mckay opened 4 months ago
Also getting, but very weird since foam hasnt been a dependency for atm since atm3
The error seems to stem from the recent push https://github.com/itzg/docker-minecraft-server/commit/c87145a5e46761bc4505ac114207d6d03d945a8c. The 'foamfix-for-minecraft' name isn't correct any longer so causes this error.
Stay tuned, there's more I have to fix due to https://github.com/itzg/docker-minecraft-server/pull/2967
Should be fixed now by #2969 and #2970
I removed my container and pulled the latest image, but I'm still receiving the same error. How do I go about spinning up my server container with the newest possible version?
EDIT: FIXED I didn't remove the mod name from my exclude list.
Since JEI is also included in globalExcludes, it seems that there might be an issue with it being deleted even though it is necessary for ATM9, preventing it from launching.
[mc-image-helper] 13:29:57.224 INFO : Removing old file mods/jei-1.20.1-forge-15.3.0.8.jar
...
[main/ERROR] [ne.mi.fm.lo.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'jei', Requested by: 'jearchaeology', Expected range: '[14,)', Actual version: '[MISSING]'
Mod ID: 'jei', Requested by: 'justenoughprofessions', Expected range: '[15.0.0.12,)', Actual version: '[MISSING]'
Even after purging my docker cache for images, with docker system prune -a, so I'm using using the lastest image published 3 hours ago, I still can't run ATM9 with the docker image. Any special things to do ? I even followed the compose file provided in the examples folder
Everything unrolls at server startup and when the "Preparing spawn area" step comes, it stops at a random percent. https://mclo.gs/47Q0RD7 here are some logs
@Shotman If you're making it that far then your issue is not directly related to originally reported one. What you may want to try is setting CF_FORCE_SYNCHRONIZE
to "true" to ensure the latest exclusions are applied. Otherwise, you might need to increase health check timeout.
Describe the problem
"foamfix-for-minecraft"s slug has appeared to have changed to "foamfix-optimization-mod" which is forcing the container to exit. When I try to exclude foamfix-for-minecraft nothing changes. I attempted to create another container using AUTO_CURSEFORGE using ATM9 and got the same error with foamfix.
Container definition
Container logs