diff --git a/proton b/proton index df386f54..935c32e0 100755 --- a/proton +++ b/proton @@ -226,7 +226,7 @@ prefix = os.environ["STEAM_COMPAT_DATA_PATH"] + "/pfx/" env["WINEPREFIX"] = prefix if "PROTON_LOG" in env and nonzero(env["PROTON_LOG"]): - env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree" + env["WINEDEBUG"] = "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree" env["DXVK_LOG_LEVEL"] = "info" env["WINE_MONO_TRACE"] = "E:System.NotImplementedException" diff --git a/user_settings.sample.py b/user_settings.sample.py index bf24bb3d..355704d1 100755 --- a/user_settings.sample.py +++ b/user_settings.sample.py @@ -6,7 +6,7 @@ user_settings = { #Logs are saved to $HOME/steam-.log, overwriting any previous log with that name. #Wine debug logging - "WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module,+mscoree", + "WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree", #DXVK debug logging "DXVK_LOG_LEVEL": "info",