Add note that the x64 variant of the redist package has to be installed

Jannik Vogel 2016-04-28 09:55:12 +02:00
parent 195a2dd400
commit 57cf8d3dbf

2
FAQ.md

@ -71,7 +71,7 @@ It is very likely that this issue is caused by your GPU or drivers not supportin
#### Citra complains about missing DLLs.
First, if you've downloaded any DLL files from the Internet and placed them in the Citra or a system folder, *remove them first*, they will not solve your problem and may cause system instability. Then download and install the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) package from Microsoft. If that doesn't help, ensure you have also extracted the DLL files that come included with the Citra builds and that they are in the same directory as the executable.
First, if you've downloaded any DLL files from the Internet and placed them in the Citra or a system folder, *remove them first*, they will not solve your problem and may cause system instability. Then download and install the *x64* variant (vc_redist.x64.exe) of [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) from Microsoft. If that doesn't help, ensure you have also extracted the DLL files that come included with the Citra builds and that they are in the same directory as the executable.
#### I've dumped my game, but when I load it Citra crashes/prints a bunch of gibberish to the console!