From 9e5f6d9619b6ab79f1c14098a570963c860197c3 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 14 May 2023 03:54:02 +0100 Subject: [PATCH] Updated FAQ and Troubleshooting (markdown) --- FAQ-and-Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ-and-Troubleshooting.md b/FAQ-and-Troubleshooting.md index efb1ea5..dddd73d 100644 --- a/FAQ-and-Troubleshooting.md +++ b/FAQ-and-Troubleshooting.md @@ -408,6 +408,8 @@ As shown in this example, right before the “guest stack trace”, there will b - `ResultFsTargetNotFound (2002-1002)` might have the same causes and solutions as those described above. +- `ResultKvdbInvalidKeyValue (2020-0005)`, also similar to the 2 above errors, means the savedata index for the game isn’t found, so the savedata is corrupted. Try backing up and then deleting the game's savedata folders. If this doesn't solve it, backup your whole Ryujinx data folder (`C:\Users\yourname\AppData\Roaming\Ryujinx`, or the portable folder if you've made a [portable install](https://github.com/Ryujinx/Ryujinx/wiki/FAQ-and-Troubleshooting#-whats-a-portable-install) and then delete it. Then restore the subfolders (caches, save files) you'd like to keep. + - `ResultFsOutOfRange (2002-3005)` usually indicates a bad dump (corrupt game files). If FS integrity checks is disabled and you are getting this error, enable it, run the game again and check if you now get a hash error as described [here](https://github.com/Ryujinx/Ryujinx/wiki/FAQ-and-Troubleshooting#-crashing-after-booting-a-game-or-crashing-after-applying-an-update-with-e-hleosthread8-application--unhandled-exception-caught-systemreflectiontargetinvocationexception-exception-has-been-thrown-by-the-target-of-an-invocation-----libhaccommonhorizonresultexception-resultfsnonrealdataverificationfailed-2002-4604-hash-error). - `ResultErrApplicationAborted (2162-0001)` is as generic as it gets. Check your game’s compatibility list entry or the game-specific troubleshooting entry in this page if you get this.