craigbrett17 / blindspot

An accessible windowless Spotify Windows desktop client
Other
3 stars 1 forks source link

Leaving track paused for long periods can crash NAudio #6

Open craigbrett17 opened 6 years ago

craigbrett17 commented 6 years ago

craigbrett17[CodePlex]
Hard to replicate, but occurred when I left a track paused for a few hours. When I began to play the track again, NAudio threw up an irritating stream of dialog boxes, forcing me to force-quit the app through task manager.

craigbrett17 commented 6 years ago

craigbrett17[CodePlex]
I've narrowed this issue down. It appears to be related to disconnecting the primary audio device while a track is queued to play.

craigbrett17 commented 6 years ago

craigbrett17[CodePlex]
Exact error message:

An unexpected error occurred NAudio.MmException: NoDriver calling waveOutRestart

yyko commented 3 years ago

Confirm the same issue.

craigbrett17 commented 2 years ago

I didn't know people would be able to still use the app with the changes that Spotify are making (see #38). But... if people are, I can try fixing this.