Windows error 0x800700E8, -2147024664

Detailed Error Information

NO_DATA[1]

MessageThe pipe is being closed.
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 Code232 (0x00e8)

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

Questions

6votes
3answers

"Pipe is being closed" when using the WinRT Geolocator

When I use the WinRT Geolocator, I sporadically get the error: {"The pipe is being closed. (Exception from HRESULT: 0x800700E8)"} Again, this is sporadic. Any suggestions? Windows.Devices.Geolocation.Geoposition _Postion = null; try { var _Locator = new Windows.Devices.Geolocation.Geolocator(); _Postion = await _Locator.GetGeopositionAsync(); } catch { /* continue, null okay */ } [...] read more
c#
geolocation
windows-runtime
5votes
0answers

WPF Installer failed if anti virus installed

I have a WPF installer which is created using WIX, WIX Custom Bootstrapper and Burn. I have used 3.9 version WIX to create and compile the WIX file. I tried to install that installer in my machine which have already installed AVG Antivirus and my installer properly installed in it. [...] read more
wpf
bootstrapper
antivirus
wix3.9
wix3.11
5votes
1answer

WiX v3.11 Burn bootstrapper install failing due to Anti-Virus scan?

I've recently included a bootstrapper into my solution, and I've noticed that after testing a variety of free Anti-Virus programs, both Avast and AVG seem to now cause my installation to fail, has anyone else experienced this? My current thought is that the cause of the install failing is the [...] read more
wix
bootstrapper
burn
wix3.11
4votes
1answer

Download failed if AVG anti virus installed

I am developing WPF application which will download and install msi using BootstrapperCore library. It works properly but after installing AVG anti-virus in my machine. Download failed in my application and have logged the failed information. Failed Log: Error 0x800700e8: Failed to wait for child to connect to pipe. Error [...] read more
wpf
c#-4.0
bootstrapper
antivirus
2votes
0answers

Managed Bootstrapper does not install anything, if all msiPackages are configured perMachine

I am writing a custom bootstrapper application, that have to install 3 msiPackages(InstallScope is set to "perMachine" for all of them). But the BA doesn't install any of them. Here are the error messages from log file: > Error 0x800700e8: Failed to write message type to pipe. Error 0x800700e8: > [...] read more
wix
burn
2votes
1answer

Windows Phone 8 SDK installation failed

I am trying to install WP8 sdk but it gives me following error. enter image description here [https://i.stack.imgur.com/0sshg.png] I have Windows 8.1 Pro 64 bit and using Visual Studio Premium 2012. the setup file i used to install sdk is wpsdkv80_enu1.img. Here is the log [135C:16BC][2013-10-25T14:40:35]: Error 0x800700e8: Failed to [...] read more
visual-studio
visual-studio-2012
windows-phone-8
sdk
windows-phone
0votes
0answers

WinAppDeployCmd: 0x80131500 - Failed to copy package: Unspecified error

I'm trying to deploy my work-in-progress app to my Lumia 435 Windows Phone (Win 10, build 10.0.14393.576) using WinAppDeployCmd. I'm quite new at this and keep getting the following errors: > Installing app...Disconnecting. 0x80131500 - Failed to copy package: > Unspecified error 'Microsoft Corporation' violates pattern constraint of > '\bms-resource:.{1,256}'. [...] read more
deployment
windows-phone
windows-10-universal
sideloading
0votes
1answer

GPS sensor Broadcom GNSS Geolocation

I have a problem with sensor GPS of Broadcom. My device is a Tablet Latitude 10 Dell I use the software Sensor Diagnostic Tool that test operation of GPS, but i receive message The pipe is closed (exception HResult: 0x800700E8) See the image. Someone Have this problem?![enter image description here][1] [...] read more
geolocation
tablet
broadcom

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