mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
update superstep audio error troubleshooter message
This commit is contained in:
@@ -12,7 +12,8 @@ namespace deferredlogs {
|
|||||||
" this crash is most likely related to audio init failure",
|
" this crash is most likely related to audio init failure",
|
||||||
" * check if the default audio device has changed",
|
" * check if the default audio device has changed",
|
||||||
" * fix your audio device settings (e.g., sample rate)",
|
" * 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;
|
std::mutex deferred_errors_mutex;
|
||||||
|
|||||||
Reference in New Issue
Block a user