Problem uploading DICOM MRI folder

Any idea about this error message. In case the screenshot is not shown here, the error message reads:
line 56: On the following function 'spm_dicom_text_to_dict' for input arguments of type 'char'

image

The function spm_dicom_text_to_dict.m should be in the spm12 installation directory.
If it can't be found there, there is an error in the installation of SPM12.
Try uninstalling it and re-installing it as a Brainstorm plugin:
https://neuroimage.usc.edu/brainstorm/Tutorials/Plugins

Thanks, after trying that, it seems plagued with different kinds of errors; this is trying to import the same DICOM folder. (Also, after updating different plugins, it seems like there is another one, never gives a message like "you are up to date" and keeps running the updates indefinitely).

Thanks, after trying that, it seems plagued with different kinds of errors; this is trying to import the same DICOM folder.

The error message you posted is not related to the DICOM processing and importing.
It looks like your are importing an old CAT12 segmentation folder into Brainstorm.
=> Install a newer version of CAT12 as a Brainstorm plugin, and run it from Brainstorm, as illustrated in the tutorial: https://neuroimage.usc.edu/brainstorm/Tutorials/SegCAT12

If you are running into issues with this process, please open a new thread on this forum.

after updating different plugins, it seems like there is another one, never gives a message like "you are up to date" and keeps running the updates indefinitely

Please open a new thread on this forum to document exactly how to reproduce this error, starting from a fresh start of Matlab+Brainstorm.

Among other issues a funny problem appeared: after mistakenly increasing the font size to 400, now I don't have access to the Save option to size down which is in the bottom of the page to return it to 100%. Any solution

Execute from the Matlab command window:

bst_set('InterfaceScaling', 100);
brainstorm stop;
brainstorm;

For each new problem, please create a new topic.