krishu
January 28, 2025, 8:48pm
1
Ever since updating brainstorm, I now get the following error:
Unable to resolve the name 'IconLoader.ICON_APP.getImage'.
Error in gui_brainstorm>CreateWindow (line 83)
jBstFrame.setIconImage(IconLoader.ICON_APP.getImage());
Error in gui_brainstorm (line 34)
eval(macro_method);
Error in gui_initialize (line 30)
GlobalData.Program.GUI = gui_brainstorm('CreateWindow');
Error in bst_startup (line 380)
gui_initialize();
Error in brainstorm (line 126)
bst_startup(BrainstormHomeDir, 1, BrainstormDbDir, TemplateName);
I have Matlab R2023b. What is the issue?
@krishu It seems there was an unsuccessful Brainstorm update. Try this:
Hi @Proxima ,
It seems that there was a problem updating the brainstorm.jar file.
Close Brainstorm and Matlab
Go to the location when Brainstorm is installed, as in the folder java manually delete the brainstorm.jar file.
Start MATLAB and try to Start Brainstorm again, it will automatically download the missing .jar file
krishu
January 28, 2025, 9:25pm
3
Have done this and it seems to still not work... I deleted the brainstorm.jar file and when I ran brainstorm again the file was redownloaded accordingly: however I still got the same exact issue. Seems to me the .jar file was somehow corrupted in the update?
@krishu how exactly did you do the update. Was it through GitHub or Brainstorm automatic updates ?
What is the OS that you are using ?
krishu
January 28, 2025, 9:47pm
5
I did it through brainstorm automatic updates (on Matlab): OS is windows.
@krishu let me know if you have any updates after trying this.
krishu
January 29, 2025, 3:00am
8
Works! Thank you for the help.
1 Like