From 6a80b51dc3dd84c5e36a7e3375ffd0db7a041970 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Tue, 29 Mar 2022 23:31:16 +0200 Subject: [PATCH] [meta] Move apitrace guide over to dxvk repo --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 33dfeff1..236add1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ Please describe your issue as accurately as possible. If you run into a problem **Important:** When reporting an issue with a specific game or application, such as crashes or rendering issues, please include log files and, if possible, a D3D11/D3D9 Apitrace (see https://github.com/apitrace/apitrace) so that the issue can be reproduced. In order to create a trace for **D3D11/D3D10**: Run `wine apitrace.exe trace -a dxgi YOURGAME.exe`. -In order to create a trace for **D3D9**: Follow https://github.com/Joshua-Ashton/d9vk/wiki/Making-a-Trace. +In order to create a trace for **D3D9**: Follow https://github.com/doitsujin/dxvk/wiki/Making-a-Trace. Preferably record the trace on Windows, or wined3d if possible. **Reports with no log files will be ignored.**