Page MenuHome

Crash Blender bpy.ops.object.duplicate_move used in Gizmo Modal with return {'RUNNING_MODAL'}
Closed, ArchivedPublic

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59

Blender Version
Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-08-28 20:38, hash: rB4256eeeec4ca
Worked: (newest version of Blender that worked as expected)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

bpy.ops.object.duplicate_move(OBJECT_OT_duplicate={"linked":False, "mode":'TRANSLATION'}, TRANSFORM_OT_translate={"value":(0, 1, 0), "orient_axis_ortho":'X', "orient_type":'GLOBAL', "orient_matrix":((1, 0, 0), (0, 1, 0), (0, 0, 1)), "orient_matrix_type":'GLOBAL', "constraint_axis":(False, True, False), "mirror":False, "use_proportional_edit":False, "proportional_edit_falloff":'SMOOTH', "proportional_size":23.2252, "use_proportional_connected":False, "use_proportional_projected":False, "snap":False, "snap_target":'CLOSEST', "snap_point":(0, 0, 0), "snap_align":False, "snap_normal":(0, 0, 0), "gpencil_strokes":False, "cursor_transform":False, "texture_space":False, "remove_on_cancel":False, "view2d_edge_pan":False, "release_confirm":True, "use_accurate":False, "use_automerge_and_split":False}) # Operator

backtrace

Exception Record:

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


Stack trace:
blender.exe         :0x00007FF756B76E00  rna_gizmo_modal_cb
blender.exe         :0x00007FF756755F10  gizmo_tweak_modal
blender.exe         :0x00007FF75673CED0  wm_handler_operator_call
blender.exe         :0x00007FF75673DE80  wm_handlers_do_intern
blender.exe         :0x00007FF75673D4F0  wm_handlers_do
blender.exe         :0x00007FF75673A8F0  wm_event_do_handlers
blender.exe         :0x00007FF756725270  WM_main
blender.exe         :0x00007FF7563BF210  main
blender.exe         :0x00007FF75B8C98E8  __scrt_common_main_seh
KERNEL32.DLL        :0x00007FFA15807020  BaseThreadInitThunk
ntdll.dll           :0x00007FFA16D62630  RtlUserThreadStart

Event Timeline

Pratik Borhade (PratikPB2123) changed the task status from Needs Triage to Needs Information from User.Aug 30 2021, 4:07 AM

Hi, thanks for the report. Can you please provide simple .blend file and steps to reproduce crash?
Currently this information is missing.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.