Windows error 0x88985006, -2003283962

Detailed Error Information

DWRITE_E_ALREADYREGISTERED[1]

MessageThe given interface is already registered.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2200 (0x898)
NameFACILITY_WINCODEC_DWRITE_DWM[1]
Error Code20486 (0x5006)

Questions

2votes
0answers

Error when printing to Microsoft Print to PDF printer at the same time from multiple threads/apps

We have a console application that uses PrintDocument in C# to create a PDF using the built in "Microsoft Print to PDF" printer in Windows 10/Server 2016. We use Microsoft's HPC Pack, so this application may run multiple times on the same server -- with both applications trying to print [...] read more
c#
hpc

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