Windows error 0x80010115, -2147417835

Detailed Error Information

RPC_S_CALLPENDING[1]

MessageOLE has sent a request and is waiting for a reply.
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 Code277 (0x0115)

Questions

10votes
1answer

CoWaitForMultipleHandles API doesn't behave as documented

This was triggered by another question I was looking at. It might be too long to read, so please bear with me. Apparently, CoWaitForMultipleHandles does not behave as documented on MSDN. The code below (based upon the original question) is a console app, which starts an STA thread with a [...] read more
c#
.net
windows
winapi
com
0votes
1answer

How to debug C# WinForms application in VS 2008 Express on Wine?

Environment: xUbuntu 18.04.4 LTS x64 wine-stable 5.0.0~bionic amd64 (winehq-stable + wine-stable-amd64 + wine-stable-i386:i386) WINETRICKS_VERSION=20191224 (under wine WINEARCH=win32 + Visual Studio Express 2008 SP1 ENG(https://archive.org/details/vs2008sp1) + dotnet35sp1 (was installed by winetrick)) In VS I created a Windows Forms Application -> build -> debug, and at this step I got the error [...] read more
c#
winforms
visual-studio-2008
visual-studio-debugging
wine

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