mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #812] Operating system parsing fails #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MSuih on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/812
Operating system information should be at the end of firmware string, in format of "Windows 10 20H2" or similar. In this case, it's pasted the output in entirety and also contains lines for Qt version information and vulkan thread being shut down.
RPCS3.log
@clienthax commented on GitHub (Nov 21, 2021):
I have only seen this happen once, is this still happening?
@MSuih commented on GitHub (Nov 21, 2021):
Try searching for
from: RPCS3 Bot#4923 compatibility modein rpcs3 discord. It's not super common but it still is happening@clienthax commented on GitHub (Nov 21, 2021):
seems to be the BuildInfoInLog regex fails out on "local_build" versions
Operating system parsing failsto [GH-ISSUE #812] Operating system parsing fails