2022-03-04 16:29:21 +00:00
name : Bug Report
description : If you experience a bug in the Emulator, please open an issue here and fill out the template.
title : "[Bug]: "
labels : [ "bug" , "triage" ]
assignees :
-
body :
2022-03-04 17:14:10 +00:00
- type : markdown
attributes :
value : "## BEFORE REPORTING AN ISSUE"
- type : markdown
attributes :
value : |
2024-06-21 20:58:34 +00:00
Please try the nightly build from : https://nightly.visualboyadvance-m.org and factory resetting the emulator from the Help menu.
2022-03-04 17:14:10 +00:00
On Linux build master from source or use the edge snap.
2022-05-14 13:46:05 +00:00
And last but not least, search for existing reports via the filters bar on the issues page.
2022-03-07 13:39:17 +00:00
- type : markdown
attributes :
value : "## If your joystick or gamepad isn't working in Linux"
- type : markdown
attributes :
value : |
Please try to troubleshoot using the information on this page:h ttps://wiki.archlinux.org/index.php/Gamepad **BEFORE** filing an issue.
We use SDL for joystick support, any problems will generally be an issue with SDL and **NOT** the emulator.
If relevant, the joystick you are using and the drivers you are using for it :
2022-03-04 16:29:21 +00:00
- type : textarea
id : what-should-happen
attributes :
label : Expected behavior?
description : How was the emulator supposed to behave
placeholder : Tell us what you expect to see!; use screenshots if necessary.
value :
validations :
required : true
- type : textarea
id : what-happened
attributes :
label : Actual behavior?
description : Describe the issue you encountered.
placeholder : Tell us what you see!; use screenshots if necessary.
value :
validations :
required : true
- type : textarea
id : repro
attributes :
label : Steps to reproduce the problem
description : "How do you trigger this bug? Please walk us through it step by step."
value : |
1 .
2 .
3 .
4 .
5 .
...
validations :
required : true
- type : textarea
id : error-messages
attributes :
label : Error messages?
description : Was there an error message?
placeholder : List any exception messages here!; use screenshots if necessary.
2022-03-04 17:14:10 +00:00
value : |
If this is a crash bug, and you have the time and inclination, please provide a symbolic backtrace.
Instructions for doing so are [here](https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/README.md#reporting-crash-bugs).
2022-03-04 16:29:21 +00:00
validations :
2022-03-07 13:46:09 +00:00
required : false
2022-03-04 16:31:34 +00:00
- type : textarea
id : Rom_Details
attributes :
label : What game were you playing
description : "What is the specific rom that you encountered an issue with"
value : |
2022-03-07 13:44:57 +00:00
<Some of this information can be provided with a screenshot of Rom Information, SAVE TYPE for GBA titles can be obtained from Options > Game Boy Advance > Config>
2022-03-04 16:31:34 +00:00
Title :
GB, GBC or GBA :
2022-03-07 13:44:57 +00:00
ROM CODE :
2022-03-04 16:51:59 +00:00
BIOS Used? : (Share crc hash)
2022-03-04 16:52:45 +00:00
SAVE TYPE : (Attach Battery or Savestate here)
2022-03-04 16:51:59 +00:00
Clean, Intro'd or Hacked?:(Attach Patch here)
2022-03-04 16:31:34 +00:00
validations :
2022-03-07 13:47:47 +00:00
required : false
2022-03-04 16:31:55 +00:00
- type : textarea
id : Settings
attributes :
label : What settings are you using?
description : "Please list them"
value : |
Video driver (simple, opengl) :
Sound driver (directsound, xaudio, openal, SDL) :
2022-03-05 20:44:00 +00:00
Scale Filter Used? :
2022-03-04 16:31:55 +00:00
validations :
required : true
- type : textarea
id : SysInfo
attributes :
label : Specifications and Build details
description : "List your system information, you can obtain this from MSINFO32 and the emulators Titlebar."
value : |
VBA-M : (include commit version number and whether you are using the 32-bit or 64-bit version)
OS : (include version and OS build number using WinVer if on Windows) :
If using Linux, specify if using xorg or Wayland :
CPU :
GPU :
RAM :
validations :
required : true
- type : checkboxes
id : Copyright_Compliance
attributes :
label : Copyright Compliance
description : Please do not attach any files that infringe on the copyright of Nintendo or its partners.
options :
- label : There are no infringing files attached to this bug report.
required : true