diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index 1d4c8557..ac4a488e 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -559,6 +559,7 @@ int main(int argc, char *argv[]) if(!FILESYSTEM_init(argv[0], baseDir, assetsPath, langDir, fontsDir)) { vlog_error("Unable to initialize filesystem!"); + SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", "Unable to initialize filesystem!", NULL); VVV_exit(1); }