[CRASHFIX] Fix Stage Editor crashing on exit when unsaved changes exist - #8082
Merged
Hundrec merged 1 commit intoSep 7, 2026
Merged
Conversation
kiryvajiravuth
force-pushed
the
wildcard
branch
2 times, most recently
from
September 5, 2026 10:09
73b7a41 to
3025f82
Compare
kiryvajiravuth
marked this pull request as ready for review
September 5, 2026 10:09
kiryvajiravuth
marked this pull request as draft
September 5, 2026 10:14
kiryvajiravuth
force-pushed
the
wildcard
branch
from
September 5, 2026 10:14
3025f82 to
9743d2d
Compare
kiryvajiravuth
marked this pull request as ready for review
September 5, 2026 10:15
Hundrec
self-requested a review
September 6, 2026 03:15
Hundrec
approved these changes
Sep 7, 2026
Hundrec
left a comment
Member
There was a problem hiding this comment.
Good, one step closer to fixing these Stage Editor crashes!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked Issues
Closes #8077
Description
FileFilter.extensionreturns"*.fnfs"(with a wildcard*meant for file dialog filtering). Two places inStageEditorStatewere using it as a literal filename extension, producing invalid paths likestage-editor-Limo Ride-...-.*.fnfswhich crash on file write.Fixed by replacing
FileUtil.FILE_FILTER_FNFS.extensionwith the literal string'.fnfs'in backup filename construction and backup file matching.Screenshots/Videos
Before :
huss.mp4
After :
valley.mp4