2022-10-11 16:56:12 -04:00
name : Crash Report
2023-09-24 13:30:11 -04:00
description : Report a Geode bug (not mods themselves) that crashes the game or prevents startup caused by Geode Loader (not mods created by others).
2022-10-11 16:56:12 -04:00
labels : [ "unverified" , "crash" ]
body :
2023-10-01 05:57:55 -04:00
- type : input
id : geode-confirmation
2023-09-24 13:30:11 -04:00
attributes :
label : Geode Issue
2023-09-29 11:28:53 -04:00
description : |
The Geode repository is for issues of *Geode Loader*, not individual mods created by other developers.
2023-10-01 05:57:55 -04:00
When submitting a crash report, please make sure that the crash is *actually* related to ***Geode Loader itself*** and not to a mod or mod combination, after you do that type in "confirm" in the input field below.
2023-09-29 11:28:53 -04:00
Failing to do this will get your issue *closed without explanation*.
2023-10-01 05:57:55 -04:00
placeholder : "Please, read the text above."
2023-10-01 05:58:21 -04:00
validations :
required : true
2022-10-11 16:56:12 -04:00
- type : dropdown
id : platform
attributes :
label : Platform
description : The platform you were using when this bug was encountered.
options :
- "MacOS"
- "Windows"
validations :
required : true
- type : input
id : version
attributes :
label : Geode Version
description : The version of Geode you were using when this bug was encountered. If you do not know where to find this, look for the mods listing.
placeholder : "Example: v0.5.4"
validations :
required : true
- type : textarea
id : mods
attributes :
label : Mods Installed
description : The mods and their respective versions used when this bug was encountered. If you were not using mods, please leave this field blank.
placeholder : "Example: geode.test v1.0.0, geode.testdep v0.1.0"
validations :
required : false
- type : textarea
id : reproduction
attributes :
label : Steps to Reproduce
description : How to reproduce the crash.
placeholder : "Example: 1) I did X..."
validations :
required : true
- type : textarea
id : crash-report
attributes :
label : Crash Report
2023-06-10 10:01:37 -04:00
description : "You can find the crash report in `geode/crashlogs/`, if one was created. Additionally, please attach latest log in `geode/log/`. If either or both files do not exist, state such. Please link to a paste site with their content, such as GitHub Gists or Pastebin. **Do not paste the contents of either these files directly into the text box.**"
2022-10-11 16:56:12 -04:00
placeholder : "Example: a link to a paste site with the crash report and latest.log."
validations :
required : false
- type : textarea
id : additional-info
attributes :
label : Additional Information
description : Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
placeholder : "Example: This is likely caused by X because..."
validations :
required : false
- type : markdown
attributes :
value : Thank you for taking the time to fill out this crash report.