-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating System
Windows
What's the issue you encountered?
When closing a file with the middle mouse button (after restarting imhex following a crash), the dialog Some changes haven't been saved to a Project yet.
is not shown
How can the issue be reproduced?
- Create a new file (ctrl+n)
- Past a pattern that crashes ImHex (see below)
- Evaluate the pattern
- Start ImHex again
- Choose 'Yes, restore'
- Click the 'Unsaved File' tab with the middle mouse button
- The file and pattern are gone
ImHex Version
1.37.4
ImHex Build Type
- Nightly or built from sources
Installation type
winget (via UniGetUI)
Additional context?
No response
Crashing pattern:
fn get_tag(u8 tag) {
return tag;
};
struct Tag {
u8 tag[[std::format("{}", tag)]];
}[[name(get_tag(tag))]];
Tag file @ 0x0;
Crash tracked in #2364
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working