omriharel / deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
https://deej.rocks
MIT License
4.71k stars 433 forks source link

DEEJ doesnt work when Windows is turned on after sleep #118

Open krrattos opened 1 month ago

krrattos commented 1 month ago

Deed does not works after turning on the Windows PC after a sleep. Then we need to quit the application and re-launch it.

AlphakDotNet commented 1 month ago

Very likely to be caused by a lack of retry mechanism, causing also the problems indicated in those issues:

As long as not solved by the author, solution could be to rebuild from source using the pull request https://github.com/omriharel/deej/pull/32

Dreadimeyer commented 1 month ago

I just finished building my first deej and was super excited about it, but ran into this issue immediately. Unfortunately, this issue makes it pretty useless for me (having to manually start the process every time the PC wakes eliminates the convenience of having a hardware mixer in the first place). It looks like this issue has been known for years, is there any indication that it will be fixed? Building from an old branch that is behind the main by years doesn't seem like a great solution