From 813e826dc22b9c58696d93eba3aa3daa060de4de Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Tue, 20 Sep 2022 20:25:35 -0700 Subject: [PATCH] Update 'Supplying Debug Logs' section Replace mention of `%LOCALAPPDATA%\LOOT\` with 'Open LOOT Data Folder' action where possible. Otherwise, point out that location is different when using `loot-data-path` argument. --- docs/help/How-To-Report-Issues-Helpfully.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/help/How-To-Report-Issues-Helpfully.html b/docs/help/How-To-Report-Issues-Helpfully.html index f1bda39..d2a7b73 100644 --- a/docs/help/How-To-Report-Issues-Helpfully.html +++ b/docs/help/How-To-Report-Issues-Helpfully.html @@ -51,7 +51,8 @@ title: How To Report Issues Helpfully
  1. In LOOT's settings, toggle the Enable Debug Logging checkbox on.
  2. Run LOOT again to replicate the issue.
  3. -
  4. Upload the log file generated at %LOCALAPPDATA%\LOOT\LOOTDebugLog.txt.
  5. +
  6. Select "Open LOOT Data Folder" in the File menu.
  7. +
  8. Upload the generated LOOTDebugLog.txt log file contained within.

If you're reporting the issue in the LOOT application issue tracker, you can attach the log files to your report by dragging and dropping them into the report's text box, as explained here.

@@ -65,7 +66,7 @@ title: How To Report Issues Helpfully

If LOOT is crashing on startup, or you can't get to its settings dialog for some other reason, its settings file can be manually edited to enable debug logging.

    -
  1. Open %LOCALAPPDATA%\LOOT\settings.toml in a text editor, eg. Notepad.
  2. +
  3. Open %LOCALAPPDATA%\LOOT\settings.toml in a text editor, eg. Notepad. If you use the loot-data-path command-line argument, open the settings.toml within your custom LOOT data directory instead.
  4. Replace the text enableDebugLogging = false with enableDebugLogging = true.
  5. Save the file.