diff --git a/maxima-lib/src/unix/wine.rs b/maxima-lib/src/unix/wine.rs index 50c61a69..e8eb379c 100644 --- a/maxima-lib/src/unix/wine.rs +++ b/maxima-lib/src/unix/wine.rs @@ -259,7 +259,7 @@ pub async fn run_wine_command, T: AsRef>( .env("STORE", "ea") .env("PROTON_EAC_RUNTIME", eac_path) .env("UMU_ZENITY", "1") - .env("WINEDEBUG", "fixme-all") + .env("WINEDEBUG", "-all") .env("LD_PRELOAD", "") // Fixes some log errors for some games .arg(arg);