diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 0bb5cdd550..40e13434ce 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -122,7 +122,7 @@ static void ChangeToDirOfExecutable(const char *argv0) /* Change to the directory that crash dumps should be logged to. */ #if defined(_WIN32) - chdir( DirOfExecutable ); + chdir( DirOfExecutable + "/.." ); #elif defined(LINUX) const char *home = getenv("HOME"); if( home )