mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[GH-ISSUE #942] IRD verification on log is not reliable if game version differs #106
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 @AniLeo on GitHub (Aug 28, 2023).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/942
See discussion here:
https://github.com/RPCS3/rpcs3/issues/14231#issuecomment-1696242432
@13xforever commented on GitHub (Sep 19, 2023):
IRD check does what it can. Game updates can't remove files, only add. We cross-check the missing files from log errors with paths in IRD disc TOC section, and only report the game as broken when we expect the file to be present on disc. There are some rare examples when IRDs were wrong, or disc content is different even when all versions in metadata are the same. But that's why you have humans to double check.
If there are specific popular games/versions, we can check for that separately.
IRD verification on log is not reliable if game version differsto [GH-ISSUE #942] IRD verification on log is not reliable if game version differs