From 3f49acd8c6b3d79677745bd59725ba16fdce3e8f Mon Sep 17 00:00:00 2001 From: Twig6943 <119701717+Twig6943@users.noreply.github.com> Date: Mon, 11 May 2026 04:25:54 +0300 Subject: [PATCH] Update wine.rs --- maxima-lib/src/unix/wine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);