This repository was archived by the owner on Nov 30, 2022. It is now read-only.
forked from KadeArchive/Kade-Engine
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Bug Report: ALL KNOWN NULL OBJECT REFERENCES (NORs) #71
Copy link
Copy link
Open
Labels
bugThe game is experiencing unexpected behaviorThe game is experiencing unexpected behaviorpriority/triagePriority level: This issue is being investigatedPriority level: This issue is being investigated
Description
Please check for duplicates, similar issues or closed issues with the same problem, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Enigma Engine) before submitting an issue.
If you are playing a downloaded version of the game, what operating system are you using?
Windows (x86), Windows (x86_64), Linux, or macOS? Specify below.
macOS
What version of the game are you using? Look in the bottom left corner of the main menu.
0.3.0-54593a4
Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.
1: Return to Menu from Gameplay
To reproduce:
Enter any song, pause, and select Return To Menu. This will cause a NOR at FlxSound.hx:592, which means the volume of the music cannot update.
2: Return To Menu from Results Screen
To reproduce:
Complete any song, and press Enter on the results screen. This will cause a NOR at ResultsSubState.hx:236, which means the music in the Results Screen cannot fade out.
Contributingeth To This Liste
FORMAT (copy):
## Basic summarization of where the `NOR` happens. NOT the code position though. See above examples.
### To reproduce:
Add ways the reproduce this `NOR` here. Also add the code position in the format `{SOURCEFILE}:{LINE}`, where SOURCEFILE is the HX file where the `NOR` occurs, and LINE is the line on which the `NOR` occurs.
how
Copy the above template and fill out the title and To Reproduce sections in a comment. When the NOR is confirmed, it will be added to the above list.
"Is this too much? Do you need to sit down?" - that one gnome from the pilot episode of Gravity Falls
Metadata
Metadata
Assignees
Labels
bugThe game is experiencing unexpected behaviorThe game is experiencing unexpected behaviorpriority/triagePriority level: This issue is being investigatedPriority level: This issue is being investigated