RPCS3 / discord-bot

Source code for RPCS3's Discord bot.
https://rpcs3.net/
GNU Lesser General Public License v2.1
58 stars 45 forks source link

Display error on macOS 14.0-14.2 logs if CPU is VirtualApple #948

Closed AniLeo closed 3 months ago

AniLeo commented 7 months ago

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 5 months ago

We added this as a hard check in the emulator itself, but it might still be useful to have just in case

13xforever commented 3 months ago

Please attach sample logs for testing