Changing the mix node operation in the compositor crashes Blender #115023

Closed
opened 2023-11-17 03:37:39 +01:00 by kursad k · 1 comment
Member

System Information
Operating system: Win 11
Graphics card: RTX 2070

Blender Version
Broken: f815484e7d

Caused by 83ce3ef0db

Short description of error
image

Exact steps for others to reproduce the error
load the attached .blend

change the mix node type as shown in the image

bpy.data.scenes["Scene"].node_tree.nodes["Mix.019"].use_clamp = True  # Property
bpy.ops.node.select(deselect_all=True, location=(1424, 824))  # Operator
bpy.data.scenes["Scene"].node_tree.nodes["Mix.019"].use_clamp = False  # Property

# backtrace
Exception Record:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FF60D9B6640
Exception Module      : blender.exe
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x0000000000000000


Stack trace:
blender.exe         :0x00007FF60D9B65D0  blf_font_boundbox_ex
blender.exe         :0x00007FF60D9B9C50  blf_font_width
blender.exe         :0x00007FF60A31EE30  ui_def_but_rna__menu
blender.exe         :0x00007FF60A32BD50  ui_block_func_POPUP
blender.exe         :0x00007FF60A39A800  ui_popup_block_refresh
blender.exe         :0x00007FF60A399CD0  ui_popup_block_create
blender.exe         :0x00007FF60A32C300  ui_popup_menu_create
blender.exe         :0x00007FF60A32C2B0  ui_popup_menu_create
blender.exe         :0x00007FF60A3407C0  ui_block_open_begin
blender.exe         :0x00007FF60A33E890  button_activate_state
blender.exe         :0x00007FF60A3429F0  ui_do_but_BLOCK
blender.exe         :0x00007FF60A346EF0  ui_do_button
blender.exe         :0x00007FF60A3486E0  ui_handle_button_event
blender.exe         :0x00007FF60A34FAC0  ui_region_handler
blender.exe         :0x00007FF609DC9BC0  wm_handlers_do_intern
blender.exe         :0x00007FF609DC8DB0  wm_handlers_do
blender.exe         :0x00007FF609DC56C0  wm_event_do_handlers
blender.exe         :0x00007FF609DAA830  WM_main
blender.exe         :0x00007FF6097FAA20  main
blender.exe         :0x00007FF60DFC2FF4  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFCDC0D5540  BaseThreadInitThunk
ntdll.dll           :0x00007FFCDC564830  RtlUserThreadStart


Threads:
Thread : 00004c20
ntdll.dll           :0x00007FFCDC607720  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFCDC576730  EtwNotificationRegister
KERNEL32.DLL        :0x00007FFCDC0D5540  BaseThreadInitThunk
ntdll.dll           :0x00007FFCDC564830  RtlUserThreadStart


Thread : 000050fc
ntdll.dll           :0x00007FFCDC607720  ZwWaitForWorkViaWorkerFactory
ntdll.dll           :0x00007FFCDC576730  EtwNotificationRegister
KERNEL32.DLL        :0x00007FFCDC0D5540  BaseThreadInitThunk
ntdll.dll           :0x00007FFCDC564830  RtlUserThreadStart



**System Information** Operating system: Win 11 Graphics card: RTX 2070 **Blender Version** Broken: f815484e7d45 Caused by 83ce3ef0db1da56822440a9475d93339d19cd5d2 **Short description of error** ![image](/attachments/f93036ae-3ebc-4389-8f30-d33e51c4dd76) **Exact steps for others to reproduce the error** load the attached .blend change the mix node type as shown in the image ``` bpy.data.scenes["Scene"].node_tree.nodes["Mix.019"].use_clamp = True # Property bpy.ops.node.select(deselect_all=True, location=(1424, 824)) # Operator bpy.data.scenes["Scene"].node_tree.nodes["Mix.019"].use_clamp = False # Property # backtrace Exception Record: ExceptionCode : EXCEPTION_ACCESS_VIOLATION Exception Address : 0x00007FF60D9B6640 Exception Module : blender.exe Exception Flags : 0x00000000 Exception Parameters : 0x2 Parameters[0] : 0x0000000000000000 Parameters[1] : 0x0000000000000000 Stack trace: blender.exe :0x00007FF60D9B65D0 blf_font_boundbox_ex blender.exe :0x00007FF60D9B9C50 blf_font_width blender.exe :0x00007FF60A31EE30 ui_def_but_rna__menu blender.exe :0x00007FF60A32BD50 ui_block_func_POPUP blender.exe :0x00007FF60A39A800 ui_popup_block_refresh blender.exe :0x00007FF60A399CD0 ui_popup_block_create blender.exe :0x00007FF60A32C300 ui_popup_menu_create blender.exe :0x00007FF60A32C2B0 ui_popup_menu_create blender.exe :0x00007FF60A3407C0 ui_block_open_begin blender.exe :0x00007FF60A33E890 button_activate_state blender.exe :0x00007FF60A3429F0 ui_do_but_BLOCK blender.exe :0x00007FF60A346EF0 ui_do_button blender.exe :0x00007FF60A3486E0 ui_handle_button_event blender.exe :0x00007FF60A34FAC0 ui_region_handler blender.exe :0x00007FF609DC9BC0 wm_handlers_do_intern blender.exe :0x00007FF609DC8DB0 wm_handlers_do blender.exe :0x00007FF609DC56C0 wm_event_do_handlers blender.exe :0x00007FF609DAA830 WM_main blender.exe :0x00007FF6097FAA20 main blender.exe :0x00007FF60DFC2FF4 __scrt_common_main_seh KERNEL32.DLL :0x00007FFCDC0D5540 BaseThreadInitThunk ntdll.dll :0x00007FFCDC564830 RtlUserThreadStart Threads: Thread : 00004c20 ntdll.dll :0x00007FFCDC607720 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFCDC576730 EtwNotificationRegister KERNEL32.DLL :0x00007FFCDC0D5540 BaseThreadInitThunk ntdll.dll :0x00007FFCDC564830 RtlUserThreadStart Thread : 000050fc ntdll.dll :0x00007FFCDC607720 ZwWaitForWorkViaWorkerFactory ntdll.dll :0x00007FFCDC576730 EtwNotificationRegister KERNEL32.DLL :0x00007FFCDC0D5540 BaseThreadInitThunk ntdll.dll :0x00007FFCDC564830 RtlUserThreadStart ```
kursad k added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2023-11-17 03:37:40 +01:00
kursad k changed title from Changing the mix node operation crashes Blender to Changing the mix node operation in the compositor crashes Blender 2023-11-17 03:39:13 +01:00

CC @Harley Seems that 83ce3ef0db impacted this. The item->name is null for the call to float item_width = BLF_width(BLF_default(), item->name, BLF_DRAW_STR_DUMMY_MAX); Guessing it's the menu Separator.

CC @Harley Seems that 83ce3ef0db1da56822440a9475d93339d19cd5d2 impacted this. The `item->name` is null for the call to `float item_width = BLF_width(BLF_default(), item->name, BLF_DRAW_STR_DUMMY_MAX);` Guessing it's the menu Separator.
Harley Acheson self-assigned this 2023-11-17 05:49:46 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-11-17 06:00:42 +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#115023
No description provided.