cDima / Aerial

Aerial Apple TV screen saver for Windows
1.97k stars 181 forks source link

Fix for crashes on start #109

Closed alistairmcmillan closed 7 years ago

alistairmcmillan commented 7 years ago

Fix for #106 and #107.

Crashes were caused by CacheLocation being set to “” if the registry key didn’t exist which caused the screensaver to crash at CreateDirectory. Now setting to default location initially.

Added a little more error checking in case the Registry key has manually been blanked. Which would also cause the screensaver and the Settings form to crash.