Windows error 0x887A0026, -2005270490

Detailed Error Information

DXGI_ERROR_ACCESS_LOST[1]

MessageThe keyed mutex was abandoned.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2170 (0x87a)
NameFACILITY_DXGI[1]
Error Code38 (0x0026)

Questions

0votes
0answers

IddCxSwapChainSetDevice returns DXGI_ERROR_ACCESS_LOST

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" [...] read more
c++
winapi
wdf
umdf
indirect-display-driver

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0