Hi,
I'm running into a strange error when clicking the "play" button and the launch manager opens. I am getting the below error, and the protocol list disappears. This occurs whether there are files/folders present or not.
» Index exceeds the number of array elements. Index must not exceed 1.
Error in NewLaunchManager (line 129)
SelectedProtocolName = ProtocolNames{SelectedProtocol};
Error in RunProtocol (line 171)
NewLaunchManager;
Error while evaluating UIControl Callback.
» Warning: Single-selection 'listbox' control requires that 'Value' be an integer within Character vector range
Control will not be rendered until all of its parameter values are valid
The below then happens if you try to click in the area the protocol browser was in.
» Unrecognized field name "ProtocolSelectorLastValue".
Error in NewLaunchManager>ProtocolSelectorNavigate (line 157)
if currentValue == BpodSystem.GUIData.ProtocolSelectorLastValue
Error while evaluating UIControl Callback.
I'm gonna try to work on troubleshooting it this weekend. But not sure if or when I can do that. Just curious if you've seen this already.

Best,
Austin