Updates the system configuration block so that it includes the exact phrasing that the bot uses so that users can find it more easily and updates the file path to reflect current Citra builds.

SleepingSnakezzz 2022-02-06 00:21:53 +01:00
parent 55b9159666
commit 83f7777791

3
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 <Error> 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!