Windows error 0x00000432, 1074

Detailed Error Information

ALREADY_RUNNING_LKG[1]

MessageThe system is currently running with the last-known-good configuration.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code1074 (0x0432)

Questions

0votes
0answers

how can you translate virtual address to physical address?

if I have a base of 0x00000432 and some bounds, say 500, how can I translate various virtual addresses to physical addresses? VA 0x0000043 --> ? VA 0x0000054c --> ? read more
operating-system

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