diff --git a/libraries.rb b/libraries.rb index 124a9e2..bdc3efb 100755 --- a/libraries.rb +++ b/libraries.rb @@ -38,7 +38,11 @@ BLACKLIST = [ "SHELL32.DLL", "SSPICLI.DLL", "USP10.DLL", - "WS2_32.dll" + "WS2_32.dll", + "bcrypt.dll", + "combase.dll", + "imagehlp.dll", + "msvcp_win.dll" ] files = [] diff --git a/src/meow.cpp b/src/meow.cpp index 54a263f..781d2ad 100644 --- a/src/meow.cpp +++ b/src/meow.cpp @@ -163,6 +163,7 @@ void crash_screen(SDL_Window* win){ timeeeeee.pop_back(); } string file = "crash " + timeeeeee + ".txt"; + std::erase(file, ':'); SDL_snprintf(msg4, sizeof(msg4), "Path: %s%s", SDL_GetCurrentDirectory(), file.c_str()); o.open(file); //collecting info and writing to crashdump