forked from doitsujin/dxvk
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8bbb32
commit 559a32c
Showing
1 changed file
with
2 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,11 @@ | ||
--- | ||
name: Bug report | ||
about: Report crashes, rendering issues etc. | ||
about: Please report new bugs to https://github.com/doitsujin/dxvk | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please describe your issue as accurately as possible. | ||
This repo is no longer open to issues. Please report new issues at https://github.com/doitsujin/dxvk/issues/new/choose | ||
|
||
If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows | ||
|
||
### Software information | ||
Name of the game, settings used etc. | ||
|
||
### System information | ||
- GPU: | ||
- Driver: | ||
- Wine version: | ||
- DXVK version: | ||
|
||
### Apitrace file(s) | ||
- Put a link here | ||
|
||
For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace | ||
|
||
### Log files | ||
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. |