From 1dd99aac74f0f824b7b9f0d9e91c378e8da203f5 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:04:54 -0800 Subject: [PATCH] update error message for module auto detection failure --- src/spice2x/launcher/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index a5d592c..6f99a1c 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1896,7 +1896,7 @@ int main_implementation(int argc, char *argv[]) { "This usually means one of the following:\n\n" " 1. You put spice executables in the wrong place, or\n" " 2. XML files in prop directory are malformed or missing, or\n" - " 3. You passed in invalid options (usually, path overrides like -exec)\n\n" + " 3. You passed in invalid options (do not specify -exec or -modules if you don't know what you're doing)\n\n" ); log_fatal("launcher", "module auto detection failed, see log.txt for troubleshooting");