IddCxSwapChainSetDevice returns DXGI_ERROR_ACCESS_LOST

0

When I run the IndirectDisplay driver sample (https://github.com/microsoft/Windows-driver-samples/tree/master/video/IndirectDisplay) IddCxSwapChainSetDevice returns 0x887a0026. Visual Studio describes this as "The keyed mutex was abandoned." and looking online indicates that this is the DXGI_ERROR_ACCESS_LOST code. I can't find any information on what would cause this.

What would cause this "The keyed mutex was abandoned" error in an IddCx driver?

c++
winapi
wdf
umdf
indirect-display-driver
asked on Stack Overflow Sep 5, 2020 by user2690730 • edited Sep 5, 2020 by user2690730

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0