diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index bd8a93f..391c7f6 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1964,6 +1964,7 @@ int main_implementation(int argc, char *argv[]) { libutils::warn_if_dll_exists("nvcuvid.dll"); libutils::warn_if_dll_exists("nvEncodeAPI64.dll"); libutils::warn_if_dll_exists("msvcr100.dll"); + libutils::warn_if_dll_exists("dsound.dll"); // complain loudly & early about dll load ordering issue libutils::check_duplicate_dlls();