Blender crashes when opening the file #102989

Closed
opened 2022-12-07 09:43:51 +01:00 by Alex Challandes · 16 comments

System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro Vega 56 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.23

Blender Version
Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: b292cfe5a9
Worked: (newest version of Blender that worked as expected)

Short description of error
Hello,

I can't open my file which was working fine yesterday. Today it crashed when I opened it and since then all previous backup files have crashed when they were opened.

Is it possible to find and fix the problem with the crash report?221206.26.blend

Crash report.rtf

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro Vega 56 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.23 **Blender Version** Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: `b292cfe5a9` Worked: (newest version of Blender that worked as expected) **Short description of error** Hello, I can't open my file which was working fine yesterday. Today it crashed when I opened it and since then all previous backup files have crashed when they were opened. Is it possible to find and fix the problem with the crash report?[221206.26.blend](https://archive.blender.org/developer/F14006621/221206.26.blend) [Crash report.rtf](https://archive.blender.org/developer/F14006926/Crash_report.rtf) **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]

Added subscriber: @alex.challandes

Added subscriber: @alex.challandes
Member

Added subscriber: @OmarEmaraDev

Added subscriber: @OmarEmaraDev
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

The crash seems to happen in the subdivision modifier. First, can you try a recent build from https://builder.blender.org/ and see if the crash still happens?
The file is not downloading for me for some reason, so I will try again a bit to test it locally.

The crash seems to happen in the subdivision modifier. First, can you try a recent build from https://builder.blender.org/ and see if the crash still happens? The file is not downloading for me for some reason, so I will try again a bit to test it locally.

I tried with Blender 3.4.0 - Stable and the file also crashed when opened.

I tried with Blender 3.4.0 - Stable and the file also crashed when opened.

221206.26.blend

Here is the re-exported file

[221206.26.blend](https://archive.blender.org/developer/F14007066/221206.26.blend) Here is the re-exported file
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'
Member

Not sure if this will work, but you can try to open the blend file from the command line using:

blender /path/to/blend/file --python-expr 'import bpy;bpy.data.scenes[0].render.use_simplify = True;bpy.data.scenes[0].render.simplify_subdivision = 0;'

Which will hopefully disable the subdivision modifier before the crash happens. Then you can try to save your file somehow as a temporary measure.

Not sure if this will work, but you can try to open the blend file from the command line using: ``` blender /path/to/blend/file --python-expr 'import bpy;bpy.data.scenes[0].render.use_simplify = True;bpy.data.scenes[0].render.simplify_subdivision = 0;' ``` Which will hopefully disable the subdivision modifier before the crash happens. Then you can try to save your file somehow as a temporary measure.

I'm not sure I did the right process but this is what the terminal tells me

poste04@ipro-de-poste04 ~ % /Users/poste04/Desktop/221206.26.blend --python-expr 'import bpy;bpy.data.scenes- [x].render.use_simplify = True;bpy.data.scenes- [x].render.simplify_subdivision = 0;'
zsh: permission denied: /Users/poste04/Desktop/221206.26.blend

I'm not sure I did the right process but this is what the terminal tells me poste04@ipro-de-poste04 ~ % /Users/poste04/Desktop/221206.26.blend --python-expr 'import bpy;bpy.data.scenes- [x].render.use_simplify = True;bpy.data.scenes- [x].render.simplify_subdivision = 0;' zsh: permission denied: /Users/poste04/Desktop/221206.26.blend
Member

Your missed adding the executable at the start.

/Applications/Blender.app/Contents/MacOS/Blender /Users/poste04/Desktop/221206.26.blend --python-expr 'import bpy;bpy.data.scenes[0].render.use_simplify = True;bpy.data.scenes[0].render.simplify_subdivision = 0;'
Your missed adding the executable at the start. ``` /Applications/Blender.app/Contents/MacOS/Blender /Users/poste04/Desktop/221206.26.blend --python-expr 'import bpy;bpy.data.scenes[0].render.use_simplify = True;bpy.data.scenes[0].render.simplify_subdivision = 0;' ```

Thank you, it worked. Unfortunately Blender crashes again...

I attach the crash report.Crash report 2.rtf

Thank you, it worked. Unfortunately Blender crashes again... I attach the crash report.[Crash report 2.rtf](https://archive.blender.org/developer/F14007533/Crash_report_2.rtf)

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

I have investigated the file, There is broken mesh G-Strelizia_Nikolai_0. After fixing this object, file loads correctly.
Do you have backup (.blend1) file? Can you provide steps to produce such broken mesh from good one?

Since this crash happens immediately after file loading, fixing it is not easy. Will check if this is possible from command line in background. If not and you really need the file, I can send it to you somehow.

Edit: Unfortunately it is not possible to fix this file with script. you would have to compile Blender from sources...

I have investigated the file, There is broken mesh `G-Strelizia_Nikolai_0`. After fixing this object, file loads correctly. Do you have backup (.blend1) file? Can you provide steps to produce such broken mesh from good one? Since this crash happens immediately after file loading, fixing it is not easy. Will check if this is possible from command line in background. If not and you really need the file, I can send it to you somehow. Edit: Unfortunately it is not possible to fix this file with script. you would have to compile Blender from sources...

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
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
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
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
EEVEE & Viewport
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
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#102989
No description provided.