XCP_d running error and no ALFF files were generated

XCP-d v0.10.0rc1
fMRIprep v24.0.0

I am having the same problem, running this:

apptainer exec \
    --bind "$FMRIPREP_DIR":/fmriprep:ro \
    --bind "$WORK_DIR":/work \
    --bind "$OUTPUT_DIR/$PARTICIPANT_LABEL":/out \
    --bind "$LICENSE_FILE":/opt/freesurfer/license.txt:ro \
    --bind "$BIDS_FILTER":/filters/bids_filter.json:ro \
    $APPTAINER_IMAGE \
    xcp_d /fmriprep /out participant \
    --fs-license-file /opt/freesurfer/license.txt \
    --participant-label "$PARTICIPANT_LABEL" \
    --task-id rest \
    --mode linc \
    --input-type fmriprep \
    --file-format cifti \
    --random-seed 1984 \
    --despike \
    --fd-thresh 0 \
    --head_radius auto \
    --smoothing 6 \
    --nuisance-regressors acompcor \
    --dummy-scans auto \
    --bids-filter-file /filters/bids_filter.json \
    --lower-bpf 0.01 \
    --upper-bpf 0.08 \
    --bpf-order 2 \
    -w /work

outputs only this:

the example log:
crash-20250203-062347-gorel321-_parcellate_coverage0-bcc79077-5008-4028-a7cc-bcb2a6bb5ed9.txt (4.2 KB)

I can see here a suggested upgrade to 10.5, however the version i use worked well just several months ago. Is this still the solution?