bug_report.yml (4219B)
1 name: Bug report 2 description: Report a bug in DuckStation 3 body: 4 5 - type: markdown 6 attributes: 7 value: | 8 **Please read before creating a new bug report:** 9 1. Make sure there is not already an issue for this bug by [searching in **both** open and closed issues](https://github.com/stenzek/duckstation/issues?q=is%3Aissue+sort%3Aupdated-desc+). 10 2. All enhancements **must** be off. To quickly disable all enhancements with affecting your normal configuration, you can check **Disable All Enhancements** in Advanced Options. 11 3. All advanced options **must** be at their default values. 12 4. No cheats may be active. If you were using cheats, they should be disabled, and the game must be rebooted before reporting the bug. 13 5. Do not share save state files. (Sharing memory card files is OK.) 14 6. Verify your BIOS and game dumps, as we can not assist with issues resulting from bad dumps. 15 7. If playing PAL region software, please check whether or not the game has LibCrypt protection. If it does, make sure you have a [correct SBI file](https://github.com/stenzek/duckstation#libcrypt-protection-and-sbi-files). 16 8. Please post your bug report in English, as this is the only language spoken by the developers. The [Discord server](https://discord.gg/Buktv3t) has many helpful people if you need help translating. 17 9. Issues about the libretro core will be deleted (you will be blocked from the repository if you create such an issue). That core is not DuckStation, it is a broken fork, and has nothing to do with us. 18 19 - type: input 20 attributes: 21 label: Game details 22 description: | 23 Specify the game's serial code, full name and region (USA, Europe, Japan). 24 placeholder: SLUS-00404 Ace Combat 2 (USA) 25 validations: 26 required: true 27 28 - type: textarea 29 attributes: 30 label: Description of the issue/bug 31 description: | 32 Describe what you are seeing and/or hearing during gameplay. What doesn't work, and how do you expect it to work instead? 33 You can include images or videos with drag and drop, and format code blocks or logs with <code>```</code> tags. 34 validations: 35 required: true 36 37 - type: textarea 38 attributes: 39 label: Steps to reproduce 40 description: | 41 Try to provide as much detail as possible to reproduce the issue. 42 Having reproducible issues is a *prerequisite* for contributors to be able to solve them. 43 validations: 44 required: true 45 46 - type: input 47 attributes: 48 label: Software and hardware information 49 description: | 50 For desktops and laptops, specify your OS version, CPU and graphics card information (model and driver version). 51 For mobile devices, specify your OS version and device model name. 52 placeholder: Windows 10, Intel Core i7-7500U, Intel HD Graphics 620 (27.20.100.9616) 53 validations: 54 required: true 55 56 - type: input 57 attributes: 58 label: DuckStation version 59 description: | 60 Specify your DuckStation version and how you installed it (GitHub Releases, GitHub Actions, compiled from source, …). 61 validations: 62 required: true 63 64 - type: dropdown 65 attributes: 66 label: DuckStation rendering backend 67 description: | 68 Specify the DuckStation rendering backend you were using when reporting this issue. 69 If you can reproduce this issue using more than one rendering backend, mention it in the **Description of the issue/bug** section above. 70 When reporting a graphics-related issue, please test all the rendering backends you can before submitting the issue. 71 options: 72 - Software 73 - Direct3D 11 74 - Direct3D 12 75 - OpenGL 76 - Vulkan 77 validations: 78 required: true 79 80 - type: input 81 attributes: 82 label: DuckStation controller backend, drivers and wrappers 83 description: | 84 Which controller backend are you using in DuckStation's General Settings? 85 Have you installed any drivers or wrappers on your system, or do you have any programs like Steam open? 86 If so, specify which drivers/wrappers you are using. 87 validations: 88 required: true 89 90 - type: textarea 91 attributes: 92 label: Additional context 93 description: | 94 Add any other context about the problem here.