From 7e42c1e5e1e5e7de8029b4846e0ff56a308fc9fd Mon Sep 17 00:00:00 2001 From: sairathnavamsi Date: Tue, 7 Apr 2015 05:36:22 -0700 Subject: [PATCH] Updated Common Issues (markdown) --- Common-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Issues.md b/Common-Issues.md index afc8add..9fcff4d 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -1,7 +1,7 @@ ### Building for Windows --- -* For running Citra builds, make sure to have icudt53.dll, icuin53.dll, icuuc53.dll, Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll and Qt5Widgets.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here. +* For running Citra builds, make sure to have icudt53.dll, icuin53.dll, icuuc53.dll, Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll and Qt5Widgets.dll in either the application directory or in the system PATH. If not there those files are in C:\Qt\5.4\msvc2013_64_opengl\bin,copy them here.Else, Citra will fail on startup. ![7](http://i.imgur.com/21WSjI3.png?1) * Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it.