Page MenuHome

Library Override: Crash - when creating a library override of linked object
Closed, DuplicatePublic

Description

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60

Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-02 10:50, hash: rB07968604ab19
Worked: (optional)

Short description of error
making library override of linked object, crashes Blender

Exact steps for others to reproduce the error

  • Link object from another .blend file
  • make library override through the object menu
  • video attached, just using startup file{F7916285}

Thanks!

Event Timeline

Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 50.Nov 4 2019, 11:18 AM

Confirmed, checking...

Not familiar with lib overrides yet, seems like crash in outliner is due to BKE_view_layer_base_find not finding base
(view_layer->object_bases doesnt have it, but it is in lc->collection->gobject?)

CC @Bastien Montagne (mont29)

1  outliner_add_layer_collection_objects    outliner_tree.c  1365 0x400805b 
2  outliner_add_layer_collections_recursive outliner_tree.c  1409 0x400824c 
3  outliner_add_view_layer                  outliner_tree.c  1426 0x40082c2 
4  outliner_build_tree                      outliner_tree.c  2417 0x400a315 
5  draw_outliner                            outliner_draw.c  3636 0x3ff9b56 
6  outliner_main_region_draw                space_outliner.c 93   0x400b1ee 
7  ED_region_do_draw                        area.c           534  0x3e93a8b 
8  wm_draw_window_offscreen                 wm_draw.c        629  0x3373e9b 
9  wm_draw_window                           wm_draw.c        765  0x337441a 
10 wm_draw_update                           wm_draw.c        947  0x33749f2 
11 WM_main                                  wm.c             423  0x3370863 
12 main                                     creator.c        491  0x2d0c346
Philipp Oeser (lichtwerk) renamed this task from Crash - when creating a library override of linked object to Library Override: Crash - when creating a library override of linked object.Nov 4 2019, 11:44 AM

BKE_view_layer_base_find also seems to be the problem of T71030, so these seem tightly related...