diff --git a/FAQ-and-Troubleshooting.md b/FAQ-and-Troubleshooting.md index 2f060f0..b7ee260 100644 --- a/FAQ-and-Troubleshooting.md +++ b/FAQ-and-Troubleshooting.md @@ -489,14 +489,14 @@ ESET > Advanced Settings > HIPS > DEEP BEHAVIOR INSPECTION > Exclusions > Edit > ### • `|E| HLE.GuestThread.22 Application : Unhandled exception caught: Ryujinx.HLE.Exceptions.UndefinedInstructionException: The instruction at 0x000000000bfaeff0 (opcode 0x00000000) is undefined!` Usually, this error means that a CPU instruction is not implemented, in which case all you can do is wait for it to be implemented. However, `opcode 0x00000000` indicates something is wrong, as that’s not a real instruction. If you have this opcode, right click the game > `Cache Management` > `Open PPTC Directory` and delete its contents. -### • Any kind of audio issues/softlocking/crashing on macOS: -Ensure you set SDL2 as the audio backend and that your Mac meets the minimum requirements. - ### • Low performance on Linux/Steam Deck: Ensure you are running Ryujinx through `Ryujinx.sh` and NOT the executable itself. ![image](https://github.com/Ryujinx/Ryujinx/assets/79612681/dd1f817d-393b-40e2-8212-e55f9abfe358) +### • Any kind of audio issues/softlocking/crashing on macOS: +Ensure you set SDL2 as the audio backend and that your Mac meets the minimum requirements. + ### • Crashing on Mac with `|E| HLE.GuestThread.16 Application : Unhandled exception caught: System.Exception: Unhandled exception from guest kernel with ESR 0x82000086 (InstructionAbortLowerEl). at Ryujinx.Cpu.AppleHv.HvExecutionContext.Execute(HvMemoryManager memoryManager, UInt64 address) in /runner/_work/Ryujinx_Eve/Ryujinx_Eve/Ryujinx.Cpu/AppleHv/HvExecutionContext.cs:line 143` Update your macOS version.