gunship-rs icon indicating copy to clipboard operation
gunship-rs copied to clipboard

Engine Panics When Headphones are Unplugged

Open randomPoison opened this issue 9 years ago • 0 comments

The error message I get is

thread '<main>' panicked at 'IAudioClient::GetCurrentPadding() failed with code 0x88890004', C:\Users\excaliburhissheath\workspace\render_rs\lib\bootstrap_audio\src\windows.rs:37

The error value translates to AUDCLNT_E_DEVICE_INVALIDATED, which makes sense because this happens when headphones are unplugged.

randomPoison avatar May 26 '15 21:05 randomPoison