dxvk/.github/ISSUE_TEMPLATE/bug_report.md

31 lines
878 B
Markdown
Raw Normal View History

2019-07-30 15:11:18 +01:00
---
name: Bug report
about: Report crashes, rendering issues etc.
title: ''
labels: ''
assignees: ''
---
2022-09-10 20:21:54 +01:00
Please describe your issue as accurately as possible.
2019-07-30 15:11:18 +01:00
2022-09-10 20:21:54 +01:00
If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows
2019-07-30 15:11:18 +01:00
### Software information
Name of the game, settings used etc.
### System information
- GPU:
- Driver:
- Wine version:
- DXVK version:
### Apitrace file(s)
- Put a link here
2022-09-10 20:21:54 +01:00
For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace
2019-07-30 15:11:18 +01:00
### Log files
2023-03-13 16:54:34 +00:00
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.