Latest Blender 4.0 not opening #112043

Closed
opened 2023-09-06 17:38:53 +02:00 by user2 · 16 comments

System Information
Operating system: Linux-5.15.0-83-generic-x86_64-with-glibc2.35 64 Bits, X11 UI
Graphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.157

Blender Version
Broken: version: blender-4.0.0-alpha+main.b5c89822ac40-linux.x86_64-release
Worked: 3.6.3 Release Candidate, branch: blender-v3.6-release, commit date: 2023-09-05 15:07, hash: d371c3c09fa8

Short description of error
After double-clicking on the "blender" starter-folder, it shows what you can see on the picture, before canceling the session

Exact steps for others to reproduce the error
Just try to start 4.0. I guess it's my drivers and noone can confirm, right?

**System Information** Operating system: Linux-5.15.0-83-generic-x86_64-with-glibc2.35 64 Bits, X11 UI Graphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.157 **Blender Version** Broken: version: blender-4.0.0-alpha+main.b5c89822ac40-linux.x86_64-release Worked: 3.6.3 Release Candidate, branch: blender-v3.6-release, commit date: 2023-09-05 15:07, hash: `d371c3c09fa8` **Short description of error** After double-clicking on the "blender" starter-folder, it shows what you can see on the picture, before canceling the session **Exact steps for others to reproduce the error** Just try to start 4.0. I guess it's my drivers and noone can confirm, right?
user2 added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2023-09-06 17:38:54 +02:00

Thanks for the report, @user2.

Based on the information you've provided so far, there are a few possible causes for the problem you're facing. It could be related to compatibility issues with your graphics card or drivers. Another possibility is that there might be a problem with the installation of Blender 4.0 itself.

Have you encountered any error messages or notifications when trying to open Blender 4.0?

To troubleshoot this issue, I would suggest trying the following solutions:

Thanks for the report, @user2. Based on the information you've provided so far, there are a few possible causes for the problem you're facing. It could be related to compatibility issues with your graphics card or drivers. Another possibility is that there might be a problem with the installation of Blender 4.0 itself. Have you encountered any error messages or notifications when trying to open Blender 4.0? To troubleshoot this issue, I would suggest trying the following solutions: - Update your graphics drivers to the latest version compatible with your operating system. - Run `./blender --debug-gpu > debug_gpu_log.txt` from the command line and attach the resulting file here. https://docs.blender.org/manual/en/latest/advanced/command_line/launch/linux.html Most likely it will contain more information about the error.
Germano Cavalcante added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-09-06 20:15:26 +02:00
Author

-No, there's no warning or such. Just the double header as you can see in the picture
-I always have the most recent, recommended drivers for my graphics card
-It tells me that there's no such location. Probably your and my way of updating and storing blender differs. I don't install blender, i download the portable version and launch blender with double clicking the starter folder in there.
Hope that helps?

-No, there's no warning or such. Just the double header as you can see in the picture -I always have the most recent, recommended drivers for my graphics card -It tells me that there's no such location. Probably your and my way of updating and storing blender differs. I don't install blender, i download the portable version and launch blender with double clicking the starter folder in there. Hope that helps?
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-09-06 20:53:16 +02:00
Blender Bot added
Status
Needs Triage
and removed
Status
Archived
labels 2023-09-06 20:55:53 +02:00

I can confirm, latest Linux build crashes on startup here too. No crash on Windows.
Operating system: Linux-5.4.0-155-generic-x86_64-with-glibc2.31 64 Bits, X11 UI
Graphics card: NVIDIA GeForce 940M/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 470.199.02

I can confirm, latest Linux build crashes on startup here too. No crash on Windows. Operating system: Linux-5.4.0-155-generic-x86_64-with-glibc2.31 64 Bits, X11 UI Graphics card: NVIDIA GeForce 940M/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 470.199.02
Member
Hi, please share crash logs: https://docs.blender.org/manual/en/dev/troubleshooting/crash.html#linux
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-09-07 06:02:46 +02:00

here it is:

here it is:
Member

Thanks. crash.txt has not captured any blender function in call stack. So I'm not sure about the culprit here.
Hardware is still supported unless any recent commit that bumps the requirement.
GPU drivers are bit old though. Could you update them @heini ?

