From 0d5694dc8e7dfe4516a466078cae366b88fd1303 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 25 Jan 2017 19:39:35 -0800 Subject: [PATCH] Manually redefine app settings file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://stackoverflow.com/questions/6436157/configuration-system-failed-to-initialize delete C:\Users\{username}\AppData\Local\ProjectPokémon\ if still having issues Closes #747 --- PKHeX.WinForms/App.config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/PKHeX.WinForms/App.config b/PKHeX.WinForms/App.config index 49cc43e1d..08d5c11a6 100644 --- a/PKHeX.WinForms/App.config +++ b/PKHeX.WinForms/App.config @@ -1,3 +1,12 @@ - + + + + +
+ + \ No newline at end of file