mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #948] Display error on macOS 14.0-14.2 logs if CPU is VirtualApple #109
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 (Jan 28, 2024).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/948
macOS 14.0 to macOS 14.2 versions have broken Rosetta 2. It was fixed on macOS 14.3
We need the bot to show an error if the log has a VirtualApple CPU (showing we're running under Rosetta 2) as well as macOS between 14.0 and 14.2, including
@AniLeo commented on GitHub (Mar 3, 2024):
We added this as a hard check in the emulator itself, but it might still be useful to have just in case
@13xforever commented on GitHub (May 18, 2024):
Please attach sample logs for testing
Display error on macOS 14.0-14.2 logs if CPU is VirtualAppleto [GH-ISSUE #948] Display error on macOS 14.0-14.2 logs if CPU is VirtualApple