Immediate crash on file open (related to "corrupt" NodesModifierBake
)
#123974
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#123974
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 551.23
Blender Version
Broken: version: 4.2.0 Beta, branch: blender-v4.2-release, commit date: 2024-06-29 15:08, hash:
53cb73ecead0
Also crashes on 4.1.1, which is the version that the file was being worked on.
Probably a mistake in
ad169ba67a
?3.6 LTS can read the file
Short description of error
This file immediately crashes on startup. Unfortunately I don't think I can isolate the issue to the crash-causing objects, and have to upload the entire project file, so I'm sorry for the 50 mb .blend. There are some linked libraries associated with it, but it still crashes when those libraries are missing from the expected path, so I'm guessing that they're not related. I have tried appending the collections into a new file, the collections that cause the crash (which also crash on appending) are some of the
iced_manfiold
collections (iced_manfiold.002
andiced_manfiold.003
I think?)That is all the relevant information I can think of for now.
Can confirm, will check
Probably caused by
ad169ba67a
One thing that crashes:
Object
:Plane.006
Modifier
:FX-ice_over
The modifiers
blend_read
tries to go overNodesModifierBake
(NodesModifierData
hasbakes_num
set to 1, but the modifier does not even have a Nodegroup, not sure how that happened... ), so that points to garbage memory...CC @JacquesLucke preventing the crash on file read (when we dont even have a nodegroup) is probably simple, but it might be worth investigating why this can even happen on write?)
Immediate crash on file opento Immediate crash on file open (related to "corrupt" `NodesModifierBake`)If it helps, FX-ice_over is a linked geonodes modifier from another file. It had a bake node in the tree, but I don't believe it was actually baked in either the library file or the main file.
Thanks. I can reproduce the issue. Will try to figure out what caused it.
@Albert-OShea Do you also get the crash even when the
FX-ice_over
node group is available, or does it work in this case?[EDIT] Nevermind, just saw that you answered that already in the bug report.
I looked a bit into it, but still don't have an idea for what the root cause is. Somehow some data is missing in the file.
@JacquesLucke I'm not at the same computer to get the exact hash, but it should just be the 4.1.1 release, would the hash change for that version after its release?
Edit: the hash is
e1743a0317
And no, I never opened it in an older version than 4.1.1
I do have the FX-ice_over file here though, if that would help you