From 7848d5c2379a2649a541b9e7b77d4b270dd7774b Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Fri, 25 Jul 2025 18:36:55 -0700 Subject: [PATCH] detect custom msvcr100.dll --- src/spice2x/launcher/launcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index f325bd3..676c6a7 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1915,6 +1915,7 @@ int main_implementation(int argc, char *argv[]) { libutils::warn_if_dll_exists("nvcuda.dll"); libutils::warn_if_dll_exists("nvcuvid.dll"); libutils::warn_if_dll_exists("nvEncodeAPI64.dll"); + libutils::warn_if_dll_exists("msvcr100.dll"); // complain loudly & early about dll load ordering issue libutils::check_duplicate_dlls();