Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve #210: InvalidWmpVersionException on start when no WMP installed
This is a partial revert of f8d9b41. That change introduced reporting errors for custom sound playback, which is done via a Windows Media Player (WMP) dependency. Unfortunatley, it reports errors on startup instead of just when attempting to play a custom sound. It's better to fail silently to play custom sounds than to show an error message for all users who don't have WMP installed, since use of custom sounds is rare. We'll fix playback of custom sounds as part of #173 by removing the WMP dependency.
- Loading branch information