Repro
- Configure Shortcuts (selector) to run on startup
- Invoke
DESKTOP.SYSTEM
- File > Run
- Pick a non-runnable file e.g. a folder
- Click OK
- Alert appears "Unable to run the program"
- Click OK
- Alert dismisses
- Click OK again
Result: application crashes
Initial Analysis
When OK is clicked in the file dialog control returns to the app. The app tries to launch the file, but fails and shows the dialog. Control is returned to the file dialog loop via jsr file_dialog_loop but something goes awry. Need to debug further.
Repro
DESKTOP.SYSTEMResult: application crashes
Initial Analysis
When OK is clicked in the file dialog control returns to the app. The app tries to launch the file, but fails and shows the dialog. Control is returned to the file dialog loop via
jsr file_dialog_loopbut something goes awry. Need to debug further.