{"id":18768297,"url":"https://github.com/henrypp/errorlookup","last_synced_at":"2025-05-16T10:06:26.121Z","repository":{"id":24648501,"uuid":"28058378","full_name":"henrypp/errorlookup","owner":"henrypp","description":"Simple tool for retrieving information about Windows errors codes.","archived":false,"fork":false,"pushed_at":"2025-05-06T15:22:20.000Z","size":2948,"stargazers_count":282,"open_issues_count":0,"forks_count":50,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-06T16:47:15.217Z","etag":null,"topics":["error-lookup","error-messages","information-retrieval","portable","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henrypp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://www.paypal.me/henrypp","https://yoomoney.ru/to/4100115776040583","https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c","https://www.blockchain.com/eth/address/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960"]}},"created_at":"2014-12-15T22:03:14.000Z","updated_at":"2025-05-06T15:22:24.000Z","dependencies_parsed_at":"2023-11-23T20:24:03.778Z","dependency_job_id":"df09429c-624a-4946-a90c-047b6def8a94","html_url":"https://github.com/henrypp/errorlookup","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrypp%2Ferrorlookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrypp%2Ferrorlookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrypp%2Ferrorlookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrypp%2Ferrorlookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henrypp","download_url":"https://codeload.github.com/henrypp/errorlookup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509476,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["error-lookup","error-messages","information-retrieval","portable","windows"],"created_at":"2024-11-07T19:11:58.924Z","updated_at":"2025-05-16T10:06:26.102Z","avatar_url":"https://github.com/henrypp.png","language":"C","readme":"﻿\u003ch1 align=\"center\"\u003eError Lookup\u003c/h1\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n\t\u003ca href=\"https://github.com/henrypp/errorlookup/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/henrypp/errorlookup?style=flat-square\u0026include_prereleases\u0026label=version\" /\u003e\u003c/a\u003e\r\n\t\u003ca href=\"https://github.com/henrypp/errorlookup/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/downloads/henrypp/errorlookup/total.svg?style=flat-square\" /\u003e\u003c/a\u003e\r\n\t\u003ca href=\"https://github.com/henrypp/errorlookup/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-raw/henrypp/errorlookup.svg?style=flat-square\u0026label=issues\" /\u003e\u003c/a\u003e\r\n\t\u003ca href=\"https://github.com/henrypp/errorlookup/graphs/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/henrypp/errorlookup?style=flat-square\" /\u003e\u003c/a\u003e\r\n\t\u003ca href=\"https://github.com/henrypp/errorlookup/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/henrypp/errorlookup?style=flat-square\" /\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n-------\r\n\r\n\u003cp align=\"center\"\u003e\r\n\t\u003cimg src=\"/images/errorlookup.png?cf\" /\u003e\r\n\u003c/p\u003e\r\n\r\n### Description:\r\nPortable 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.\r\n\r\nThe program also supports a wide range of codes: regular Windows API errors, Native API errors, DirectX, Windows Internet errors, STOP codes.\r\nAnd we think it can probably be configured to read more (Settings \u003e Modules).\r\n\r\nThe 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.\r\n\r\n```\r\nTo activate portable mode, create \"errorlookup.ini\" in application folder, or move it from \"%APPDATA%\\Henry++\\Error Lookup\".\r\n```\r\n\r\n### System requirements:\r\n- Windows 7, 8, 8.1, 10, 11 32-bit/64-bit/ARM64\r\n- An SSE2-capable CPU\r\n- \u003cs\u003eKB2533623\u003c/s\u003e 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)]\r\n\r\n### Donate:\r\n- [Bitcoin](https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c) (BTC)\r\n- [Ethereum](https://www.blockchain.com/explorer/addresses/eth/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960) (ETC)\r\n- [Paypal](https://paypal.me/henrypp) (USD)\r\n- [Yandex Money](https://yoomoney.ru/to/4100115776040583) (RUB)\r\n\r\n### GPG Signature:\r\nBinaries have GPG signature `errorlookup.exe.sig` in application folder.\r\n\r\n- Public key: [pubkey.asc](https://raw.githubusercontent.com/henrypp/builder/master/pubkey.asc) ([pgpkeys.eu](https://pgpkeys.eu/pks/lookup?op=index\u0026fingerprint=on\u0026search=0x5635B5FD))\r\n- Key ID: 0x5635B5FD\r\n- Fingerprint: D985 2361 1524 AB29 BE73 30AC 2881 20A7 5635 B5FD\r\n\r\n- Website: [github.com/henrypp](https://github.com/henrypp)\r\n- Support: sforce5@mail.ru\r\n\u003cbr /\u003e\r\n(c) 2011-2024 Henry++\r\n","funding_links":["https://www.paypal.me/henrypp","https://yoomoney.ru/to/4100115776040583","https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c","https://www.blockchain.com/eth/address/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960","https://paypal.me/henrypp"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrypp%2Ferrorlookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenrypp%2Ferrorlookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrypp%2Ferrorlookup/lists"}