DisplayMagician/.github/ISSUE_TEMPLATE/bug_report.md

53 lines
2.1 KiB
Markdown
Raw Normal View History

2019-01-18 14:50:08 +00:00
---
name: Bug report
2021-05-21 05:21:42 +00:00
about: Create a bug report to help us fix something broken in DisplayMagician
2021-05-23 02:27:59 +00:00
title: ''
2019-01-18 14:50:08 +00:00
labels: bug
2021-05-21 05:21:42 +00:00
assignees: terrymacdonald
2019-01-18 14:50:08 +00:00
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behaviour**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Reporting Logs**
2021-11-07 08:21:11 +00:00
If DisplayMagician starts:
- Open DisplayMagician and perform whatever actions are needed to make the bug occur.
- Click on the Settings button on the main DisplayMagician window
- Click on 'Create a Support Zip File' button
- Save the Support Zip File on your computer.
- Come back here, and upload the Support Zip File through your web browser and attach it to this issue.
If DisplayMagician does not:
- Open a terminal window and run `C:\Program Files\DisplayMagician\DisplayMagician.exe --trace` to create a TRACE-level DisplayMagician.log file.
2021-05-21 05:21:42 +00:00
- The above command will create a DisplayMagician.log file in `C:\Users\<yourusername>\AppData\Local\DisplayMagician\Logs` which should contain a LOT of detailed TRACE level log entries.
2021-11-07 08:21:11 +00:00
- Come back here, and upload the DisplayMagician.log file through your web browser and attach it to this issue.
- Also attach the following files to this issue:
- `C:\Users\<yourusername>\AppData\Local\DisplayMagician\Profiles\DisplayProfiles_2.1.json`
- `C:\Users\<yourusername>\AppData\Local\DisplayMagician\Shortcuts\Shortcuts_2.0.json`
- `C:\Users\<yourusername>\AppData\Local\DisplayMagician\Settings_2.0.json`
2019-01-18 14:50:08 +00:00
**Enviroment (please complete the following information):**
- Windows Version: [e.g. Win10]
2021-05-21 05:21:42 +00:00
- DisplayMagician Version [e.g. 1.1.0]
- Video Card: [e.g. Asus NVIDIA GTX1070]
- Number and make/model of monitors: [e.g. 2xDell UH2718H, 1x LG G27U17D]
- Date of last video driver update: [e.g. 2021-02-15]
- Date of last windows update: [e.g. 2021-02-15]
2019-01-18 14:50:08 +00:00
**Additional context**
Add any other context about the problem here.