Results 1 to 7 of 7

Thread: Windows Error Lookup Tool

  1. #1

    Default Windows Error Lookup Tool

    Hi,

    Do you know those windows errors 0x80070005 etc.. ?

    This is a story about a tool that I am using all the time and have done so for years..

    Over the past few weeks a couple of my customers came to me with questions about some windows runtime errors.
    Some I could quickly diagnose by telling them what the errors stand for.
    So it seems that not everyone knows about it.

    By using the Microsoft Error Lookup Tool, which is just a small binary, you don't need to go google it (which is a drama as these error codes all have seriously been abused by both malware artists and Search Engine Optimisation bozo's)

    There's nothing to install.. just a single exe.
    https://www.microsoft.com/en-us/down...aspx?id=100432

    You use it like so:

    Code:
    C:\Tools>Err_6.4.5.exe 0x80070005
    # for hex 0x80070005 / decimal -2147024891
      COR_E_UNAUTHORIZEDACCESS                                       corerror.h
    # Access is denied.
      DIERR_OTHERAPPHASPRIO                                          dinput.h
      DIERR_READONLY                                                 dinput.h
      DIERR_HANDLEEXISTS                                             dinput.h
      DSERR_ACCESSDENIED                                             dsound.h
      STIERR_READONLY                                                stierr.h
      STIERR_NOTINITIALIZED                                          stierr.h
      E_ACCESSDENIED                                                 winerror.h
    # General access denied error
    # as an HRESULT: Severity: FAILURE (1), FACILITY_WIN32 (0x7), Code 0x5
    # for hex 0x5 / decimal 5
      ERROR_ACCESS_DENIED                                            winerror.h
    # Access is denied.
    # 9 matches found for "0x80070005"
    More info:
    https://learn.microsoft.com/en-us/wi...de-lookup-tool

    Easy peasy and it helps a lot!

    --
    Wil

  2. #2
    Join Date
    Feb 2009
    Location
    Somewhere in Vermont, USA - unless I'm not
    Posts
    10,760

    Default Re: Windows Error Lookup Tool

    You don't have 'em all memorized Wil?

    Thanks!
    Garret

    I don't like making plans for the day... 'cause then the word 'premeditated' gets thrown around in the courtroom...

  3. #3
    Join Date
    Feb 2009
    Location
    SW Connecticut/NY area
    Posts
    8,994

    Default Re: Windows Error Lookup Tool

    +1!
    Bob Worsley
    203-249-2633
    rlworsley at gmail.com

    Do or do not. There is no try. — Yoda

  4. #4
    Join Date
    Feb 2009
    Location
    Brazil
    Posts
    4,943

    Default Re: Windows Error Lookup Tool

    Nice

    thanks for sharing it Wil
    Samuel Pizarro

  5. #5
    Join Date
    Mar 2009
    Location
    Beech Hill - a village near Reading in the UK
    Posts
    2,532

    Default Re: Windows Error Lookup Tool

    +1

  6. #6
    Join Date
    Feb 2009
    Location
    Castlegar, BC Canada
    Posts
    4,611

    Default Re: Windows Error Lookup Tool

    +1 Cool!

  7. #7
    Join Date
    Feb 2009
    Location
    Boxtel, The Netherlands
    Posts
    1,032

    Default Re: Windows Error Lookup Tool

    Thanks Wil
    Kind regards,

    Hans van de Laar
    Data Access Europe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •