LogicalOperator / Rays

A Mac OS X screen saver that displays colored, translucent rays that move across the screen.
MIT License
4 stars 0 forks source link

System Preferences crashes upon selecting an image #2

Open LogicalOperator opened 6 years ago

LogicalOperator commented 6 years ago

System Preferences crashes upon selecting an image:

Screen Saver Options... > Choose Picture... > select image in Open file dialog > click "OK" button ... crash

Confirmed and reproducible in macOS 10.14 Does not affect macOS 10.10.2

LogicalOperator commented 6 years ago

Appears to be something specifically with the open file dialog.... Bypassing it with a hard-coded image URL works fine (image is displayed in screen saver rendering and image well within options panel). Also commented-out all processing code for the open file dialog return action and still crashed....

LogicalOperator commented 5 years ago

Appears to be an issue in macOS 10.14. Filed bug report with Apple. Added try/catch in latest commit until the issue is resolved.