mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Update Github Issue Template: Bug
This commit is contained in:
parent
c764925b4d
commit
4092e3e95f
55
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
55
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
@ -7,20 +7,49 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!---
|
## Please do not ask for help or report compatibility regressions here, use [RPCS3 Discord server](https://discord.me/RPCS3) or [forums](https://forums.rpcs3.net/) instead.
|
||||||
Please do not ask for help or general inquiry here, use RPCS3 Discord server instead.
|
|
||||||
|
|
||||||
Please read Contributing guide under Helpful resources on the right. →
|
|
||||||
--->
|
|
||||||
|
|
||||||
## Quick summary
|
## Quick summary
|
||||||
Please summarize the issue here
|
Please briefly describe what is not working correctly.
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
Please provide as much detail as you can here, including
|
|
||||||
- expected (real hw) and observed (emulator) behavior
|
Please describe the problem as accurately as possible.
|
||||||
- full logs (not from UI)
|
|
||||||
- back traces (for hard crashes)
|
#### 1. Please attach RPCS3's log.
|
||||||
- screenshots, Renderdoc, and RSX captures (for visual issues)
|
* Run the game until you find the issue.
|
||||||
- your system configuration (OS, CPU, GPU, driver versions, etc)
|
* Completely close RPCS3, or move to the next step in case it has crashed.
|
||||||
- anything else you deem to be important
|
* Locate RPCS3's log file:
|
||||||
|
+ ```RPCS3.log``` (It can show up as just RPCS3 and have a notepad icon)
|
||||||
|
or
|
||||||
|
+ ```RPCS3.log.gz``` (It can show up as RPCS3.log and have a zip or rar icon)
|
||||||
|
![image](https://user-images.githubusercontent.com/44116740/84433247-aa15fa80-ac36-11ea-913e-6fe25a1d040e.png)
|
||||||
|
On Linux it will be in ```~/.cache/rpcs3/```.
|
||||||
|
On Windows it will be near the executable.
|
||||||
|
* Attach the log:
|
||||||
|
+ Drag and drop your log file into the issue.
|
||||||
|
+ Or upload it to the cloud, such as Dropbox, Mega etc.
|
||||||
|
|
||||||
|
#### 2. If you describe graphical issue, please provide an RSX capture and a RenderDoc capture that demonstrate it.
|
||||||
|
* To create an RSX capture, use _Create_ _RSX_ _Capture_ under _Utilities_.
|
||||||
|
Captures will be stored in RPCS3 folder → captures.
|
||||||
|
+ Compress your capture with 7z, Rar etc.
|
||||||
|
And drag and drop it into the issue.
|
||||||
|
+ Or upload it to the cloud, such as Dropbox, Mega etc.
|
||||||
|
* To create a RenderDoc capture, please refer to [RenderDoc's documentation](https://renderdoc.org/docs/how/how_capture_frame.html).
|
||||||
|
|
||||||
|
#### 3. Please attach screenshots of your problem.
|
||||||
|
* Enable performance overlay with at least medium level of detail.
|
||||||
|
You can find it in _Emulator_ tab in _Settings_.
|
||||||
|
|
||||||
|
#### 4. Please provide comparison with real PS3.
|
||||||
|
|
||||||
|
#### 5. Please provide your system configuration:
|
||||||
|
* OS
|
||||||
|
* CPU
|
||||||
|
* GPU
|
||||||
|
* Driver version
|
||||||
|
* etc.
|
||||||
|
|
||||||
|
#### Please include.
|
||||||
|
* Anything else you deem to be important
|
||||||
|
Loading…
Reference in New Issue
Block a user