diff --git a/oscar/main.cpp b/oscar/main.cpp index 8419a68d..44077282 100644 --- a/oscar/main.cpp +++ b/oscar/main.cpp @@ -564,7 +564,7 @@ int main(int argc, char *argv[]) { if (testFile.exists()) testFile.remove(); if (!testFile.open(QFile::ReadWrite)) { - QString errMsg = QObject::tr("Unable to write to OSCAR data directory") + "\n" + + QString errMsg = QObject::tr("Unable to write to OSCAR data directory") + " " + GetAppData() + "\n" + GetAppData() + "\n" + QObject::tr("Error code") + ": " + QString::number(testFile.error()) + " - " + testFile.errorString() + "\n\n" + QObject::tr("OSCAR cannot continue and is exiting.") + "\n";