"Extract Face Set" crash #117929

Closed
opened 2024-02-07 01:26:00 +01:00 by Sean Kim · 1 comment
Member

System Information
Operating system: MacOS Sonoma 14.2
Graphics card: AMD Radeon Pro 5300M 4 GB

Blender Version
Broken: 4.1 Latest main - 057b80dc
Worked: Tested on 4.0.2 - 9be62e85b727

Short description of error
"Extract Face Set" inside the "Face Set" menu causes a crash after selecting the mesh.

Exact steps for others to reproduce the error

  1. Open attached file
  2. Select Face Sets menu from the sculpt toolbar
  3. Select Extract Face Set
  4. Click on mesh.

Console Output

➜  MacOS ./Blender --log "ed.sculpt_paint" --log-level -1
Read prefs: "/Users/seankim/Library/Application Support/Blender/4.1/config/userpref.blend"
Info: Total files 0 | Changed 0 | Failed 0
0   Blender                             0x00000001106962f7 BLI_system_backtrace + 55
1   Blender                             0x000000010ff15a8b _Z33BKE_mesh_copy_parameters_for_evalP4MeshPKS_ + 27
2   Blender                             0x000000011155c763 _ZL22geometry_extract_applyP8bContextP10wmOperatorPFvP5BMeshP21GeometryExtractParamsES6_ + 1747
3   Blender                             0x000000011155cbae _ZL23face_set_extract_invokeP8bContextP10wmOperatorPK7wmEvent + 158
4   Blender                             0x00000001107026e4 _ZL18wm_operator_invokeP8bContextP14wmOperatorTypePK7wmEventP10PointerRNAP10ReportListbb + 740
5   Blender                             0x0000000110702363 _ZL25wm_operator_call_internalP8bContextP14wmOperatorTypeP10PointerRNAP10ReportList21wmOperatorCallContextbPK7wmEvent + 515
6   Blender                             0x00000001107041c0 _ZL25ui_handler_wait_for_inputP8bContextPK7wmEventPv + 272
7   Blender                             0x000000011070748e _ZL21wm_handlers_do_internP8bContextP8wmWindowP7wmEventP8ListBase + 3518
8   Blender                             0x0000000110706030 _ZL14wm_handlers_doP8bContextP7wmEventP8ListBase + 48
9   Blender                             0x0000000110705195 _Z20wm_event_do_handlersP8bContext + 2373
10  Blender                             0x00000001106f91f0 _Z7WM_mainP8bContext + 32
11  Blender                             0x000000010fbfd30d main + 781
12  dyld                                0x00007ff80ccd0386 start + 1942
BLI_assert failed: source/blender/blenkernel/intern/mesh.cc:742, BKE_mesh_copy_parameters_for_eval(), at 'me_dst->id.tag & (LIB_TAG_NO_MAIN | LIB_TAG_COPIED_ON_WRITE)'
[1]    66831 abort      ./Blender --log "ed.sculpt_paint" --log-level -1
**System Information** Operating system: MacOS Sonoma 14.2 Graphics card: AMD Radeon Pro 5300M 4 GB **Blender Version** Broken: 4.1 Latest `main` - `057b80dc` Worked: Tested on 4.0.2 - `9be62e85b727` **Short description of error** "Extract Face Set" inside the "Face Set" menu causes a crash after selecting the mesh. **Exact steps for others to reproduce the error** 1. Open attached file 2. Select `Face Sets` menu from the sculpt toolbar 3. Select `Extract Face Set` 4. Click on mesh. ### Console Output ``` ➜ MacOS ./Blender --log "ed.sculpt_paint" --log-level -1 Read prefs: "/Users/seankim/Library/Application Support/Blender/4.1/config/userpref.blend" Info: Total files 0 | Changed 0 | Failed 0 0 Blender 0x00000001106962f7 BLI_system_backtrace + 55 1 Blender 0x000000010ff15a8b _Z33BKE_mesh_copy_parameters_for_evalP4MeshPKS_ + 27 2 Blender 0x000000011155c763 _ZL22geometry_extract_applyP8bContextP10wmOperatorPFvP5BMeshP21GeometryExtractParamsES6_ + 1747 3 Blender 0x000000011155cbae _ZL23face_set_extract_invokeP8bContextP10wmOperatorPK7wmEvent + 158 4 Blender 0x00000001107026e4 _ZL18wm_operator_invokeP8bContextP14wmOperatorTypePK7wmEventP10PointerRNAP10ReportListbb + 740 5 Blender 0x0000000110702363 _ZL25wm_operator_call_internalP8bContextP14wmOperatorTypeP10PointerRNAP10ReportList21wmOperatorCallContextbPK7wmEvent + 515 6 Blender 0x00000001107041c0 _ZL25ui_handler_wait_for_inputP8bContextPK7wmEventPv + 272 7 Blender 0x000000011070748e _ZL21wm_handlers_do_internP8bContextP8wmWindowP7wmEventP8ListBase + 3518 8 Blender 0x0000000110706030 _ZL14wm_handlers_doP8bContextP7wmEventP8ListBase + 48 9 Blender 0x0000000110705195 _Z20wm_event_do_handlersP8bContext + 2373 10 Blender 0x00000001106f91f0 _Z7WM_mainP8bContext + 32 11 Blender 0x000000010fbfd30d main + 781 12 dyld 0x00007ff80ccd0386 start + 1942 BLI_assert failed: source/blender/blenkernel/intern/mesh.cc:742, BKE_mesh_copy_parameters_for_eval(), at 'me_dst->id.tag & (LIB_TAG_NO_MAIN | LIB_TAG_COPIED_ON_WRITE)' [1] 66831 abort ./Blender --log "ed.sculpt_paint" --log-level -1 ```
Sean Kim added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2024-02-07 01:26:01 +01:00
Iliya Katushenock added the
Interest
Sculpt, Paint & Texture
label 2024-02-07 01:28:52 +01:00
Member

Thanks for the report. Unable to confirm the crash, instead caught an assert hit.

Thanks for the report. Unable to confirm the crash, instead caught an assert hit.
Hans Goudey added
Type
Bug
and removed
Type
Report
labels 2024-02-07 16:17:37 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2024-02-07 16:20:10 +01: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
2 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#117929
No description provided.