dkgv / pinpoint

Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
https://usepinpoint.com
GNU General Public License v3.0
154 stars 17 forks source link

Handle application stalling if any TryLoad throws exception #145

Closed clawcastle closed 2 years ago

clawcastle commented 2 years ago

Fixes #135

Handle TryLoad throwing an exception the same way we handle it returning false. Perhaps we should add a separate issue for displaying some information to the user that a plugin failed to load.

Besides this, I could not start pinpoint due to an exception thrown from the UwpAppProvider. The idxOfLastDir variable resolved to -1 for python installed via Windows Store, so I've added a check so we only add icons when the index is valid.