From fa29b9d6f75e4a3337d65bcc29018b76f13beec0 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Sun, 10 Apr 2022 22:31:09 +0200 Subject: [PATCH] Fix #6627 --- apps/wizard/mainwizard.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/wizard/mainwizard.cpp b/apps/wizard/mainwizard.cpp index 7987d9b08d..8c61cdd202 100644 --- a/apps/wizard/mainwizard.cpp +++ b/apps/wizard/mainwizard.cpp @@ -55,6 +55,9 @@ Wizard::MainWizard::MainWizard(QWidget *parent) :

Please make sure you have the right permissions \ and try again.

"); + boost::filesystem::create_directories(mCfgMgr.getUserConfigPath()); + boost::filesystem::create_directories(mCfgMgr.getUserDataPath()); + setupLog(); setupGameSettings(); setupLauncherSettings();