Windows error 0x887A0006, -2005270522

Detailed Error Information

DXGI_ERROR_DEVICE_HUNG[1]

MessageThe GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

1vote
0answers

Debugging on Graphics Timeout (0x887A0006 DXGI_ERROR_DEVICE_HUNG)

I am working on a Direct3D pixel shader, which currently seems to have some infinite loop problem. This causes the graphics device to timeout on the first frame, so that I have no chance of capturing a frame in the Visual Studio Graphics Diagnostics - which can only debug a [...] read more
debugging
graphics
timeout
gpu
hlsl

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