Selecting "Cancel" in Resources dialog triggers a Seg fault with no error (Mac)
vga-256 opened this issue · 2 comments
vga-256 commented
I noticed that if I select File -> Resources, browse around for a folder without usable resources (e.g. no .html or .deck files or folders available, so the Open button is greyed out), if I click Cancel to exit the dialog, the program crashes with Segmentation Fault: 11. No error report is generated.
Running MacOS 10.14.6
Steps to replicate:
- File -> Resources... -> Choose
- Browse to a folder without any sub-folders so that the Open button is greyed out.
- Click cancel. Program crashes. No error report or error trap.
(if program is run from the Terminal on MacOS, it yields: Segmentation Fault: 11)
JohnEarnest commented
Thanks for the report; should be fixed in the above commit.
vga-256 commented
Great, thanks so much John. Will test it out.