Win32 Error Codes in AppAcceleratorV logs

30/09/2022 Cliff Hobbs   ID: 331541

Windows Error Codes in AAV logs

AAV Logs record the Win32 error code, but without the preceding 0x00000. To find the human-readable text message for the error, you will need to prepend 0x00000 to the error number and then search the MSDN Win32 Error Codes for 0x00000193.

Example

If the AAV log contains the following message then you will need to search the MSDN table for 0x00000193.

ERROR, Process creation failed; error 0xc1
ERROR, AAV INTERNAL, Process creation failed; error 193


  Win32 error codes
  Description

0x00000193 ERROR_PROCESS_MODE_NOT_BACKGROUND

  The process is not in background processing mode.

MSDN

All Win32 error codes MUST be in the range 0x0000 to 0xFFFF, although Win32 error codes can be used both in 16-bit fields (such as within the HRESULT type specified in section 2.1) as well as 32-bit fields. Most values also have a default message defined, which can be used to map the value to a human-readable text message; when this is done, the Win32 error code is also known as a message identifier.

Microsoft MSDN Table of all Win32 Error Codes

MagnumDB (Searchable Database)

https://www.magnumdb.com


Source:
Was this article helpful?

Table of Contents

    Can't find what you're looking for?

    Contact Support