Skip to content

Commit 2b3b969

Browse files
committed
change default log to +loaddll instead of +module
1 parent c859ed8 commit 2b3b969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ prefix = os.environ["STEAM_COMPAT_DATA_PATH"] + "/pfx/"
226226
env["WINEPREFIX"] = prefix
227227

228228
if "PROTON_LOG" in env and nonzero(env["PROTON_LOG"]):
229-
env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree"
229+
env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree"
230230
env["DXVK_LOG_LEVEL"] = "info"
231231
env["WINE_MONO_TRACE"] = "E:System.NotImplementedException"
232232

user_settings.sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#Logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
77

88
#Wine debug logging
9-
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree",
9+
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree",
1010

1111
#DXVK debug logging
1212
"DXVK_LOG_LEVEL": "info",

0 commit comments

Comments
 (0)