From af811656bbf08460e29d2e1fd5cd345719249849 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 13 Mar 2023 17:54:34 +0100 Subject: [PATCH] [meta] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19f71713..dba1e3d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,6 +26,6 @@ Name of the game, settings used etc. For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace ### Log files -- d3d9.log: -- d3d11.log: -- dxgi.log: +Please attach Proton or Wine logs as a text file: +- When using Proton, set the Steam launch options for your game to `PROTON_LOG=1 %command%` and attach the corresponding `steam-xxxxx.log` file in your home directory. +- When using regular Wine, use `wine game.exe > game.log 2>&1` and attach the resulting `game.log` file. \ No newline at end of file