Windows error 0x80010111, -2147417839

Detailed Error Information

RPC_E_INVALID_HEADER[1]

MessageOLE received a packet with an invalid header.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code273 (0x0111)

Questions

4votes
1answer

COM Runtime Breakdown in Multithreaded Server Application

We are experiencing intermittent catastrophic failures of the COM runtime in a large server application. Here's what we have: A server process running as a Windows service hosts numerous free-threaded COM components written in C++/ATL. Multiple client processes written in C++/MFC and .NET use these components via cross-procces COM calls [...] read more
multithreading
debugging
com
com-interop
1vote
0answers

What would cause this OLE error? (packet with an invalid header)

I've written an application which prints labels using the BarTender .NET SDK from Seagull Scientific. The application runs perfectly day after day, printing thousands of labels. But then, after about 3 weeks, when I call the BarTender engine's Documents.Open method, I get this error: > OLE received a packet with [...] read more
.net
winforms
ole
barcode-printing

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