We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a44ca commit 327a3f1Copy full SHA for 327a3f1
1 file changed
tools/studio-bridge/src/linux/linux-wine-env.ts
@@ -17,7 +17,7 @@ export function buildWineEnv(
17
DISPLAY: config.display,
18
WINEPREFIX: config.winePrefix,
19
WINEARCH: 'win64',
20
- WINEDEBUG: process.env.WINEDEBUG ?? 'fixme-all',
+ WINEDEBUG: process.env.WINEDEBUG ?? '-all',
21
// Suppress Mono/Gecko install dialogs that block headless runs
22
WINEDLLOVERRIDES: 'mscoree=d;mshtml=d',
23
// Mesa llvmpipe needs these overrides so Wine's WineD3D layer
0 commit comments