Skip to content

Commit 327a3f1

Browse files
committed
fix(studio-bridge): use correct WINEDEBUG default to suppress all Wine output
1 parent a0a44ca commit 327a3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/studio-bridge/src/linux/linux-wine-env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function buildWineEnv(
1717
DISPLAY: config.display,
1818
WINEPREFIX: config.winePrefix,
1919
WINEARCH: 'win64',
20-
WINEDEBUG: process.env.WINEDEBUG ?? 'fixme-all',
20+
WINEDEBUG: process.env.WINEDEBUG ?? '-all',
2121
// Suppress Mono/Gecko install dialogs that block headless runs
2222
WINEDLLOVERRIDES: 'mscoree=d;mshtml=d',
2323
// Mesa llvmpipe needs these overrides so Wine's WineD3D layer

0 commit comments

Comments
 (0)