Thanks. `crash.txt` has not captured any blender function in call stack. So I'm not sure about the culprit here. Hardware is still supported unless any recent commit that bumps the requirement. GPU drivers are bit old though. Could you update them @heini ?

***** I updated the drivers, now it doesn't crash anymore. Thanks :)

Edit:
I cheered a little too early. I didn't update correctly and the system fell back to onboard gfx with which blender started correctly but slow, no GPU cycles.
I now managed to install the recommended nvidia version for my distribution 535.86.05-0ubuntu0.20.04.2 with the same uninformative crash log. I will have to install a second clean installation on the machine to investigate further. Don't want to mess up my current system right now.

***** I updated the drivers, now it doesn't crash anymore. Thanks :) Edit: I cheered a little too early. I didn't update correctly and the system fell back to onboard gfx with which blender started correctly but slow, no GPU cycles. I now managed to install the recommended nvidia version for my distribution 535.86.05-0ubuntu0.20.04.2 with the same uninformative crash log. I will have to install a second clean installation on the machine to investigate further. Don't want to mess up my current system right now.
Member

@heini , thanks. Do you remember the last working 4.0 build?

@heini , thanks. Do you remember the last working 4.0 build?

last one working was 30de3d7c1a.

last one working was 30de3d7c1a79.
Member

Thanks. Could you run blender from command line with --debug-gpu or --debug-gpu-force-workarounds arguments.
See if that generates any additional information after crash then share it here.
Crash could be due to the recent changes for Vulkan support. I'm not very sure though.
I'll forward this report to EEVEE devs afterwards

Thanks. Could you run blender from command line with `--debug-gpu` or `--debug-gpu-force-workarounds` arguments. See if that generates any additional information after crash then share it here. Crash could be due to the recent changes for Vulkan support. I'm not very sure though. I'll forward this report to EEVEE devs afterwards

Ok, this is what I get. (I pasted the terminal output to the respective crash logs.)

Ok, this is what I get. (I pasted the terminal output to the respective crash logs.)
Member

Thanks.

INFO (gpu.debug): Notification : Program/shader state info: GLSL program SHD-eevee_legacy_volumes_clear failed to link
ERROR (gpu.shader): eevee_legacy_volumes_clear Linking:
| Geometry info
| -------------
| Error: C1013: function "is_zero" is already defined at 0(57)
| Error: C1013: function "is_zero" is already defined at 0(52)
| Error: C1013: function "is_zero" is already defined at 0(47)
| Error: C1013: function "main" is already defined at 0(1358)
| Error: C1038: declaration of "legacy_volume_vert_geom_iface" conflicts with previous declaration at 0(922)

Probably related to 5cf7089e43 which is fixed by d81165f3ec
Can you check again the crash today's 4.0 build?: https://builder.blender.org/download/daily/

Thanks. > INFO (gpu.debug): Notification : Program/shader state info: GLSL program SHD-eevee_legacy_volumes_clear failed to link ERROR (gpu.shader): eevee_legacy_volumes_clear Linking: | Geometry info | ------------- | Error: C1013: function "is_zero" is already defined at 0(57) | Error: C1013: function "is_zero" is already defined at 0(52) | Error: C1013: function "is_zero" is already defined at 0(47) | Error: C1013: function "main" is already defined at 0(1358) | Error: C1038: declaration of "legacy_volume_vert_geom_iface" conflicts with previous declaration at 0(922) Probably related to 5cf7089e43 which is fixed by d81165f3ecc849e197fd5b710d65190dc43ddd15 Can you check again the crash today's 4.0 build?: https://builder.blender.org/download/daily/
Member

Wait, buildbot builds has been same since 11 September, I'll ask someone to update them :)

Wait, buildbot builds has been same since 11 September, I'll ask someone to update them :)
Member

@heini hi, fresh builds are available. Could you verify the crash?

@heini hi, fresh builds are available. Could you verify the crash?

new builds start without any issues. (I could have sworn I'd already posted that, sorry)

new builds start without any issues. (I could have sworn I'd already posted that, sorry)
Member

Good to know, closing.

Good to know, closing.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-09-22 11:54:12 +02:00
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
4 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#112043
No description provided.