Skip to content

Fix #688 crash#689

Open
Dragorn421 wants to merge 1 commit intoFast-64:mainfrom
Dragorn421:fix_688
Open

Fix #688 crash#689
Dragorn421 wants to merge 1 commit intoFast-64:mainfrom
Dragorn421:fix_688

Conversation

@Dragorn421
Copy link
Copy Markdown
Contributor

@Dragorn421 Dragorn421 commented Mar 25, 2026

Fixes #688

Blender fails this assert here
https://projects.blender.org/blender/blender/src/tag/v4.5.8/source/blender/blenkernel/intern/node.cc#L451
which makes it seem like the data is inconsistent. It gave me the idea that since fast64 is running this code on file load, maybe the data is not fully loaded or upgraded yet by blender. So I tried delaying the code slightly (the exact delay doesn't matter, it just needs to be past the wm_file_read_post context I suppose), and it fixed the crash

@Dragorn421 Dragorn421 added the bug Something isn't working label Mar 25, 2026
@Dragorn421 Dragorn421 added the merge soon Will be merged in a few days at most if nothing else comes up label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working merge soon Will be merged in a few days at most if nothing else comes up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when loading older(?) blends

2 participants