[PR #706] [MERGED] Add error code descriptions for fatal errors whenever possible #766

Closed
opened 2026-02-15 15:56:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/706
Author: @13xforever
Created: 2/16/2021
Status: Merged
Merged: 2/16/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • d3a9067 add win32 error decoding
  • 76d1b85 add win32 error code reference (with errata)
  • 07f3d92 use built-in error code lookup for cross-platform compatibility
  • 4d52f1b scope error decoding to Windows logs only
  • 51ab0e9 apparently linux codes are not hex
  • 68b79f8 use dec code format for linux to match the log

📊 Changes

10 files changed (+5611 additions, -30 deletions)

View changed files

📝 CompatBot/CompatBot.csproj (+17 -6)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+8 -5)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+5 -5)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+52 -2)
📝 CompatBot/Utils/UniqueList.cs (+8 -8)
📝 HomoglyphConverter/HomoglyphConverter.csproj (+1 -0)
📝 README.md (+2 -1)
📝 SourceGenerators/ConfusablesSourceGenerator.cs (+3 -3)
SourceGenerators/Win32ErrorsSourceGenerator.cs (+106 -0)
win32_error_codes.txt (+5409 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/706 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/16/2021 **Status:** ✅ Merged **Merged:** 2/16/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`d3a9067`](https://github.com/RPCS3/discord-bot/commit/d3a90678482faab439c8a8f07f5073247ed231e7) add win32 error decoding - [`76d1b85`](https://github.com/RPCS3/discord-bot/commit/76d1b8543f322659b3b06cc1188d489e65ab74ce) add win32 error code reference (with errata) - [`07f3d92`](https://github.com/RPCS3/discord-bot/commit/07f3d922453641b0580f8b399e5dcad9fb9b4e1d) use built-in error code lookup for cross-platform compatibility - [`4d52f1b`](https://github.com/RPCS3/discord-bot/commit/4d52f1b627589c83438723ec842aaf78883e0ddc) scope error decoding to Windows logs only - [`51ab0e9`](https://github.com/RPCS3/discord-bot/commit/51ab0e99e1f988582015a804da65fe608197b60f) apparently linux codes are not hex - [`68b79f8`](https://github.com/RPCS3/discord-bot/commit/68b79f8ed75622ed02f403a78a3aea1185526867) use dec code format for linux to match the log ### 📊 Changes **10 files changed** (+5611 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/CompatBot.csproj` (+17 -6) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+8 -5) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+5 -5) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+52 -2) 📝 `CompatBot/Utils/UniqueList.cs` (+8 -8) 📝 `HomoglyphConverter/HomoglyphConverter.csproj` (+1 -0) 📝 `README.md` (+2 -1) 📝 `SourceGenerators/ConfusablesSourceGenerator.cs` (+3 -3) ➕ `SourceGenerators/Win32ErrorsSourceGenerator.cs` (+106 -0) ➕ `win32_error_codes.txt` (+5409 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:49 -05:00
yindo closed this issue 2026-02-15 15:56:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#766