diff --git a/FAQ.md b/FAQ.md index 56d892e..64467e5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -150,8 +150,9 @@ Sometimes a game will freeze and you'll get an error which looks like this in th ``` Service.CFG core\hle\service\cfg\cfg.cpp:Service::CFG::GetConfigInfoBlock:236: Config block 0xA0001 with flags 2 and size 2 was not found ``` +If a log file with this error is read by the Citra bot, it might tell you "System configuration block 0xXXXXX appears to be corrupted." -In this case, try deleting the file at `user/nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/config` and running the latest version of Citra. If this does not work, then note the config block number (`0xA0001` in the example) and file a bug report. +In this case: start Citra, go to `File>Open Citra Folder` and follow this file path: `nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/`. Delete the `config` file found here. Now restart Citra and try your game again. Make sure you're on the latest Citra version. If this does not work, then note the config block number (`0xA0001` in the example) and file a bug report. #### How can I fix the `API ERROR 1282 OPENGL` error? I can't figure out what is causing this to happen!