Windows error 0x800701E7, -2147024409

Detailed Error Information

INVALID_ADDRESS[1]

MessageAttempt to access invalid address.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code487 (0x01e7)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000001e7.

Questions

1vote
2answers

Unable to load the Managed C++ dll into C# Dll

I have a C# application which is built with platform target as ANY CPU. It references a managed C++ application which is built with the platform target as Win32. However the loading of the C++ dll fails at runtime with the following error. "Could not load file or assembly 'abc_Debug, [...] read more
c#
0votes
0answers

Minikube Synthetic Ethernet Port

I am trying to start Minikube with the following command: Command:minikube start --vm-driver hyperv It shows the below error: > Error:'minikube' Synthetic Ethernet Port (Instance ID > DAFC6CDF-E16C-42D4-920B-3C180547A0A6): Failed to Power on with Error 'Attempt > to access invalid address.' (0x800701E7). (Virtual machine ID > AB87A24C-7B7E-41CA-B63D-A420FFCC508F) 'minikube' No available MAC [...] read more
kubernetes
minikube
kubernetes-pod
spinnaker
0votes
0answers

Direct2D "Attempt to access invalid address error" on EndDraw

Users of our application experience intermittent bug where ID2D1RenderTarget::EndDraw returns an HRRESULT 0x800701E7 which means "Attempt to access invalid address error". Using EndDraw tags we did pinned down the drawing operation that is causing the error using which is simple: context->DrawImage(bitmap, offsetPoint, imageRectangle); The problem is that we are not [...] read more
c++
direct2d

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