Blender crush down when open a scene! Unusual bug! #58169

Closed
opened 2018-11-29 20:10:28 +01:00 by Robert Dolega · 6 comments

System Information

Operating system: Windows 10 1803 (Blender is crashing also on Linux)
Graphics card: Geforce 940MX and Intel HD Graphics 620

Blender Version

Blender 2.79b
Date: 2018-03-22 14:10
Hash: f4dc9f9d68

Short description of error

Sometimes some scene is no working any more. There is no info, no error. Even simple touch when I try to go to this scene shuts down Blender. It happening on every engine I tried (Cycles, BGE, Blender Render). It is also happening on older versions of Blender on Windows but also on Linux.

Exact steps for others to reproduce the error

I have no idea how to repeat it, and what to do to make the scene spoiled. It just happenin sometimes and there is no way to open the scene anymore and recover data from it.

Crash.txt (my friend send this crash file to me. He got it after openning this scene on Linux yesterday) and I give to you .blend file with spoiled scene. Scene is called (skins):

Crash.txt

bug(scene).blend

I hope you'll check it out and there will be a solution soon.

**System Information** Operating system: Windows 10 1803 (Blender is crashing also on Linux) Graphics card: Geforce 940MX and Intel HD Graphics 620 **Blender Version** Blender 2.79b Date: 2018-03-22 14:10 Hash: f4dc9f9d68b **Short description of error** Sometimes some scene is no working any more. There is no info, no error. Even simple touch when I try to go to this scene shuts down Blender. It happening on every engine I tried (Cycles, BGE, Blender Render). It is also happening on older versions of Blender on Windows but also on Linux. **Exact steps for others to reproduce the error** I have no idea how to repeat it, and what to do to make the scene spoiled. It just happenin sometimes and there is no way to open the scene anymore and recover data from it. **Crash.txt (my friend send this crash file to me. He got it after openning this scene on Linux yesterday) and I give to you .blend file with spoiled scene. Scene is called (skins):** [Crash.txt](https://archive.blender.org/developer/F5758851/Crash.txt) [bug(scene).blend](https://archive.blender.org/developer/F5758864/bug_scene_.blend) I hope you'll check it out and there will be a solution soon.
Author

Added subscriber: @robertdolega98

Added subscriber: @robertdolega98

Added subscriber: @mont29

Added subscriber: @mont29

Can confirm crash in 2.7x, does not crash with 2.8 though…

Can confirm crash in 2.7x, does not crash with 2.8 though…

Crash happens in draw code, but that’s because you have a bunch of corrupted meshes here! Run that in python console to fix them:

for me in D.meshes:

print(me, me.validate(True))

Now we cannot do anything else, unless you can provide us with a way to reproduce such mesh corruption (assuming they were not generated from scripts or so).

Crash happens in draw code, but that’s because you have a bunch of corrupted meshes here! Run that in python console to fix them: ```lang=python for me in D.meshes: ``` print(me, me.validate(True)) ``` ``` Now we cannot do anything else, unless you can provide us with a way to reproduce such mesh corruption (assuming they were not generated from scripts or so).

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2018-12-13 22:17:18 +01:00

More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.

More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.
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#58169
No description provided.