Cannot open Osprey GUI

Dear experts,
I am new here with Osprey. I followed the README.md to set the Matlab2020b but I can’t open the Gui with the command ‘Osprey’. Here is the error message.
image

Can anyone help me?Thanks.

Hi @fyj,

Did you follow the getting started instructions here (Chapter 1 Getting started | osprey-documentation.utf8). It looks like you are missing the Widgets Toolbox that can be downloaded from the file exchange. After installing the toolbox you can compare all your toolboxes with the output described in the Getting Started instructions by typing:

ver

Best,
Helge

Hi Helge,

Thanks for your reminder, I have solved the problem. Thanks.

1 Like

Just something to add here for future users who may be starting a new install of Osprey with matlab 2020 or newer/later. It seems that in addition to the Widgets Toolbox, you will also need the Widgets toolbox compatability support to avoid getting this error when you run the Osprey GUI.

Error:

Unable to resolve the name ‘uiw.utility.loadIcon’.

Error in Osprey (line 31)
logoBanner = uiw.utility.loadIcon(logoFcn);

Solved by installing both the Widgets toolbox, and the Widgets compatability support toolbox.

3 Likes