Unable to reload the protocol

The shared functional data for the subject 07sunbowen_ft can be loaded without troubles.
This is what I did:

  1. Start Brainstorm
  2. Create a new Protocol TEST_FORUM_DB
    • No, use individual anatomy
    • No, use one channel file per acquisition run
  3. Create a new Subject called 07sunbowen_ft
  4. Edit the subject to use:
    • Yes, use default anatomy
  5. Close Brainstorm
  6. Delete the contents of the directory TEST_FORUM_DB/data/07sunbowen_ft
  7. Paste the shared directories into TEST_FORUM_DB/data/07sunbowen_ft
  8. Start Brainstorm
  9. Right-click on the Protocol node, and select Reload

|


You can check that by trying to open the files in Matlab with the Matlab function load()


The error just suggest there is an issue opening the file with load()
Check the tests below

Please check that:

  1. This file exist in your HDD, and that this file exist
    'D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat'`
    
  2. This file can be loaded in Matlab
    load('D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat')
    
  3. It is possible to load the Comment variable from that file
    load('D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat', 'Comment')
    

P.S. Are you sure the the database lives in the drive D:\?