diff --git a/FAQ.md b/FAQ.md index f367cfe..67d3f1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -118,6 +118,27 @@ First, if you've downloaded any DLL files from the Internet and placed them in t See above about missing DLLs. +#### _Citra_'s log file doesn't enough information. + +You may have a [_log filter_](https://github.com/citra-emu/citra/wiki/Log-Filters) configured. To reset it, go to *Emulation* in the menu bar, and then *Configure*. Then, in the *Debug* tab, in the *Logging* group, reset the *Global Log Filter* to `*:Info`. + +#### My game is crashing, but my _Citra_ log file is empty. + +You may be clearing your log file on accident. This sequence of steps will result in your log file being overwritten: + +1. Open _Citra_. +2. Play your game until it crashes, closing _Citra_. +3. Open _Citra_ again. +4. Open the log directory from _Citra_'s configuration window. + +Since _Citra_ was launched again in step 3, a new log was created. The correct sequence to follow is: + +1. Open _Citra_. +2. Open the log directory from _Citra_'s configuration window. +3. Play your game until it crashes, closing _Citra_. + +Now, without opening _Citra_ again, you should have the correct log file. + #### I've dumped my game but when I load it, _Citra_ crashes/prints a bunch of gibberish to the console! Games need to be decrypted on a 3DS before being usable in _Citra_. This is a technical limitation and it is unlikely that it can be removed in the foreseeable future. To decrypt your games, you will need to have a 3DS system with boot9strap installed and follow one of the following guides: