Windows error 0x00000079, 121

Detailed Error Information

SEM_TIMEOUT[1]

MessageThe semaphore timeout period has expired.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070079.

MISMATCHED_HAL[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x79: MISMATCHED_HAL.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code121 (0x0079)

Questions

1vote
2answers

USB Format Failed

I am trying to create a Windows 7 USB boot drive out of a USB stick. It is 1TB and comes up as General UDisk USB Device in my device manager. I am using Rufus 2.10.973. Once I press start, the format begins. It sits on "Clearing MBR/PBR/GPT structures…" for [...] read more
partitioning
usb-flash-drive
bootable-media
rufus
1vote
2answers

incorrect members order in a C# structure

I have a TCP Client,which puts a packet in a structure using System.Runtime.InteropServices; [StructLayoutAttribute(LayoutKind.Sequential)] public struct tPacket_5000_E { public Int16 size; public Int16 opcode; public byte securityCount; public byte securityCRC; public byte flag; [MarshalAsAttribute(UnmanagedType.ByValArray, SizeConst = 8, ArraySubType = UnmanagedType.I1)] public byte[] blowfish; public UInt32 seedCount; public UInt32 seedCRC; [MarshalAsAttribute(UnmanagedType.ByValArray, [...] read more
c#
struct
memory-layout
0votes
1answer

How can I make robocopy continue to try even though there is an error 2 (file not found)?

I have a script that runs each night for backup purposes. The just of the script is it will backup a DB, compress it to a 7zip file and then copy it to a network location I have set-up. My script errors out with the following results when using Robocopy [...] read more
networking
backup
7-zip
robocopy
cloud-storage
0votes
1answer

Customizing Fantacy Remote .INI file

I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
remote-desktop
remote-access
0votes
0answers

Access violation writing location 0x00000079 when running code

I'm trying to create a simple snake game as an easy first project using SFML in c++, however the program crashes. I tried redoing all configurations in visual studio and I have tried debugging using stacker. (Don't know how to use it properly so didn't go to well.) Here is [...] read more
c++
visual-studio
sfml
visual-studio-2019
0votes
1answer

PHP - Filtering elements into a separate multidimensional array attached to previous key

I may be going about this in the complete wrong way, but I thought i'd first pose the question here. I have a log file generated from the Windows processes RoboCopy), which I have then opened up through PHP and created an array for every line of the log. I've [...] read more
php
arrays
multidimensional-array
0votes
2answers

nasm/ld failing to do %include on cygwin

I'm trying to assemble using nasm on Cygwin 32 bits (following Part IV of Dandamudi, Sivarama P. Guide to Assembly Language Programming in Linux. New York: Springer, 2005). However, I get the following errors: $ nasm -f win32 sample.asm $ nasm -f win32 io.mac $ ld -m i386pe io.obj -lc [...] read more
assembly
macros
include
cygwin
nasm

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0