Hi I am trying to get your FTB Revelations docker container to run a server. I have read this entire thread, trying all suggested fixes in it with no success, I have deleted and re-run the docker multiple times, with the same end result. The following is a truncated log from the container (do not think the downloaded file spam is needed here) + [[ -n '' ]] + [[ -n world ]] + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties sed: can't read /data/server.properties: No such file or directory + [[ -n Kaskorak ]] + echo Kaskorak + awk -v RS=, '{print}' + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties sed: can't read server.properties: No such file or directory + [[ -f run.sh ]] + [[ -f start.sh ]] + chmod 755 start.sh + [[ -f run.sh ]] + [[ -f start.sh ]] + [[ -f user_jvm_args.txt ]] + [[ -f run.sh ]] + ./start.sh Error opening zip file or JAR manifest missing : log4jfix/Log4jPatcher-1.0.0.jar 2026/03/07 11:29:53 [959/1024] Downloaded AutoSave-1.12.2-1.0.11.jar from https://dist.modpacks.ch/info/loenwind/autosave/unknown/AutoSave-1.12.2-1.0.11.jar 2026/03/07 11:29:53 [960/1024] Downloaded jeiintegration_1.12.2-1.6.0.jar from https://edge.forgecdn.net/files/2951/731/jeiintegration_1.12.2-1.6.0.jar 2026/03/07 11:29:56 [1023/1024] Downloaded rustic-1.1.7.jar from https://edge.forgecdn.net/files/3107/974/rustic-1.1.7.jar 2026/03/07 11:29:56 [1024/1024] Downloaded thuttech-1.12.2-6.1.6.jar from https://edge.forgecdn.net/files/2712/805/thuttech-1.12.2-6.1.6.jar 2026/03/07 11:29:56 Downloaded 1023 successful, 1 failed, 0 incomplete. Some downloads failed. Would you like to continue anyway? (y/n) [y] 2026/03/07 11:29:58 Installed! Error occurred during initialization of VM agent library failed to init: instrument The last 2 lines repeat for each attempt to start the server. I am using Unraid version 7.2.3 in case that is needed. Secondly, would it be possible for you to run up a Project Ozone 3 container please? Thank you for your time and all your hard work on all these containers you have created.