audiorouterdev / audio-router

Routes audio from programs to different audio devices.
GNU General Public License v3.0
3.51k stars 420 forks source link

0x888900A (Unknown Error) #56

Closed Blizzardo1 closed 6 years ago

Blizzardo1 commented 6 years ago

Routing functionality may not be available until target process restart.

^ To be clear, I've restarted spotify countless amount of times, and when I try to reroute again, this happens... Please fix.

This is very frustrating! Update: (Routing Pending) WHAT PENDING DOES IT NEED TO DO!?

Discookie commented 6 years ago

Some players like Spotify or Chrome's HTML5 do not like when you try to switch audio devices while playing. In these cases, playback must be completely stopped before you can switch audio devices, or you risk losing all audio output from that player. That is not Audio Router's fault, it is their implementation's fault.

But Routing Pending being stuck after that is indeed a bug.

Blizzardo1 commented 6 years ago

It gets better. I'm not even PLAYING anything even after restarting, and I still get that bug... the only reason why this ever happened was because I had an issue with VoiceMeeter... I haven't been able to properly stream because of this and I need this routing to succeed...

Discookie commented 6 years ago

Could your output be in exclusive mode by any chance?

The error code is signaling a DEVICE_IN_USE - it tends to happen with either primarily ASIO devices rejecting WASAPI connections, or with WASAPI devices being in exclusive mode.

Blizzardo1 commented 6 years ago

@Discookie I've removed Exclusive mode from all of my I/O, And it appears to have worked. Hats off to you. It's something I'd never have tried until you've mentioned it.

Blizzardo1 commented 6 years ago

Anyone who has this issue, please use @Discookie's comment. Thank you. <3