mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 02:46:35 +00:00
Updated FAQ and Troubleshooting (markdown)
parent
69e399fad2
commit
49ff57f3e6
1 changed files with 3 additions and 3 deletions
|
@ -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!`
|
### • `|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.
|
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:
|
### • Low performance on Linux/Steam Deck:
|
||||||
Ensure you are running Ryujinx through `Ryujinx.sh` and NOT the executable itself.
|
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)
|
![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`
|
### • 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.
|
Update your macOS version.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue