Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2019-05-13 18:05:32 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2019-05-13 22:40:14 +0300
commit2b3b96982fcecadddb12525b0538ba7bc834e277 (patch)
tree2fdff929246dad174ae7335cea1b15fdea640772
parentc859ed8aaeb005b6040fd914c4ff3869551a225d (diff)
change default log to +loaddll instead of +moduleproton-4.2-4
-rwxr-xr-xproton2
-rwxr-xr-xuser_settings.sample.py2
2 files changed, 2 insertions, 2 deletions
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-<STEAM_GAME_ID>.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",