Windows error 0x887A0020, -2005270496

Detailed Error Information

DXGI_ERROR_DRIVER_INTERNAL_ERROR[1]

MessageAn internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect, and the application should not continue.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

6votes
2answers

How to properly use a hardware accelerated Media Foundation Source Reader to decode a video?

I'm in the process of writing a hardware accelerated h264 decoder using Media Foundation's Source Reader, but have encountered a problem. I followed this tutorial and supported myself with Windows SDK Media Foundation samples. -------------------------------------------------------------------------------- My app seems to work fine when hardware acceleration is turned off, but it doesn't [...] read more
c++
com
directx
hardware-acceleration
ms-media-foundation
1vote
1answer

IMFSourceReader hardware accelerated

I'm trying to follow this in order to accelerate video decoding with an IMFSourceReader. When I don't use it, everything is OK. When I use it, it doesn't work. Here are the steps: Creation of a DirectX 11 device HRESULT CreateDirectXDevice(IDXGIAdapter1* g, ID3D11Device** device, ID3D11DeviceContext** context) { HRESULT hr = [...] read more
winapi
video
direct3d
ms-media-foundation
dxgi
0votes
0answers

DirectX realtime graphics with SharpDX on WPF

I have realtime graphics in WPF application with DirectX on SharpDX. I use Direct2D1, Direct Composition, SwapCain. Its perfectly works with 1 object on window, but if i add more one (9), then there are problems: in debug after 1-2 min or if I actively move window between monitors, I [...] read more
c#
.net
graphics
directx
sharpdx

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