Windows error 0x80070079, -2147024775

Detailed Error Information

SEM_TIMEOUT[1]

MessageThe semaphore timeout period has 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 Code121 (0x0079)

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

Questions

11votes
1answer

Connect to BTLE device using 32feet.net using unique service protocol

I have a bluetooth low energy (BTLE) device, which I need to connect to my PC. To do so, I use the windows API reference in a desktop WPF app. The bluetooth device is rather simple: 1 service, 2 characteristics (one read/notify, one to write to). To make below code [...] read more
c#
wpf
bluetooth
32feet
btle
2votes
1answer

SSRS report does not load from corporate office

My SSRS report does not load when I am accessing it from a corporate office. I can access it from anywhere else (that I've tried so far) except for said office. The office environment is using XP with .Net 2.0 installed and accessing the report from IE8. The SSRS version [...] read more
reporting-services
fiddler
ssrs-2012
1vote
0answers

Fix Error "0x8078015B" when doing an image backup from win 10 on samba share

I'm trying setting up backups for my computer on a samba share and getting this error on windows 10: Windows Backup encountered an error when accessing the remote shared folder. Please retry the operation after making sure that the remote shared folder is available and accessible. (0x8078015B) Backup is working [...] read more
windows
debian
backup
samba
windows-10
0votes
1answer

VSS - The semaphore timeout period has expired

On a Server 2016 box Windows Backup fails with The backup operation that started at '‎2016‎-‎12‎-‎23T02:00:13.001000000Z' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '0x8078006B'. Please review the event details for a solution, [...] read more
vss
windows-server-2016
0votes
1answer

SerialDevice.FromIdAsync(string id) timing out

Here's a fragment of a UWP app I am writing // [...] using Windows.Devices.Enumeration; using Windows.Devices.SerialCommunication; using Windows.Networking.Connectivity; // [...] private Dictionary<string, SerialDevice> _SerialDevices = new Dictionary<string, SerialDevice>(); // [...] var serialSelector = SerialDevice.GetDeviceSelector(); var serialDevices = (await DeviceInformation.FindAllAsync(serialSelector)).ToList(); var hostNames = NetworkInformation.GetHostNames().Select(hostName => hostName.DisplayName.ToUpper()).ToList(); // So we can ignore [...] read more
bluetooth
uwp
serial-port
0votes
0answers

Windows 10 Bluetooth LE Reconnecting Without Pairing?

I am unable to reconnect to my Bluetooth Low Energy Only Device using the Windows 10 API for Bluetooth without repairing each time (Windows 8.1 works). I am able to pair to the custom device through code, and am able to connect and subscribe for notifications but when I disconnect [...] read more
c#
bluetooth
win-universal-app
windows-10
bluetooth-lowenergy
0votes
1answer

ASP Push Notifications: limit time response

I'm developing a .NET application which communicate with a JS client through Event-source. It's works pretty well but I have a problem: If a client disconnects when the server is writing, the server keeps being stuck for 10 seconds and gives me an error at the end: The remote host [...] read more
asp.net
timeout
push-notification
0votes
1answer

Cannot delete partition

I have the same trouble with an Acer Switch 10 with windows 8 that wouldn't boot after downloading updates. I have gone through numerous attempts to no avail. I first made a bootable USB stick that doesnt work. It slowly gets to the stage where I have to delete the [...] read more
boot
usb
partitioning

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