[GH-ISSUE #849] Bot treats syscall_988 as a fatal error. #83

Closed
opened 2026-02-15 15:54:53 -05:00 by yindo · 0 comments
Owner

Originally created by @Satan86 on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/849

Syscall 988 normally gets called by a game when it closes it's process. Rcps3 Bot treats it as a fatal error because before https://github.com/RPCS3/rpcs3/pull/11399 was merged, games would only use this Syscall if something went wrong with them and they had to terminate their own process. Now, that syscall has become regular operation, since games terminate their processes correctly. This has, however, massively increased the amount of logs with this message, even though it isn't harmful. Removing the special logging of this syscall is the best course of action from now on, to avoid confusion from helpers and end users alike. Removing the "PPU desync" message should also be done in this case.
Screenshot_20220225-143301_Discord

Originally created by @Satan86 on GitHub (Feb 25, 2022). Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/849 Syscall 988 normally gets called by a game when it closes it's process. Rcps3 Bot treats it as a fatal error because before https://github.com/RPCS3/rpcs3/pull/11399 was merged, games would only use this Syscall if something went wrong with them and they had to terminate their own process. Now, that syscall has become regular operation, since games terminate their processes correctly. This has, however, massively increased the amount of logs with this message, even though it isn't harmful. Removing the special logging of this syscall is the best course of action from now on, to avoid confusion from helpers and end users alike. Removing the "PPU desync" message should also be done in this case. ![Screenshot_20220225-143301_Discord](https://user-images.githubusercontent.com/61447828/155732902-e344dd72-6d59-4efd-acfc-4c83f8a82a44.jpg)
yindo closed this issue 2026-02-15 15:54:53 -05:00
yindo changed title from Bot treats syscall_988 as a fatal error. to [GH-ISSUE #849] Bot treats syscall_988 as a fatal error. 2026-06-05 15:25:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#83