From 57cf8d3dbff3743fb642076fa5e79a8dc24edfa7 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Thu, 28 Apr 2016 09:55:12 +0200 Subject: [PATCH] Add note that the x64 variant of the redist package has to be installed --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ca4dc62..629a62f 100644 --- a/FAQ.md +++ b/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!