Blender 2.81 crashes frequently on assigning material #71005

Closed
opened 3 years ago by bigos · 13 comments
bigos commented 3 years ago

System Information
Operating system: Linux
Graphics card: GeForce GT 730/PCIe/SSE2

Blender Version
version: 2.81 (sub 15), branch: master, commit date: 2019-10-20 15:47, hash: 71538eaad6, type: Release

Short description of error
Blender frequently crashes on assigning materials

Exact steps for others to reproduce the error
I have started from the original cube for the exact steps see the screencast:
https://www.youtube.com/watch?v=pwjvGWfwOSM
crash happens at 4:12

**System Information** Operating system: Linux Graphics card: GeForce GT 730/PCIe/SSE2 **Blender Version** version: 2.81 (sub 15), branch: master, commit date: 2019-10-20 15:47, hash: 71538eaad66b, type: Release **Short description of error** Blender frequently crashes on assigning materials **Exact steps for others to reproduce the error** I have started from the original cube for the exact steps see the screencast: https://www.youtube.com/watch?v=pwjvGWfwOSM crash happens at 4:12
bigos commented 3 years ago
Poster

Added subscriber: @bigos

Added subscriber: @bigos
Pinus commented 3 years ago

Added subscriber: @Pinus

Added subscriber: @Pinus
Pinus commented 3 years ago

Do you render with GPU or CPU?
Does blender crash when you set CPU for render?

It seems like you're "out of memory" on GPU and/or System (PC or Notebook)

try running blender with --debug-gpu-force-workarounds => and start Blender again.

Do you render with GPU or CPU? Does blender crash when you set CPU for render? It seems like you're "out of memory" on GPU and/or System (PC or Notebook) try running blender with **--debug-gpu-force-workarounds** => and start Blender again.

Added subscriber: @nokipaike

Added subscriber: @nokipaike

which linux, on mesa or proprietary drivers?

edit the bug report with:


open blender-> menu -> help -> report a bug

blender will tell you about which machine you are and what drivers you use.

which linux, on mesa or proprietary drivers? edit the bug report with: ``` ``` ``` open blender-> menu -> help -> report a bug ``` blender will tell you about which machine you are and what drivers you use.
bigos commented 3 years ago
Poster

In #71005#799457, @nokipaike wrote:
which linux, on mesa or proprietary drivers?

edit the bug report with:

open blender-> menu -> help -> report a bug

blender will tell you about which machine you are and what drivers you use.

System Information
Operating system: Linux-4.15.0-65-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GT 730/PCIe/SSE2 NVIDIA Corporation 4.4.0 NVIDIA 340.107

Blender Version
Broken: version: 2.81 (sub 15), branch: master, commit date: 2019-10-20 15:47, hash: 71538eaad6

> In #71005#799457, @nokipaike wrote: > which linux, on mesa or proprietary drivers? > > edit the bug report with: > > ``` > open blender-> menu -> help -> report a bug > ``` > blender will tell you about which machine you are and what drivers you use. **System Information** Operating system: Linux-4.15.0-65-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GT 730/PCIe/SSE2 NVIDIA Corporation 4.4.0 NVIDIA 340.107 **Blender Version** Broken: version: 2.81 (sub 15), branch: master, commit date: 2019-10-20 15:47, hash: `71538eaad6`
bigos commented 3 years ago
Poster

try running blender with --debug-gpu-force-workarounds => and start Blender again.

When I was playing with manual retopology and tried to add material to the wrapping object it crashed again with the following log:

jacek@jacek-ixtreme-M5850:~/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64$ ./blender --debug-gpu-force-workarounds 
Read prefs: /home/jacek/.config/blender/2.81/config/userpref.blend
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)

GPU: Bypassing workaround detection.
GPU: OpenGL identification strings
GPU: vendor: NVIDIA Corporation
GPU: renderer: GeForce GT 730/PCIe/SSE2
GPU: version: 4.4.0 NVIDIA 340.107

Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
found bundled python: /home/jacek/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64/2.81/python
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Skipping auto-save, modal operator running, retrying in ten seconds...
Skipping auto-save, modal operator running, retrying in ten seconds...
Skipping auto-save, modal operator running, retrying in ten seconds...
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   170
	request code: 154
	minor code:   5
	error text:   GLXBadContext
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  406081
  Current serial number in output stream:  406081
> > try running blender with **--debug-gpu-force-workarounds** => and start Blender again. When I was playing with manual retopology and tried to add material to the wrapping object it crashed again with the following log: ``` jacek@jacek-ixtreme-M5850:~/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64$ ./blender --debug-gpu-force-workarounds Read prefs: /home/jacek/.config/blender/2.81/config/userpref.blend Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) GPU: Bypassing workaround detection. GPU: OpenGL identification strings GPU: vendor: NVIDIA Corporation GPU: renderer: GeForce GT 730/PCIe/SSE2 GPU: version: 4.4.0 NVIDIA 340.107 Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) found bundled python: /home/jacek/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64/2.81/python Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Skipping auto-save, modal operator running, retrying in ten seconds... Skipping auto-save, modal operator running, retrying in ten seconds... Skipping auto-save, modal operator running, retrying in ten seconds... Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 170 request code: 154 minor code: 5 error text: GLXBadContext X Error of failed request: GLXBadContext Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 406081 Current serial number in output stream: 406081 ```
bigos commented 3 years ago
Poster

