Crash on making material local #80104
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#80104
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blender Version
Broken: 2.83, 2.90.0, Commit date: 2020-08-24 16:27, Hash
1bced5884c
Worked: 279
src.blend
main.blend
Full backtrace: P1602
Issue goes away if
Plane
in themain
file [linked -- also usesani_matGlass_v09
], save and reopen,ani_matGlass_v09
is then single-user onCube
, make local then works.src
file you delete those two OSL shader nodes fromani_matGlass_v09
:Added subscriber: @IPv6
Added subscriber: @dfelinto
Changed status from 'Needs Triage' to: 'Needs User Info'
This report does not contain all the requested information, which is required for us to investigate the issue. Please let us know how to reproduce from scratch or attach a simplified file where the issue happens.
ok, sorry, see attachment.
MakeLocalCrashExample.zip
Just open "mainFile.blend" and click chain icon (make local) for material ani_matGlass_v09
For me this gives instant crash
mainFile.crash.txt
I get a crash when I run this in 2.83 as well, yet in the report you said it worked in 2.83. Do you have a sample file that works in 2.83 but not in 2.90?
No, i just recoll that is was ok before at least with this material. But library constantly changes, so seems i
m wrong regarding 2.83 Its not widely used feature (by me), so i really can
t recall when it started to happen //It was perfectly fine in 2.79 though, i switched moth ago or so
[2.90] Crash on making material localto Crash on making material localChanged status from 'Needs User Info' to: 'Needs Triage'
Crash:
//source/blender/blenkernel/intern/lib_id.c:117:69: runtime error: member access within null pointer of type 'struct Library'
Full backtrace: P1602
Added subscriber: @mont29
@mont29 this is a very interesting issue. If I start deleting things from the file the issue goes away. That said it is not really a "simple file". I will leave to you to make a call on whether this is an ok "minimal file" or not. You can still delete all but MAani_matGlass_v09 material from the library.blend and still get the crash, roughly:
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Here are some simplified files:
src.blend
main.blend
Issue goes away if
Plane
in themain
file [linked -- also usesani_matGlass_v09
], save and reopen,ani_matGlass_v09
is then single-user onCube
, make local then works.src
file you delete those two OSL shader nodes:This issue was referenced by
cbb5201f09
This issue was referenced by
ddbf41d88d
Changed status from 'Confirmed' to: 'Resolved'