Blender 3.2.0 crashes at startup (BUT not with "blender-softwaregl") #98739

Closed
opened 2022-06-09 17:19:20 +02:00 by Alexandre MK · 9 comments

System Information
Operating system: Ubuntu 20.04.4 LTS x86_64
Graphics card: Intel 3rd Gen Core processor Graphics Controller

Blender Version
Broken: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: e05e1e3691, type: release
build date: 2022-06-08, 10:37:43
Worked: 3.1.2

Short description of error
Blender 3.2.0 crashes at startup

Exact steps for others to reproduce the error
Just [try to] open blender

Errors in the terminal

ERROR (gpu.shader): gpu_shader_2D_widget_base FragShader: 
      |                                                                                                                                                                                                                         
   81 | layout(depth_any) out float gl_FragDepth;                                                                                                                                                                               
      |         ^                                                                                                                                                                                                               
      | Error: unrecognized layout identifier `depth_any'                                                                                                                                                                       
                                                                                                                                                                                                                                
Writing: /tmp/blender.crash.txt                                                                                                                                                                                                 
Segmentation fault (core dumped)

The "blender.crash.txt"

# Blender 3.2.0, Commit date: 2022-06-08 10:22, Hash e05e1e369187                                                                                                                                                               
                                                                                                                                                                                                                                
# backtrace                                                                                                                                                                                                                     
./blender(BLI_system_backtrace+0x20) [0xc1491e0]                                                                                                                                                                                
./blender() [0x11d8e2a]                                                                                                                                                                                                         
/lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7f0200e4a090]                                                                                                                                                                      
./blender(GPU_shader_get_builtin_uniform+0) [0xad8a590]                                                                                                                                                                         
./blender(GPU_matrix_bind+0x1b) [0xad8729b]                                                                                                                                                                                     
./blender(UI_widgetbase_draw_cache_flush+0xb5) [0x23d5e65]                                                                                                                                                                      
./blender() [0x23d92b2]                                                                                                                                                                                                         
./blender(ui_draw_but+0xc9c) [0x23dd30c]                                                                                                                                                                                        
./blender(UI_block_draw+0x2fe) [0x237b95e]                                                                                                                                                                                      
./blender(UI_blocklist_draw+0x34) [0x237b9e4]                                                                                                                                                                                   
./blender(ED_region_header_draw+0x77) [0x1c5fc27]                                                                                                                                                                               
./blender(ED_region_do_draw+0x841) [0x1c631c1]                                                                                                                                                                                  
./blender(wm_draw_update+0x7a3) [0x179dd13]                                                                                                                                                                                     
./blender(WM_main+0x30) [0x179aa40]                                                                                                                                                                                             
./blender(main+0x322) [0x10d47e2]                                                                                                                                                                                               
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0200e2b083]                                                                                                                                                        
./blender() [0x11d570c]                                                                                                                                                                                                         
                                                                                                                                                                                                                                
# Python backtrace

It used to work pretty well (3.1.2).
The "System Info" I got after executing "blender-softwaregl" are attached to this report.
system-info-blender-modif.txt
Thank, in advance.

**System Information** Operating system: Ubuntu 20.04.4 LTS x86_64 Graphics card: Intel 3rd Gen Core processor Graphics Controller **Blender Version** Broken: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: e05e1e369187, type: release build date: 2022-06-08, 10:37:43 Worked: 3.1.2 **Short description of error** Blender 3.2.0 crashes at startup **Exact steps for others to reproduce the error** Just [try to] open blender **Errors in the terminal** ``` ERROR (gpu.shader): gpu_shader_2D_widget_base FragShader: | 81 | layout(depth_any) out float gl_FragDepth; | ^ | Error: unrecognized layout identifier `depth_any' Writing: /tmp/blender.crash.txt Segmentation fault (core dumped) ``` **The "blender.crash.txt"** ``` # Blender 3.2.0, Commit date: 2022-06-08 10:22, Hash e05e1e369187 # backtrace ./blender(BLI_system_backtrace+0x20) [0xc1491e0] ./blender() [0x11d8e2a] /lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7f0200e4a090] ./blender(GPU_shader_get_builtin_uniform+0) [0xad8a590] ./blender(GPU_matrix_bind+0x1b) [0xad8729b] ./blender(UI_widgetbase_draw_cache_flush+0xb5) [0x23d5e65] ./blender() [0x23d92b2] ./blender(ui_draw_but+0xc9c) [0x23dd30c] ./blender(UI_block_draw+0x2fe) [0x237b95e] ./blender(UI_blocklist_draw+0x34) [0x237b9e4] ./blender(ED_region_header_draw+0x77) [0x1c5fc27] ./blender(ED_region_do_draw+0x841) [0x1c631c1] ./blender(wm_draw_update+0x7a3) [0x179dd13] ./blender(WM_main+0x30) [0x179aa40] ./blender(main+0x322) [0x10d47e2] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0200e2b083] ./blender() [0x11d570c] # Python backtrace ``` It used to work pretty well (3.1.2). The "System Info" I got after executing "blender-softwaregl" are attached to this report. [system-info-blender-modif.txt](https://archive.blender.org/developer/F13141822/system-info-blender-modif.txt) Thank, in advance.
Author

Added subscriber: @lkx

Added subscriber: @lkx

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'

Thanks for the report. This GPU is below the minimum requirements for Blender, so there is no longer support for it. https://www.blender.org/download/requirements/
Installing the latest graphics driver sometimes helps to make such GPUs work, see here for more information. https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

If that doesn't help, you can use previous version: https://www.blender.org/download/previous-versions/

Thanks for the report. This GPU is below the minimum requirements for Blender, so there is no longer support for it. https://www.blender.org/download/requirements/ Installing the latest graphics driver sometimes helps to make such GPUs work, see here for more information. https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html If that doesn't help, you can use previous version: https://www.blender.org/download/previous-versions/
Author

Thanks for the explanation...

Thanks for the explanation...

Added subscriber: @axis

Added subscriber: @axis

In #98739#1371738, @iss wrote:
Thanks for the report. This GPU is below the minimum requirements for Blender, so there is no longer support for it. https://www.blender.org/download/requirements/
Installing the latest graphics driver sometimes helps to make such GPUs work, see here for more information. https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

If that doesn't help, you can use previous version: https://www.blender.org/download/previous-versions/

Not true, 3.1 still runs perfectly fine on this "Unsupported" GPU
Why 3.2 wouldn't run, a another dev said this

The GLSL parser seems to handle those qualifiers if the version is 4.2 or larger regardless of the enabled extensions:

(state->AMD_conservative_depth_enable ||
state->ARB_conservative_depth_enable ||
state->is_version(420, 0))) {


> So that error is rather weird.```


> Your GPU is a bit old and does not fit the minimum requirements of Blender, which requires OpenGL 4.3. But we will try to implement a workaround to make this work, tagging the module for the decision.


If there's a workaround then implement it, don't just brush it off as "It's old and Unsupported"

Plus it runs fine if I override the Mesa driver to use open gl 4.1
Have a Nice Day/Evening/Night.
> In #98739#1371738, @iss wrote: > Thanks for the report. This GPU is below the minimum requirements for Blender, so there is no longer support for it. https://www.blender.org/download/requirements/ > Installing the latest graphics driver sometimes helps to make such GPUs work, see here for more information. https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html > > If that doesn't help, you can use previous version: https://www.blender.org/download/previous-versions/ Not true, 3.1 still runs perfectly fine on this "Unsupported" GPU Why 3.2 wouldn't run, a another dev said this > The GLSL parser seems to handle those qualifiers if the version is 4.2 or larger regardless of the enabled extensions: ```if (!$$.flags.i && ``` (state->AMD_conservative_depth_enable || state->ARB_conservative_depth_enable || state->is_version(420, 0))) { ``` > So that error is rather weird.``` > Your GPU is a bit old and does not fit the minimum requirements of Blender, which requires OpenGL 4.3. But we will try to implement a workaround to make this work, tagging the module for the decision. If there's a workaround then implement it, don't just brush it off as "It's old and Unsupported" Plus it runs fine if I override the Mesa driver to use open gl 4.1 Have a Nice Day/Evening/Night.

@axis You can submit patch to fix issue on not officially supported hardware, it's not that we don't want that HW to run Blender at all. My task is to ensure that this issue is valid for developer to work on it and that also means checking HW requirements. I try to not be strict if I suspect that issue can affect many users, but Ivy bridge architecture is 10 year old HW, (edit) first I meant to say that it's quite far behind haswell which is supported... Turns out I can't do math.

I will merge this task to signal, that there are other users with this issue at least.

@axis You can submit patch to fix issue on not officially supported hardware, it's not that we don't want that HW to run Blender at all. My task is to ensure that this issue is valid for developer to work on it and that also means checking HW requirements. I try to not be strict if I suspect that issue can affect many users, but Ivy bridge architecture is 10 year old HW, (edit) first I meant to say that it's quite far behind haswell which is supported... Turns out I can't do math. I will merge this task to signal, that there are other users with this issue at least.

Closed as duplicate of #98708

Closed as duplicate of #98708
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#98739
No description provided.