Windows error 0x0000007D, 125

Detailed Error Information

NO_VOLUME_LABEL[1]

MessageThe disk has no volume label.
Declared inwinerror.h

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

INSTALL_MORE_MEMORY[2]

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

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 Code125 (0x007d)

Questions

2votes
1answer

Cisco Voice VLAN with 802.1X Authentication

I've got a Cisco Catalyst 2960 that I'm trying to configure for a remote office with 802.1X wired authentication. The setup I'm going for is Switch -> VoIP Phone via Internal Switch -> PC/Laptop (Domain Joined Win 7/8). Our authentication server is NPS on Windows Server 2008 R2. We are [...] read more
cisco
vlan
voip
802.1
nps
1vote
0answers

Linux XGetSelectionOwner() How to get the App's main window from selection owner?

[EDIT] I have changed my program so I no longer need to use XGetSelectionOwner(), so I no longer need an answer. Should I delete this post? [END-EDIT] I want to get the ID of the App's main window that has the current selection, to save, so after doing something with [...] read more
c
linux
x11
0votes
2answers

How to turn on LED on stm32 board using assembly language that generated by llvm?

My English skill is poor because I'm not a native English speaker. Please understand. I compiled some test code that operating alright in IAR with LLVM infra but the generated code was not operated on my test board. Detail are as follows. TEST GOAL I want to see operating the [...] read more
makefile
llvm
cortex-m3
segger-jlink
stm32l152

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