From 47d7de5f988e0a16c2a3bd57643bded07a84c9cc Mon Sep 17 00:00:00 2001 From: halixness Date: Sun, 11 Sep 2016 20:31:30 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/FAQ.md b/FAQ.md index 7411f57..c6f4581 100644 --- a/FAQ.md +++ b/FAQ.md @@ -97,6 +97,26 @@ Service.CFG core\hle\service\cfg\cfg.cpp:Service::CFG::GetConfigInfoBloc 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. +#### How can I fix the "API ERROR 1282 OPENGL" ? I can't figure that out by changing ROM and Version ! + +This is all about third-part applications : there are some GPU/CPU utilities that use to monitor the GPU/CPU usage to control SpeedFan (or something link). +Citra could have some problems related to this applications,the API Error 1282 is one of these cases,you could keep on getting this console error : + +``` + Render.OpenGL video_core\renderer_opengl\renderer_opengl.cpp:DebugHandler:469: API ERROR 1282: GL_INVALID_OPERATION error generated. Function glMatrixMode is deprecated and not available in preview contexts. + +``` + +It could be also "Vertex Core" or something like. Well,just kill those processes related to Gpu/CPU Utilities,be careful,there are lots of utilies working smoothly with Citra,like : +- Zotac FireStorm +- Speccy +- Steam +- Origin +- geForce Experience + +MSI Afterburner was ,in some cases,the application responsable of the error,some users could figure that out by closing it. + + #### Where is the folder for the emulated SD card? The folder for the emulated SD card is named `sdmc`.