OSC_Preprocessing Script & Synthetic bias fails

In the Preferences tab, Pre-processing, Master-bias: I insert =40 for my ASI533MC Pro (calculated as per tutorial) and check Use it as default, Apply.

I have lights, darks, flats and bias folders with appropriate data but nothing in the bias folders as I am trying to use a synthetic bias. Script fails when executing. What am I missing?

14:39:37: Starting script C:\Program Files\Siril\scripts\OSC_Preprocessing.ssf
14:39:37: ############################################
14:39:37: #
14:39:37: # Script for Siril 1.2
14:39:37: # February 2023
14:39:37: # (C) Cyril Richard
14:39:37: # Preprocessing v1.3
14:39:37: #
14:39:37: ########### PREPROCESSING SCRIPT ###########
14:39:37: #
14:39:37: # Script for color camera preprocessing
14:39:37: #
14:39:37: # Needs 4 sets of RAW images in the working
14:39:37: # directory, within 4 directories:
14:39:37: # biases/
14:39:37: # flats/
14:39:37: # darks/
14:39:37: # lights/
14:39:37: # Saves masters to ./masters/
14:39:37: #
14:39:37: ############################################
14:39:37: Running command: requires
14:39:37: # Convert Bias Frames to .fit files
14:39:37: Running command: cd
14:39:37: Setting CWD (Current Working Directory) to ‘F:\Astrodata Proc\Siril-M109\biases’
14:39:37: Running command: convert
14:39:37: No files were found for convert
14:39:37: Error in line 26 (‘convert’): generic error.
14:39:37: Exiting batch processing.
14:39:37: Setting CWD (Current Working Directory) to ‘F:\Astrodata Proc\Siril-M109’
14:39:37: Script execution failed.

The problem is that you change the value in the preferences, but your script is not designed to follow what is in the preferences. If you want to use the synthetic bias, you have to modify the script.

Preprocess has been renamed calibrate. Are these two expressions equal?

preprocess flat -bias=“=256”
calibrate flat -bias=“=256”

Yes. We just changed the command name.