Crash #86634

Closed
opened 2021-03-16 16:39:23 +01:00 by Till Fülscher · 7 comments

System Information
Operating system: MacOS Catalina, 10.15.7
Graphics card: CPU

Blender Version
Broken: 2.92
Worked: tried 2.91 and 2.9 and 2.83 and none worked

Short description of error
Blender opens but as soon as I try to open a file it crashes again.

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).
Issue is occurring with the attached blender file.
donut_2.blend
crashreport.docx

**System Information** Operating system: MacOS Catalina, 10.15.7 Graphics card: CPU **Blender Version** Broken: 2.92 Worked: tried 2.91 and 2.9 and 2.83 and none worked **Short description of error** Blender opens but as soon as I try to open a file it crashes again. **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). Issue is occurring with the attached blender file. [donut_2.blend](https://archive.blender.org/developer/F9895046/donut_2.blend) [crashreport.docx](https://archive.blender.org/developer/F9895044/crashreport.docx)
Author

Added subscriber: @Tiuuu

Added subscriber: @Tiuuu
Member

Added subscriber: @filedescriptor

Added subscriber: @filedescriptor
Member

It looks like your file got corrupted.

Here is what you can do to:

  • Open up Blender with the default start-up file.
  • Go to File>Append and then browse to the broken file. Double click to go into the file and then to Scene and append the Scene (this is the default name for a scene, if you renamed it, choose that one).
  • Change the 3D Viewport to a Text Editor and paste the script below into it. Run the script. This will try to fix any invalid mesh data.
  • Now you should be able to select the scene Scene.001 in the top right without a crash. Change the Text Editor back to the 3D Viewport.

Save the file (you can also delete Scene and rename Scene.001 to just Scene to get the file back to where it was before).

Script:

import bpy

for me in bpy.data.meshes:
    if me.validate(verbose=True):
        print(f"Mesh '{me.name}' was corrupted!")

If you recall anything that might have gotten the file into that state, please comment it below. Any small detail could be helpful for us to find why the corruption happened. If we are unable to reproduce the corrupted state, we will have to close this, unfortunately.

It looks like your file got corrupted. Here is what you can do to: - Open up Blender with the default start-up file. - Go to *File*>*Append* and then browse to the broken file. Double click to go into the file and then to *Scene* and append the `Scene` (this is the default name for a scene, if you renamed it, choose that one). - Change the 3D Viewport to a Text Editor and paste the script below into it. Run the script. This will try to fix any invalid mesh data. - Now you should be able to select the scene `Scene.001` in the top right without a crash. Change the Text Editor back to the 3D Viewport. # Save the file (you can also delete `Scene` and rename `Scene.001` to just `Scene` to get the file back to where it was before). Script: ``` import bpy for me in bpy.data.meshes: if me.validate(verbose=True): print(f"Mesh '{me.name}' was corrupted!") ``` If you recall anything that might have gotten the file into that state, please comment it below. Any small detail could be helpful for us to find why the corruption happened. If we are unable to reproduce the corrupted state, we will have to close this, unfortunately.
Member

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

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

Your Feedback helped me recover the file, thank you so much!
There's nothing unusual I noticed prior to the file corrupting.. However, Blender already crashed once before, the file was saved though.

Your Feedback helped me recover the file, thank you so much! There's nothing unusual I noticed prior to the file corrupting.. However, Blender already crashed once before, the file was saved though.
Member

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

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

Alright, I don't think we can find the core issue with that info. Will have to close this for now. Feel free to open a new report, if you encounter any other problem.

Alright, I don't think we can find the core issue with that info. Will have to close this for now. Feel free to open a new report, if you encounter any other problem.
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
2 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#86634
No description provided.