File keeps crashing Blender 2.92 and startupfile corruption #84137

Closed
opened 2020-12-25 19:39:14 +01:00 by Ahmad Bilal · 19 comments

System Information
Operating system: Windows10 64bit
Graphics card: AMD Vega64 (20.11.1 -- the only working AMD driver at the moment)

Blender Version
Broken: All

Short description of error
One of my important project files just doesn't open (I saved it last time I worked on it 2 weeks back). And Blender keeps crashing, and sometimes after 2-3 crashes, the Blender itself doesn't start anymore (until I restart my PC or delete the startup file). I can't open it in either 2.92, 2.91 or 2.83.9. Also I tried not to load the UI from the file, but to no avail.

I ran Blender in debug mode, and here is the text that I got:

C:\Users\abtoc>C:\Users\abtoc\Downloads\blender-2.92.0-af316d276144-windows64\blender.exe --debug-gpu
Read prefs: C:\Users\abtoc\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend
WARN (gpu.shader): OVERLAY_shader_armature_sphere_408 FragShader:
|
6 | #extension GL_ARB_shader_draw_parameters : enable
| ^
| Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported

WARN (gpu.shader): OVERLAY_shader_armature_sphere_395 FragShader:
|
6 | #extension GL_ARB_shader_draw_parameters : enable
| ^
| Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported

