After updating I can’t open brainstorm
Here are the detail:
BST> Initializing user interface...
BST> Starting OpenGL engine... hardware: ANGLE (Intel, Intel(R) Iris(R) Xe Graphics (0x0000A7A0) Direct3D11 vs_5_0 ps_5_0, D3D11)
BST> Plugin fieldtrip: D:\\MTLB\\toolbox
BST> Reading process folder...
错误使用 strjoin
输入参数太多。*
出错 panel_process_select>ParseProcessFolder (第 3048 行)
errMsg = \[errMsg, 's: ', strjoin(reqFncs{reqFncsMissing}, ',')\];
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
出错 panel_process_select (第 32 行)
eval(macro_method);
^^^^^^^^^^^^^^^^^^
出错 bst_startup (第 496 行)
panel_process_select('ParseProcessFolder', 1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
出错 brainstorm (第 134 行)
bst_startup(BrainstormHomeDir, 1, BrainstormDbDir, TemplateName);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*
I tried deleting configuration files(.brainstorm) and re-downloading the folder ”brainstorm3” but it just doesn’t work. The same error occurs repeatedly.
I think this is an issue with shadowing the Matlab function strjoin.
- Restart Matlab, then before running Brainstorm, run in the Matlab Command Window the command:
which('strjoin', '-all')
it should give you the path of the Matlab built-in function strjoin:
C:\Program Files\MATLAB\R202Xx\toolbox\matlab\strfun\strjoin.m
If it does not point to that file, that's is the issue, remove from the path the wrong loadjsnirf
Keep in mind that English is the preferred language for the Forum.
Please edit your post by adding the English translation, so it can be useful to other people.
Thank you for your timely help and your remind. But it seems that the question doesn’t lie here. The path is correct.
What’s more, I downloaded the previous version (updated about 1 years ago) and it could open successfully. In Jan 26 there was a new update but I still can’t open the latest version.
Thanks for verifying that and the feedback. It allow us to pin point the issue
This is now fixed. Commit 0e5a134
Please download again Brainstorm at its latest version: 27-Jan-2026 (260127)