Problems with "run" button

Hi,

I tried to compute averages or z-scores on source reconstructions projected on default anatomy. When I hit the “run” button, I have the following error message :

Error: Line 538: Too many outputs requested. Most likely cause is missing [] around
** left hand side that has a comma separated list expansion.
**
** Call stack:
** >panel_nodelist.m>GetFiles at 538
** >bst_call.m at 26
** >macro_methodcall.m at 28
** >panel_nodelist.m at 26
** >panel_process1.m>RunProcess at 51
** >bst_call.m at 28
** >macro_methodcall.m at 30
** >panel_process1.m at 26
** >gui_brainstorm.m>CreateWindow/ProcessRun_Callback at 584
** >bst_call.m at 28
** >gui_brainstorm.m>@(h,ev)bst_call(@ProcessRun_Callback) at 287

This message seems to appear only for projected source reconstructions. I could work fine with these data last week, so i guess it has something to do with the update.

Thank you !

Bug fixed.

Francois

Thanks for the quick reply, but it seems a new bug happened in the process (for any kind of data this time, still with the run button) :

** Error: Line 107: Undefined function or variable ‘BstProcessListRenderer’.
**
** Call stack:
** >panel_process_select.m>CreatePanel at 107
** >bst_call.m at 26
** >macro_methodcall.m at 28
** >panel_process_select.m at 26
** >gui_show_dialog.m at 38
** >panel_process1.m>RunProcess at 61
** >bst_call.m at 28
** >macro_methodcall.m at 30
** >panel_process1.m at 26
** >gui_brainstorm.m>CreateWindow/ProcessRun_Callback at 584
** >bst_call.m at 28
** >gui_brainstorm.m>@(h,ev)bst_call(@ProcessRun_Callback) at 287

Restart Matlab?

Sorry, working great, thanks a lot !