[PR #175] [MERGED] More log parsing fixes #259

Closed
opened 2026-02-15 15:55:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/175
Author: @13xforever
Created: 1/16/2019
Status: Merged
Merged: 1/16/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 474a10e more triggers
  • a61b380 fix psn des detection
  • cc210a5 fix amd vulkan version formatting for radv drivers
  • 5312211 treat end-of-section marker as the beginning of the next section in log parser
  • 910432a use info about all vulkan-compatible gpus in case the game wasn't booted

📊 Changes

4 files changed (+45 additions, -10 deletions)

View changed files

📝 CompatBot/EventHandlers/BotShutupHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+3 -1)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+40 -8)

📄 Description

  • stop dissing users with PSN version of Demon's Souls
  • show GPU information in more cases
  • fix vulkan driver version display for RADV

🔄 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/175 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/16/2019 **Status:** ✅ Merged **Merged:** 1/16/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`474a10e`](https://github.com/RPCS3/discord-bot/commit/474a10ec6beaceede079a68be5dfea8a2b4fa3d1) more triggers - [`a61b380`](https://github.com/RPCS3/discord-bot/commit/a61b380ef1075f1343b68559416520d25c0bf6d7) fix psn des detection - [`cc210a5`](https://github.com/RPCS3/discord-bot/commit/cc210a5b82355e63a2621f63dc28a40aa24fdec5) fix amd vulkan version formatting for radv drivers - [`5312211`](https://github.com/RPCS3/discord-bot/commit/5312211160945b629968202d1b716deef2525045) treat end-of-section marker as the beginning of the next section in log parser - [`910432a`](https://github.com/RPCS3/discord-bot/commit/910432a8dcdb03aca1e1eb25eb497a8135703edb) use info about all vulkan-compatible gpus in case the game wasn't booted ### 📊 Changes **4 files changed** (+45 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/BotShutupHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+3 -1) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+40 -8) </details> ### 📄 Description * stop dissing users with PSN version of Demon's Souls * show GPU information in more cases * fix vulkan driver version display for RADV --- <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:55:29 -05:00
yindo closed this issue 2026-02-15 15:55:29 -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#259