stringandstickytape / MaxLifx

Windows app to control LIFX bulbs
GNU General Public License v2.0
66 stars 17 forks source link

App crash when starting sound response thread #11

Open sayan1an opened 6 years ago

sayan1an commented 6 years ago

The application crashes without any error message when starting a sound response thread on Win 10 x64.

ghost commented 5 years ago

You probably are long past caring at this point, but I had this issue as well. The default audio device I use is not found by the "GetDefaultAudioEndpoint" call in the SpectrumAnalyzerEngine StartCapture method.

Swallowing the eexception and avoiding the attempt to unmute the interface avoids the issue.