GLib-GIO-CRITICAL error when running Siril-cli

I get the following error when running siril-cli.exe from the command line in windows 10. I have tried this on 2 PCs with the same result.

siril-cli.exe -s c:\program files\siril\scripts\cmosmasters.ssf

**(siril-cli.exe:1852): GLib-GIO-CRITICAL : 11:42:09.663: This application can not open files.
Run ?siril-cli.exe --help? to see a full list of available command line options.
closing pipes

If I run siril-cli.exe on its own it appears to run ok
siril-cli.exe
log: Welcome to siril v1.2.0-rc1
log: Supported file types: BMP images, PIC images (IRIS), PGM and PPM binary images, RAW images, FITS-CFA images, Films, SER sequences, TIFF images, JPG images, PNG images, HEIF images.
log: Setting CWD (Current Working Directory) to ‘D:\ASERO_HOYS’
log: Parallel processing enabled: using 16 logical processors.
write pipe waiting to be opened…
waiting for commands to be read from the pipe

If I run the script above from within siril UI it works fine.

Any help will be appreciated.

Pat

Hello, there is a problem with your command line, the arguments are separated by spaces, but you provided a path that contained a space. Use quotes around such arguments to make them appear as one word.

Thanks – I was 100% sure I had tried this already – but obviously not – that fixed my issue.