Hello,
I have been using brainstorm (GUI) on the university cluster for a while now.
The OS details are here -
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.9.2009 (Core)
Release: 7.9.2009
Codename: Core
Today at brainstorm startup it prompted me to update the version, which I have routinely done in the past. After updating it I started getting the errors given below.
With Matlab2018b -
BST> Starting Brainstorm:
BST> =================================
BST> Version: 13-Aug-2022
BST> Compiling main interface files...
BST> Deleting old process reports...
BST> Loading configuration file...
BST> Checking internet connectivity... ok
BST> Initializing user interface...
Undefined variable "IconLoader" or class
"IconLoader.ICON_APP.getImage".
Error in gui_brainstorm>CreateWindow (line 82)
jBstFrame.setIconImage(IconLoader.ICON_APP.getImage());
Error in gui_brainstorm (line 33)
eval(macro_method);
Error in gui_initialize (line 30)
GlobalData.Program.GUI = gui_brainstorm('CreateWindow');
Error in bst_startup (line 360)
gui_initialize();
Error in brainstorm (line 116)
bst_startup(BrainstormHomeDir, 1, BrainstormDbDir);
With Matlab2020b -
BST> Starting Brainstorm:
BST> =================================
BST> Version: 13-Aug-2022
BST> Compiling main interface files...
BST> Deleting old process reports...
BST> Loading configuration file...
BST> Checking internet connectivity... ok
BST> Initializing user interface...
Unable to resolve the name IconLoader.ICON_APP.getImage.
Error in gui_brainstorm>CreateWindow (line 82)
jBstFrame.setIconImage(IconLoader.ICON_APP.getImage());
Error in gui_brainstorm (line 33)
eval(macro_method);
Error in gui_initialize (line 30)
GlobalData.Program.GUI = gui_brainstorm('CreateWindow');
Error in bst_startup (line 360)
gui_initialize();
Error in brainstorm (line 116)
bst_startup(BrainstormHomeDir, 1, BrainstormDbDir);
I then downloaded the most recent version from the website and replaced the older files (as this worked for some other user on the forum). And I still have the same problem.
Any suggestions on how I might be able to solve this?
Thanks!