[X] I have checked both open and closed issues and confirmed this bug has not already been reported.
[X] I am not asking for tech support (e.g. error when starting program or trying to build).
[X] I am not reporting an issue with assets/scripts/logic of a specific game/mod; this bug is directly related to the editor itself.
[X] This bug is not related to any unofficial forks of the editor, and any issues with those should be kept in the appropriate repository.
Editor Tool
Scene Editor
RSDK Version
v1, v2, v3, v4, v5
Expected Behavior
When clicking the Cancel button when the editor asks for a GameConfig.bin file, nothing happens aside from the file dialog window closing
Actual Behavior
When clicking the button when there's a scene open in the editor, it attempts to reload the current scene, or in the case of v5, the scene selected in the Open dialog window
Steps to Reproduce
Some example cases of this bug causing issues:
Mismatching v5 GameConfig issue:
Open a v5 scene
Click File > Open
Select a scene from another v5 game
When prompted for a GameConfig.bin file, click Cancel
Editor will load the newly selected scene with the GameConfig and game logic/assets from the scene that was loaded before
Mismatching engine version crash:
Open a pre-v5 scene
Click File > Open
Select a scene from a game with a different engine version, ensuring you select the correct engine version in the format box
When prompted for a GameConfig.bin file, click Cancel
Editor will attempt to reload the current scene with the new engine version, inevitably crashing
Before opening this issue, I ensure that...
Editor Tool
Scene Editor
RSDK Version
v1, v2, v3, v4, v5
Expected Behavior
When clicking the Cancel button when the editor asks for a GameConfig.bin file, nothing happens aside from the file dialog window closing
Actual Behavior
When clicking the button when there's a scene open in the editor, it attempts to reload the current scene, or in the case of v5, the scene selected in the Open dialog window
Steps to Reproduce
Some example cases of this bug causing issues:
Mismatching v5 GameConfig issue:
Mismatching engine version crash:
Screenshots
No response
Was another editor used on the file(s)?
No response
Platform
Windows
Additional Comments
No response