Bug with GUI; latest commit

Hello @Helge,

I just updated my Osprey directory to the latest commit from GitHub, and now I keep getting this error when trying to load the data:

Error using matlab.ui.control.UIControl/set
Invalid or deleted object.

Error in printLog (line 42)
        set(progressText,'String' ,sprintf('Loading raw data from dataset %d out of %d total
        datasets...\n', kk, nDatasets));

I even tried it with one of the example data provided, and the same error keeps coming up. However, if I use the commands instead of the GUI, there are no issues.

Best,
Humberto

Hi @hmonsivais,

thanks for reporting this issue. The GUI was accidentally closed upon any OspreyModule call which resulted in the crash. I have uploaded a bugfix to the develop branch.

Best,
Helge

1 Like