WARN (gpu.shader): OVERLAY_shader_armature_shape_433 GeomShader:
|
5 | #endif
| >
| Warning: (#310) Inputs that are integers should be qualified with the interpolation qualifier "flat"

Read blend: C:\Users\abtoc\Desktop\WIP Projects\EllaKimScene\Characters_EllaKim.blend

C:\Users\abtoc>

The file is 500MB, here is the googledrive link to it: https://drive.google.com/file/d/1UwjCFGfB5D8HlMTNYb6SUuqZG7zCTPaz/view?usp=sharing

**System Information** Operating system: Windows10 64bit Graphics card: AMD Vega64 (20.11.1 -- the only working AMD driver at the moment) **Blender Version** Broken: All **Short description of error** One of my important project files just doesn't open (I saved it last time I worked on it 2 weeks back). And Blender keeps crashing, and sometimes after 2-3 crashes, the Blender itself doesn't start anymore (until I restart my PC or delete the startup file). I can't open it in either 2.92, 2.91 or 2.83.9. Also I tried not to load the UI from the file, but to no avail. I ran Blender in debug mode, and here is the text that I got: > > C:\Users\abtoc>C:\Users\abtoc\Downloads\blender-2.92.0-af316d276144-windows64\blender.exe --debug-gpu > Read prefs: C:\Users\abtoc\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend > WARN (gpu.shader): OVERLAY_shader_armature_sphere_408 FragShader: > | > 6 | #extension GL_ARB_shader_draw_parameters : enable > | ^ > | Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported > > WARN (gpu.shader): OVERLAY_shader_armature_sphere_395 FragShader: > | > 6 | #extension GL_ARB_shader_draw_parameters : enable > | ^ > | Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported > > WARN (gpu.shader): OVERLAY_shader_armature_shape_433 GeomShader: > | > 5 | #endif > | > > | Warning: (#310) Inputs that are integers should be qualified with the interpolation qualifier "flat" > > Read blend: C:\Users\abtoc\Desktop\WIP Projects\EllaKimScene\Characters_EllaKim.blend > > C:\Users\abtoc> The file is 500MB, here is the googledrive link to it: https://drive.google.com/file/d/1UwjCFGfB5D8HlMTNYb6SUuqZG7zCTPaz/view?usp=sharing
Author

Added subscriber: @SomeAB

Added subscriber: @SomeAB

Added subscriber: @rjg

Added subscriber: @rjg

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

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

The problem with the graphics driver is known, including the incorrectly reported OpenGL extensions and a failure to create the split kernel (see #83734 and #83130).

Please open Blender's installation directory and double click on the blender_debug_gpu.cmd. This will start Blender in debug mode and create log files. Try to make Blender crash again. Once it crashes the Windows Explorer should open and show you up to two files, a debug log and the system information. Add them to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop. Please also upload the crash log located in C:\Users\[your username]\AppData\Local\Temp\[project name].crash.txt (or simply type %TEMP% into the path bar of the Windows Explorer).

2019_12_04_upload_icon_developer_blender_org.png

The complete log file and crash log will tell us if this is the same problem.

The problem with the graphics driver is known, including the incorrectly reported OpenGL extensions and a failure to create the split kernel (see #83734 and #83130). Please open Blender's installation directory and double click on the `blender_debug_gpu.cmd`. This will start Blender in debug mode and create log files. Try to make Blender crash again. Once it crashes the Windows Explorer should open and show you up to two files, a debug log and the system information. Add them to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop. Please also upload the crash log located in `C:\Users\[your username]\AppData\Local\Temp\[project name].crash.txt` (or simply type `%TEMP%` into the path bar of the Windows Explorer). ![2019_12_04_upload_icon_developer_blender_org.png](https://archive.blender.org/developer/F8190038/2019_12_04_upload_icon_developer_blender_org.png) The complete log file and crash log will tell us if this is the same problem.
Author

blender_system_info.txt

blender_debug_output.txt

The file is still crashing (2.92 Beta build of 14 Jan). Sorry for the late reply.. I have uploaded the files that were requested @rjg

And yes I'm aware of the recent AMD driver issue. I'm on 20.11.1 (which is the working driver afaik)

[blender_system_info.txt](https://archive.blender.org/developer/F9577829/blender_system_info.txt) [blender_debug_output.txt](https://archive.blender.org/developer/F9577830/blender_debug_output.txt) The file is still crashing (2.92 Beta build of 14 Jan). Sorry for the late reply.. I have uploaded the files that were requested @rjg And yes I'm aware of the recent AMD driver issue. I'm on 20.11.1 (which is the working driver afaik)
Author

I just tested 2.91.0 (latest), and the file opened without issues! (Thank Almighty! I'm gonna cry out of happiness..!)

But this is a important observation: Somehow the file is not opening (and blender crashes) in the latest 2.92 BETA of Jan14, but opens in 2.91.0

I just tested 2.91.0 (latest), and the file opened without issues! (Thank Almighty! I'm gonna cry out of happiness..!) But this is a important observation: Somehow the file is not opening (and blender crashes) in the latest 2.92 BETA of Jan14, but opens in 2.91.0
Member

Added subscriber: @DanielGrauer

Added subscriber: @DanielGrauer

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

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

Added subscriber: @chillisko

Added subscriber: @chillisko

I'm just posting to inform that I have the same logs as original poster.
My Blender is crashing randomly as soon as I click anything. On the first 1 to 3 click. Sometimes it crashes without me doing anything.
I have Vega56 and driver version is 21.3.1.

Maybe important!:
On the first start it doesn't crash rightaway, but if I start a render, it will crash when rendering is started with OpenCL and GPU.
If I render with CPU and OpenCL, then the crash happens usually when rendering is finished.

After doing the render crash. Blender will start crashing on first clicks like described above.

The GPU will also reset it's settings automatically after the crash.

blender_debug_output.txt

blender_system_info.txt

I'm just posting to inform that I have the same logs as original poster. My Blender is crashing randomly as soon as I click anything. On the first 1 to 3 click. Sometimes it crashes without me doing anything. I have Vega56 and driver version is 21.3.1. Maybe important!: On the first start it doesn't crash rightaway, but if I start a render, it will crash when rendering is started with OpenCL and GPU. If I render with CPU and OpenCL, then the crash happens usually when rendering is finished. After doing the render crash. Blender will start crashing on first clicks like described above. The GPU will also reset it's settings automatically after the crash. [blender_debug_output.txt](https://archive.blender.org/developer/F9909893/blender_debug_output.txt) [blender_system_info.txt](https://archive.blender.org/developer/F9909894/blender_system_info.txt)

Added subscriber: @Astronet-4

Added subscriber: @Astronet-4

posting to say I have a similar issue with my laptop too. The crash isn't as predictable on my part and I have no idea what exactly is causing it.
My system specs:
CPU: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx 4 Cores
GPU: GPU AMD Radeon(TM) Vega 8 Graphics
driver version: 21.3.1 (latest version)
Primary/Integrated
GPU: Nvidia Gefoce GTX 1050. Dedicated

It happens more often in heavier scenes with a lot in the viewport.

posting to say I have a similar issue with my laptop too. The crash isn't as predictable on my part and I have no idea what exactly is causing it. My system specs: CPU: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx 4 Cores GPU: GPU AMD Radeon(TM) Vega 8 Graphics driver version: 21.3.1 (latest version) Primary/Integrated GPU: Nvidia Gefoce GTX 1050. Dedicated It happens more often in heavier scenes with a lot in the viewport.
Member

Added subscribers: @fclem, @Jeroen-Bakker, @lichtwerk

Added subscribers: @fclem, @Jeroen-Bakker, @lichtwerk
Member

I have seen this in other reports as well: #81778, #88309

Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported

Maybe @fclem or @Jeroen-Bakker could tell us if this can be ignored?

I have seen this in other reports as well: #81778, #88309 ``` Warning: (#62) enable/warn/disable extension is not found. Extension "GL_ARB_conservative_depth" is not supported ``` Maybe @fclem or @Jeroen-Bakker could tell us if this can be ignored?
Member

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

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

Sorry this has been sitting around for a while.

But this is a important observation: Somehow the file is not opening (and blender crashes) in the latest 2.92 BETA of Jan14, but opens in 2.91.0

@SomeAB : do you still experience issues with this in 2.92 / 2.93 [or 3.0]?

Sorry this has been sitting around for a while. > But this is a important observation: Somehow the file is not opening (and blender crashes) in the latest 2.92 BETA of Jan14, but opens in 2.91.0 @SomeAB : do you still experience issues with this in 2.92 / 2.93 [or 3.0]?
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

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

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

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
7 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#84137
No description provided.