Windows error 0x800705B4, -2147023436

Detailed Error Information

TIMEOUT[1]

MessageThis operation returned because the timeout period expired.
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 Code1460 (0x05b4)

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

Questions

7votes
3answers

Microsoft Security Essentials does not turn on at startup

Of late, MSE has stopped starting the real time protection on its own. I see the red icon in the tray. I tried to start the real time protection myself but I get an error code: 0x800705b4. I had a look at a similar problem here and I find that [...] read more
windows-7
windows
security
ms-security-essentials
6votes
1answer

Can't access some clients using w32tm /stripchart - error: 0x800705B4

I'm trying to track down a time synchronisation problem. I've got a DC in a remote branch. w32tm /dumpreg /subkey:Parameters reveals Type = NT5DS and the Type means its sync'ing with the domain, I understand. I've checked using: w32tm /stripchart /dataonly /samples:5 /computer:core-fsmo-dc and it's in sync. I can run [...] read more
windows-server-2003
domain-controller
time-synchronization
w32time
6votes
0answers

Wi-Fi Direct UWP timeouts (Exception from HRESULT: 0x800705B4)

I'm starting a Wi-Fi Direct access point service using the UWP APIs. It starts OK. I'm using WiFiDirectConnectionListener to monitor for devices that get connected to the access point using the ConnectionRequested event. var connectionRequest = args.GetConnectionRequest(); var deviceInformation = connectionRequest.DeviceInformation; // FromIdAsync needs to be called from the UI [...] read more
c#
uwp
wifi
wifi-direct
5votes
4answers

Can't get WinAppDeployCmd for Appx deployment to work

During the App Packaging and Deployment for Universal Windows Apps presentation (fast forward to 00:36:00) one specific command line utility - WinAppDeployCmd - was used for deployment Windows 10 Universal application to the phone running Windows 10 Mobile. This utility could be found here: "c:\Program Files (x86)\Windows Kits\10\bin\x86\WinAppDeployCmd.exe" But every [...] read more
windows-phone
win-universal-app
windows-10
5votes
2answers

Visual Studio 2013 Ultimate installation error

When I try to install Visual Studio 2013 Ultimate on my laptop, I get this error: -------------------------------------------------------------------------------- Setup Failed! Install cannot continue because some required components failed. Please correct the following problems and restart the setup to ensure full product functionality. To learn more, you can review the list of [...] read more
visual-studio
visual-studio-2013
4votes
2answers

Increasing time difference between Windows Server 2003 and time.nist.gov even after explicitly syncing time

I have synced the time of my server to time.nist.gov. This server communicates with a client’s server which is also synced with time.nist.gov. After noting that we seemed to be out of sync with the time server even after explicit syncing, I set up an hourly batch job to see [...] read more
windows-server-2003
ntp
time-synchronization
w32time
time-server
4votes
1answer

HyperV fails to run VMs that are connected to a virtual switch, but works for VMs that are not connected

