Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrypp/errorlookup
Simple tool for retrieving information about Windows errors codes.
https://github.com/henrypp/errorlookup
error-lookup error-messages information-retrieval portable windows
Last synced: 2 days ago
JSON representation
Simple tool for retrieving information about Windows errors codes.
- Host: GitHub
- URL: https://github.com/henrypp/errorlookup
- Owner: henrypp
- License: gpl-3.0
- Created: 2014-12-15T22:03:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T18:47:34.000Z (17 days ago)
- Last Synced: 2025-01-15T09:50:15.165Z (9 days ago)
- Topics: error-lookup, error-messages, information-retrieval, portable, windows
- Language: C
- Homepage:
- Size: 2.78 MB
- Stars: 265
- Watchers: 20
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Error Lookup
-------
### Description:
Portable open source tool which can help by translating error codes into a more meaningful text description. The interface is simple - just a box to type your code, and another which displays the details - so there does not seem much to learn.The program also supports a wide range of codes: regular Windows API errors, Native API errors, DirectX, Windows Internet errors, STOP codes.
And we think it can probably be configured to read more (Settings > Modules).The lightweight application is less than a megabyte, and it is compatible with Windows 7 and higher operating systems. You can download either the installer or portable version.
```
To activate portable mode, create "errorlookup.ini" in application folder, or move it from "%APPDATA%\Henry++\Error Lookup".
```### System requirements:
- Windows 7, 8, 8.1, 10, 11 32-bit/64-bit/ARM64
- An SSE2-capable CPU
- KB2533623 KB3063858 update for Windows 7 was required [[x64](https://www.microsoft.com/en-us/download/details.aspx?id=47442) / [x32](https://www.microsoft.com/en-us/download/details.aspx?id=47409)]### Donate:
- [Bitcoin](https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c) (BTC)
- [Ethereum](https://www.blockchain.com/explorer/addresses/eth/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960) (ETC)
- [Paypal](https://paypal.me/henrypp) (USD)
- [Yandex Money](https://yoomoney.ru/to/4100115776040583) (RUB)### GPG Signature:
Binaries have GPG signature `errorlookup.exe.sig` in application folder.- Public key: [pubkey.asc](https://raw.githubusercontent.com/henrypp/builder/master/pubkey.asc) ([pgpkeys.eu](https://pgpkeys.eu/pks/lookup?op=index&fingerprint=on&search=0x5635B5FD))
- Key ID: 0x5635B5FD
- Fingerprint: D985 2361 1524 AB29 BE73 30AC 2881 20A7 5635 B5FD- Website: [github.com/henrypp](https://github.com/henrypp)
- Support: [email protected]
(c) 2011-2024 Henry++