I'm trying to spin up a new server, I tried forge versions 1.18.2-40.0.32 and 1.18.2-40.0.24 and on both versions, when I start run.sh, I get the following:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: libraries/cpw/mods/bootstraplauncher/1.0.0/bootstraplauncher-1.0.0.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Unsupported major.minor version 60.0
I'm using openjdk 11.0.14 2022-01-18 on a headless Debian 11 arm64
No mods installed yet, literally just installed forge, edited user_jvm_args.txt to give 20GB ram, then run.sh.
Am I missing something in the setup?