QLVideo crashing Finder with default settings on Big Sur/Apple Silicon.
eppic6502 opened this issue · 2 comments
eppic6502 commented
With the default of defaults write uk.org.marginal.qlvideo SnapshotAlways -bool XX
, QLVideo keeps crashing Finder as soon as it's trying to preview a video in the side panel on Apple Silicon macs with Big Sur.
Changing the option to defaults write uk.org.marginal.qlvideo SnapshotAlways -bool YES
seems to have fixed it, so I'd suggest making that the default option for future releases, as a temporary fix.
Marginal commented
defaults write uk.org.marginal.qlvideo SnapshotAlways -bool XX
should give an error. Did you mean defaults write uk.org.marginal.qlvideo SnapshotAlways -bool NO
?
In any case please try with Release 1.94 which adds untested support for ARM-based Macs.
Marginal commented
Should be fixed in Release 1.96