Trying recommended Nvidia driver for Ubuntu does n't seem to have the problem,
the log:]

$ ./blender  --debug-gpu-force-workarounds 
Read prefs: /home/jacek/.config/blender/2.81/config/userpref.blend

GPU: Bypassing workaround detection.
GPU: OpenGL identification strings
GPU: vendor: NVIDIA Corporation
GPU: renderer: GeForce GT 730/PCIe/SSE2
GPU: version: 4.5.0 NVIDIA 430.26

found bundled python: /home/jacek/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64/2.81/python
Skipping auto-save, modal operator running, retrying in ten seconds...
Saved session recovery to '/tmp/quit.blend'

Blender quit
Trying recommended Nvidia driver for Ubuntu does n't seem to have the problem, the log:] ``` $ ./blender --debug-gpu-force-workarounds Read prefs: /home/jacek/.config/blender/2.81/config/userpref.blend GPU: Bypassing workaround detection. GPU: OpenGL identification strings GPU: vendor: NVIDIA Corporation GPU: renderer: GeForce GT 730/PCIe/SSE2 GPU: version: 4.5.0 NVIDIA 430.26 found bundled python: /home/jacek/Downloads/blender-2.81-71538eaad66b-linux-glibc217-x86_64/2.81/python Skipping auto-save, modal operator running, retrying in ten seconds... Saved session recovery to '/tmp/quit.blend' Blender quit ```
Collaborator

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Collaborator

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
lichtwerk closed this issue 3 years ago
lichtwerk self-assigned this 3 years ago
Collaborator

I guess this can be closed then? [since we have a working driver?]

(feel free to comment again though if issues arise again...)

I guess this can be closed then? [since we have a working driver?] (feel free to comment again though if issues arise again...)
pat-3 commented 3 years ago

Added subscriber: @pat-3

Added subscriber: @pat-3
pat-3 commented 3 years ago

HI,
I ve got the same config (ubuntu NV 730GT ...) , and passed from 340.107 that crached blender -> to nvidia 390 ... driver and worked fine on every 2.80 2.81 and 2.82 , (in the additional drivers ubuntu directly in software and updates == easiest way to install the nvidia drivers)
used this one because the last driver 435 from nvidia website don't work correctly on my old config (wrong resolution, don't detect my vga screen any more)
if other drivers don't work u can also set rendering to CPU & "supported" features ... and works fine (but without CPU+GPU performance)

the error logfile was looking some thing like segmentation fault... before stoping app and was happening at any time while using blender 3d...

thanks for this topic that helped me to solve my problem.
Bye

HI, I ve got the same config (ubuntu NV 730GT ...) , and passed from 340.107 that crached blender -> to nvidia 390 ... driver and worked fine on every 2.80 2.81 and 2.82 , (in the additional drivers ubuntu directly in software and updates == easiest way to install the nvidia drivers) used this one because the last driver 435 from nvidia website don't work correctly on my old config (wrong resolution, don't detect my vga screen any more) if other drivers don't work u can also set rendering to CPU & "supported" features ... and works fine (but without CPU+GPU performance) the error logfile was looking some thing like segmentation fault... before stoping app and was happening at any time while using blender 3d... thanks for this topic that helped me to solve my problem. Bye
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/Collada
Interest/Compositing
Interest/Core
Interest/Cycles
Interest/Dependency Graph
Interest/Development Management
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/Modeling
Interest/Modifiers
Interest/Motion Tracking
Interest/Nodes & Physics
Interest/Overrides
Interest/Performance
Interest/Performance
Interest/Physics
Interest/Pipeline, Assets & I/O
Interest/Platforms, Builds, Tests & Devices
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
legacy module/Animation & Rigging
legacy module/Core
legacy module/Development Management
legacy module/Eevee & Viewport
legacy module/Grease Pencil
legacy module/Modeling
legacy module/Nodes & Physics
legacy module/Pipeline, Assets & IO
legacy module/Platforms, Builds, Tests & Devices
legacy module/Python API
legacy module/Rendering & Cycles
legacy module/Sculpt, Paint & Texture
legacy module/Triaging
legacy module/User Interface
legacy module/VFX & Video
legacy project/1.0.0-beta.2
legacy project/Asset Browser (Archived)
legacy project/BF Blender: 2.8
legacy project/BF Blender: After Release
legacy project/BF Blender: Next
legacy project/BF Blender: Regressions
legacy project/BF Blender: Unconfirmed
legacy project/Blender 2.70
legacy project/Code Quest
legacy project/Datablocks and Libraries
legacy project/Eevee
legacy project/Game Animation
legacy project/Game Audio
legacy project/Game Data Conversion
legacy project/Game Engine
legacy project/Game Logic
legacy project/Game Physics
legacy project/Game Python
legacy project/Game Rendering
legacy project/Game UI
legacy project/GPU / Viewport
legacy project/GSoC
legacy project/Infrastructure: Websites
legacy project/LibOverrides - Usability and UX
legacy project/Milestone 1: Basic, Local Asset Browser
legacy project/Nodes
legacy project/OpenGL Error
legacy project/Papercut
legacy project/Pose Library Basics
legacy project/Retrospective
legacy project/Tracker Curfew
legacy project/Wintab High Frequency
Meta/Good First Issue
Meta/Papercut
migration/requires-manual-verification
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 & Devices
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 Information 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
5 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#71005
Loading…
There is no content yet.