From 24d3062c66577a42dd3f1e3e2cbe92dfe21b0a8e Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:10:26 -0800 Subject: [PATCH] update superstep audio error troubleshooter message --- src/spice2x/util/deferlog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spice2x/util/deferlog.cpp b/src/spice2x/util/deferlog.cpp index 08a6521..3723d5a 100644 --- a/src/spice2x/util/deferlog.cpp +++ b/src/spice2x/util/deferlog.cpp @@ -12,7 +12,8 @@ namespace deferredlogs { " this crash is most likely related to audio init failure", " * check if the default audio device has changed", " * fix your audio device settings (e.g., sample rate)", - " * double check your spice audio options and patches" + " * double check your spice audio options and patches", + " * ensure no other application is using the device in exclusive mode" }; std::mutex deferred_errors_mutex;