I am running Windows 10 20H2 on a HP EliteBook G4. I HAVE THE FOLLOWING PROBLEM: I cannot run VMs attached to a virtual switch. * All VMs run successfully when not using a Virtual Switch ("not connected" under network adapter) * When I assign a virtual switch (any type, [...] read more
windows-10
networking
virtualization
hyper-v
2votes
1answer

Nagios NTP Time: UNKNOWN: Lookup failure for host $ARG1$ (us.pool.ntp.org)

We are currently utilizing Nagios to monitor our production servers at my workplace. Our Nagios instance is configured on a Linux server where we monitor both Linux and Windows machines. I have been experiencing the following Nagios issue regarding NTP Time for quite some time now on several of our [...] read more
linux
windows
ubuntu
nagios
ntp
2votes
1answer

Why are my servers clock out of sync?

The domain time is now out of sync by 4 mins and its getting on my nerves, I ran a quick check to see if I could determine how much it was out by exactly and got this back: H:\>w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly Tracking time.windows.com [65.55.56.112:123]. Collecting 5 samples. [...] read more
windows
windows-server-2008
networking
time
time-synchronization
2votes
1answer

C++ - Windows Iot Core Remote Debugger - Debugger fails to start

I just bought a Raspberry Pi 3 and I am trying to set-up and remotely debug an application on my Pi. I've been doing some research and Microsoft has documented that the debugging authentication type "Universal" is used for iot devices. (When I use "Universal" I get an error when [...] read more
c++
windows
debugging
core
iot
1vote
3answers

2018-08 Cumulative Update for Windows Server 2016 (KB4343887) Failing

I've been trying to update the Patches which is failing continuously enter image description here [https://i.stack.imgur.com/PDkYQ.png] When I click the Failed to Install, I popped with the below description > 2018-08 Cumulative Update for Windows Server 2016 for x64-based Systems > (KB4343887) > > A security issue has been identified [...] read more
windows-server-2016
windows-update
credssp
1vote
0answers

Windows Update of Windows Server 2016 against local WSUS server fails

Installing a new environment built around Windows Server 2016 that has some of the servers on a network that can't reach out to the internet, we installed Windows Server Update Services (WSUS) on one of the servers that has two Network Cards (dual NICed) one of the NICs can reach [...] read more
windows-10
windows-update
windows-server-2016
windows-defender
wsus
1vote
2answers

Error while running desktop app converter on VLC installer

I'm getting E_STARTING_ISOLATED_ENV_FAILED error while running the converter on VLC installer. I chose VLC because in one of the channel 9 videos, VLC was used as an example. I want to first try running converter on a sample exe installer before running it on an actual exe installer. I even [...] read more
uwp
desktop-bridge
1vote
1answer

DAC gives timeout and fails to start the isolated environment with a silent setupper

Any ideas how to fix this timeout issue? My application setupper is 100% silent, when I run it by hand, so the setupper itself is not hanging... > [2016-09-27T16:50:57] Log file can be found in > C:\DesktopAppConverter\4e2c2695-d2df-4384-b4e7-27b2a8f5e93d\logs\DesktopAppConverter.log > [2016-09-27T16:50:57] Desktop App Converter > 1.0.0.release_2016-09-12_17-35_ffbf3b5cdc49b01e13ab503dae648326acae0991 > > > [2016-09-27T16:50:57] > > [...] read more
desktop-bridge
desktop-app-converter
1vote
1answer

'Project needs to be deployed before it can be started' after successful deploy

I'm trying to remote debug a new background IOT app on my Raspberry Pi 3 in VS2015 Update 3. At first I had trouble with 'Command failed: 0x800705b4', which I solved by changing the remote machine name to the IP address and the '8116' port as instructed via the IOT [...] read more
visual-studio-2015
raspberry-pi3
windows-iot-core-10
1vote
1answer

WiX 3.8 Burn failed to elevate package installer

I am making a package installer and am followin the KISS principle. No bundle made in WiX 3.6-3.8 works on Windows XP (but works as expected in Windows 7). The cause is elevation error 0x800705b4. [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: Failed to wait for child to connect to pipe. [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: [...] read more
wix
windows-xp
bootstrapper
burn
0votes
0answers

w32tm not syncing my DC's time like I would expect

I have an issue where my domain controller (a HyperV VM) is not syncing the time with the external time server as expected. The status shows it has recent syncs going on but the time still never updates correctly. However, if I update it manually running w32tm it updates the [...] read more
windows-server-2012-r2
time-synchronization
w32tm
0votes
1answer

I can't find windows defender in regedit

I can't find Windows Defender in regedit. Under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender it only shows * Policies * Microsoft * Cryptography * Peernet * System Certificates * Windows * Windows NT Next should come Windows Defender but it is not there. I am trying to fix Error code - 0x800705b4. read more
windows-registry
0votes
1answer

Why does this Win10 computer not update to latest version?

* Business-class Laptop: HP Compaq 8510w * System: Windows 10 Pro, version 1511, build 10587.713 * Being used in a small company without centralized Windows Server Since I got it from my customer, I intend to fix all his issues with it. It behaved "strangely", for the purpose of this [...] read more
windows-10
windows-update
0votes
0answers

Windows Defender Service Failing to Start

I've searched for so many hours for a solution to this problem but haven't found a working answer. The errors I get are 0x800705b4 and 0x80070005 I recently deleted some old system files from an earlier Windows version (windows.old and another folder) and since doing so have noticed that Windows [...] read more
windows-10
troubleshooting
services
windows-defender
0votes
1answer

Installing application in Wine fails on Ubuntu 16 LTS 64 bit

During installation, wine silently fails to install an application at the following point: Execute: C:\users\user\Temp\vcredist_x64 /passive /norestart Digging further, the temp folder inside my wine folder is filled with installation errors such as the following: [0027:0028][2016-09-04T15:43:37]e000: Error 0x800705b4: Failed to open parent pipe: \\.\pipe\BurnPipe.{E789565F-2800-496A-97E2-6760C4AB4AB5} [0027:0028][2016-09-04T15:43:37]e000: Error 0x800705b4: Failed to connect [...] read more
linux
ubuntu
wine
0votes
2answers

Error activating Microsoft Security Essentials

I'm installing MSE on a XP Professional SP3 PC. After the initial install and update, an error pops up: Microsoft Security Essentials cannot start real-time protection This operation has been cancelled due to timeout error Error code: 0x800705b4 I'm translating from the original spanish error message: Security Essentials no pudo [...] read more
windows
ms-security-essentials
0votes
1answer

Microsoft Forefront won't turn on

I am at home with a work machine and cannot get Microsoft Forefront Endpoint Protection 2010 to turn on. If I go to my Start Menu >> All Programs >> Microsoft Forefront Endpoint Protection I get its main screen. In the center of the screen is a big red button [...] read more
windows-7
anti-virus
0votes
2answers

WebView2 control works while debugging a WPF project, but not after installed via vdproj installer

Solution below, thanks to Poul Bak and GrooverFromHolland for pointing out my poor async implementation which helped a bit. I simply moved the source assignment into the same method after the await so order of operations is correct, and also had to first await CoreWebView2Environment.CreateAsync. Not entirely sure why this [...] read more
.net
wpf
microsoft-edge
webview2
vdproj
0votes
3answers

How to install Python on Windows 10

I have uninstalled Python and now I cant install it anymore (error 0x800705b4). Has anybody encountered this error ? I have tried different versions but nothing works. read more
python
0votes
1answer

This operation returned because the timeout period expired. (Exception from HRESULT: 0x800705B4)

I am facing an issue in getting channel URI for push notification in UWP. var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(); Tried all answers given in StackOverflow and windows forums. Please help me in resolving this!! read more
c#
azure
push-notification
uwp
azure-notificationhub
0votes
0answers

When create_task throws exception I cannot catch it in try-catch block

I try to receive user's PushNotification Channel URI (Windows 10 platform) and for some users application generate exception This operation returned because the timeout. To handle errors in a task chain I should add a task-based continuation at the end of the chain and handle all errors there (as explained [...] read more
push-notification
uwp
c++-cli
wns
0votes
1answer

Real time GPS UWP

I really want to know how do I can update the position of the user in the map while the UWP app was running in bakground Here is my code right now private async void PinPoints() { //Pin point to the map Windows.Devices.Geolocation.Geopoint position = await Library.Position(); double lat = [...] read more
background
geolocation
win-universal-app
0votes
0answers

Send device's current location to Azure service in Windows 8.1

I am developing a location tracking windows mobile app and I want to send my current location to azure service as a background task. Getting current location is done. Currently I show the current location in the app tile. Likewise showing location in the tile I want to send location [...] read more
azure
geolocation
windows-phone-8.1
geofencing
0votes
2answers

Error 0x800705b4: Failed to wait for child to connect to pipe. WiX Bootstrapper Application

I want to build a setup.exe that deploy an vc_redist.exe depending on some conditions. And some own program. I am using VS 2008 an WiX Toolset v3.8.1128.0 When i start the setup.exe and have a vc_redist.exe wtih version <= 10 included i get > Error 0x800705b4: Failed to wait for [...] read more
installation
wix
wix3.8
redistributable
0votes
1answer

Wix Bootstrapper will not update, Error 0x800705b4

I have a Wix Bootstrapper which installs/updates a number of MSIs. The MSI runs and updates fine, and the Bootstrapper will run fine for an initial install. I attempted to test Updating with the Boostrapper, however, and every time it will not even launch, and spawn a large number of [...] read more
wix
updates
bootstrapper
failed-installation
-1votes
1answer

How to Reset Windows 10 to Fix Windows Print

Printing to my HP 6970 printer using the Windows 10 print UI or through the HP app has not been working for me. The printer works just fine, and I can print to it from my computer without using the Windows 10 printing UI, such as by printing in chrome [...] read more
windows-10
printing
printer
windows-10-v1909

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