Windows error 0x8899000C, -2003238900

Detailed Error Information

D2DERR_RECREATE_TARGET[1]

MessageThere has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2201 (0x899)
NameFACILITY_DIRECT2D[1]
Error Code12 (0x000c)

Questions

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
0votes
1answer

Does SharpDX have an enum giving constant names to the Direct2D error codes that can be returned in a SharpDXException?

class SharpDXException has a field int HResult that is set to a non-zero error code when an error is reported by the underlying Microsoft DirectX code. For example, when using SharpDX.Direct2D1, Microsoft docs list these Direct2D error codes. For example, > D2DERR_RECREATE_TARGET > 0x8899000C Searching SharpDX sources, I don't see [...] read more
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