Blender 2.8 Crash while connecting Shader (Eevee) #65273

Closed
opened 2019-05-29 13:57:40 +02:00 by Luis Seyfer · 9 comments

Win 10 Pro (Ver 1809)
NVIDIA Quadro 4000 (Treiber: 353.62)
Intel Xeon CPU E5-2687W 0 (3.10 GHz)
32 GB RAM

Blender 2.80 Beta (2019-05-26-22:34 Hash: d525c76003)

Blender 2.8 always crashes while connecting new Shader to geometry if the active renderer is Eevee

Select Mesh > Materialss Tab > +Material > +New > CRASH

It happened to the provided file, but also to the default startfile (cube).

console output:

read file U:\BLENDER\_quest\crash_if_applying_shader_a.blend
  Version 280 sub 72 date 2019-05-26 22:34 hash d525c76003b3
read file
  Version 280 sub 57 date unknown hash unknown
read file
  Version 280 sub 20 date 2018-07-14 11:44 hash 27ba739fb79
Traceback (most recent call last):
  File "C:\Users\...\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\sverchok\core\handlers.py", line 87, in sv_update_handler
    scene.update()
AttributeError: 'Scene' object has no attribute 'update'
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x0000000067A21470
Module  : C:\windows\SYSTEM32\nvoglv64.DLL

crash_if_applying_shader_a.blend

Win 10 Pro (Ver 1809) NVIDIA Quadro 4000 (Treiber: 353.62) Intel Xeon CPU E5-2687W 0 (3.10 GHz) 32 GB RAM Blender 2.80 Beta (2019-05-26-22:34 Hash: d525c76003b3) Blender 2.8 always crashes while connecting new Shader to geometry if the active renderer is Eevee Select Mesh > Materialss Tab > +Material > +New > CRASH It happened to the provided file, but also to the default startfile (cube). console output: ``` read file U:\BLENDER\_quest\crash_if_applying_shader_a.blend Version 280 sub 72 date 2019-05-26 22:34 hash d525c76003b3 read file Version 280 sub 57 date unknown hash unknown read file Version 280 sub 20 date 2018-07-14 11:44 hash 27ba739fb79 Traceback (most recent call last): File "C:\Users\...\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\sverchok\core\handlers.py", line 87, in sv_update_handler scene.update() AttributeError: 'Scene' object has no attribute 'update' Error : EXCEPTION_ACCESS_VIOLATION Address : 0x0000000067A21470 Module : C:\windows\SYSTEM32\nvoglv64.DLL ``` [crash_if_applying_shader_a.blend](https://archive.blender.org/developer/F7078140/crash_if_applying_shader_a.blend)
Author

Added subscriber: @luisseyfer

Added subscriber: @luisseyfer

Added subscriber: @brecht

Added subscriber: @brecht

There is an error about the Sverchok. Does it also crash when disabling that and possibly other add-ons?

There is an error about the Sverchok. Does it also crash when disabling that and possibly other add-ons?
Luis Seyfer changed title from Blender 2.8 Crash while connecting Shader to Blender 2.8 Crash while connecting Shader (Eevee) 2019-05-29 14:04:10 +02:00
Author

I downloaded a fresh Blender and disabled the whole folder; C:\Users...\AppData\Roaming\Blender Foundation
Blender had to create all preferences from scratch.

Result:

Now it crashes while switching to materials tab.
Select Mesh > Materialss Tab > CRASH

C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\blender.exe --debug
Switching to fully guarded memory allocator.
Blender 2.80 (sub 72)
Build: 28/05/2019 17:09 Windows Release
argv[0] = C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\blender.exe
argv[1] = --debug
Read prefs: C:\Users\...\AppData\Roaming\Blender Foundation\Blender\2.80\config\userpref.blend
read file
  Version 280 sub 39 date unknown hash unknown
found bundled python: C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\2.80\python
read file
  Version 280 sub 57 date unknown hash unknown
read file
  Version 280 sub 20 date 2018-07-14 11:44 hash 27ba739fb79
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00000000555D1470
Module  : C:\windows\SYSTEM32\nvoglv64.DLL
I downloaded a fresh Blender and disabled the whole folder; C:\Users\...\AppData\Roaming\Blender Foundation Blender had to create all preferences from scratch. Result: Now it crashes while switching to materials tab. Select Mesh > Materialss Tab > CRASH ``` C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\blender.exe --debug Switching to fully guarded memory allocator. Blender 2.80 (sub 72) Build: 28/05/2019 17:09 Windows Release argv[0] = C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\blender.exe argv[1] = --debug Read prefs: C:\Users\...\AppData\Roaming\Blender Foundation\Blender\2.80\config\userpref.blend read file Version 280 sub 39 date unknown hash unknown found bundled python: C:\Users\...\Documents\Apps\blender-2.80.0-git.9bae9b634ec6-windows64\2.80\python read file Version 280 sub 57 date unknown hash unknown read file Version 280 sub 20 date 2018-07-14 11:44 hash 27ba739fb79 Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00000000555D1470 Module : C:\windows\SYSTEM32\nvoglv64.DLL ```

The NVIDIA driver version 353.62 is rather old (from 2015). It may help to the latest one from the NVIDIA website.

The NVIDIA driver version 353.62 is rather old (from 2015). It may help to the latest one from the NVIDIA website.
Author

Even the gCard is quite old!
But, you are right. There is a newer version available.
However, it will take some time til I get an update, since our IT-guy is very busy at the moment.
I'm going to report asap.

Thx so far.

Even the gCard is quite old! But, you are right. There is a newer version available. However, it will take some time til I get an update, since our IT-guy is very busy at the moment. I'm going to report asap. Thx so far.
Author

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Luis Seyfer self-assigned this 2019-06-03 11:23:30 +02:00
Author

Driver update to 377.83 solved the issue.

Thx Mr Van Lommel

Driver update to 377.83 solved the issue. Thx Mr Van Lommel

Added subscriber: @Bart83

Added subscriber: @Bart83
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#65273
No description provided.