Okay. I think I found the problem. It is not possible to let Robocode add the `robots` folder to the system classpath anymore programmatically since Java 9.
However, we can still add it to the ordinary classpath when running Robocode from the CLI. And we already did this previously with Robocode, but removed it with the recent script changes.
So I have reintroduced putting the `robots` directory on the classpath for all scripts used for running Robocode, RoboRumble etc.
Here is a new version "1.9.5.2" containing the new fix:
https://robocode.sourceforge.io/files/robocode-1.9.5.2-setup.jarI cross my fingers that this works for you as well when adding the `-DNOSECURITY=true` option.