Unlinking an audio file causes Blender 2.78 and 2,79 to crash #52890

Closed
opened 2017-09-24 22:54:22 +02:00 by Patrick · 8 comments

Windows 10
Intel HD Graphics Card (Laptop)

Version 2.79 hbd8ac9

Error:
Video Sequencer: After loading an audio file, you cannot click the "X" in the strip tab to unlink the DATA block without Blender software crashing and shutting down instantly. In other words, you can't remove the audio file from your project. You can replace it with another WAV or MP3 file, but not remove it.Bug.blend

Exact steps for others to reproduce the error
Click the X to unlink audio file.

Windows 10 Intel HD Graphics Card (Laptop) Version 2.79 hbd8ac9 Error: Video Sequencer: After loading an audio file, you cannot click the "X" in the strip tab to unlink the DATA block without Blender software crashing and shutting down instantly. In other words, you can't remove the audio file from your project. You can replace it with another WAV or MP3 file, but not remove it.[Bug.blend](https://archive.blender.org/developer/F866460/Bug.blend) **Exact steps for others to reproduce the error** Click the X to unlink audio file.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Kier

Added subscriber: @Kier

#53882 was marked as duplicate of this issue

#53882 was marked as duplicate of this issue

Added subscriber: @ArtoKitula

Added subscriber: @ArtoKitula

Confirmed on macOS.

You can delete the strip by just selecting the strip on VSE and hit x on keyboard and confirm "Erase strips". That shouldn't crash.

# Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9
bpy.ops.sequencer.select(extend=False, linked_handle=False, left_right='NONE', linked_time=False)  # Operator

# backtrace
0   blender                             0x0000000100c32b1a BLI_system_backtrace + 58
1   blender                             0x000000010013ee1a sig_handle_crash + 362
2   libsystem_platform.dylib            0x00007fffcd47db3a _sigtramp + 26
3   ???                                 0x000000010911b760 0x0 + 4447123296
4   blender                             0x0000000100b66a41 rna_Sequence_sound_update + 33
5   blender                             0x0000000100a52b1e rna_property_update + 110
6   blender                             0x0000000100372994 template_id_cb + 484
7   blender                             0x0000000100341e44 ui_apply_but_funcs_after + 468
8   blender                             0x0000000100346df7 ui_handler_region_menu + 503
9   blender                             0x0000000100148670 wm_handlers_do_intern + 1104
10  blender                             0x0000000100145479 wm_handlers_do + 25
11  blender                             0x0000000100144a1e wm_event_do_handlers + 1006
12  blender                             0x000000010013f9b0 WM_main + 32
13  blender                             0x000000010013bdf4 main + 1012
14  blender                             0x000000010013b9ec start + 52

Confirmed on macOS. You can delete the strip by just selecting the strip on VSE and hit x on keyboard and confirm "Erase strips". That shouldn't crash. ``` # Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9 bpy.ops.sequencer.select(extend=False, linked_handle=False, left_right='NONE', linked_time=False) # Operator # backtrace 0 blender 0x0000000100c32b1a BLI_system_backtrace + 58 1 blender 0x000000010013ee1a sig_handle_crash + 362 2 libsystem_platform.dylib 0x00007fffcd47db3a _sigtramp + 26 3 ??? 0x000000010911b760 0x0 + 4447123296 4 blender 0x0000000100b66a41 rna_Sequence_sound_update + 33 5 blender 0x0000000100a52b1e rna_property_update + 110 6 blender 0x0000000100372994 template_id_cb + 484 7 blender 0x0000000100341e44 ui_apply_but_funcs_after + 468 8 blender 0x0000000100346df7 ui_handler_region_menu + 503 9 blender 0x0000000100148670 wm_handlers_do_intern + 1104 10 blender 0x0000000100145479 wm_handlers_do + 25 11 blender 0x0000000100144a1e wm_event_do_handlers + 1006 12 blender 0x000000010013f9b0 WM_main + 32 13 blender 0x000000010013bdf4 main + 1012 14 blender 0x000000010013b9ec start + 52 ```

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

This issue was referenced by 4e15eddb52

This issue was referenced by 4e15eddb526f128fc0b13f6d28cb7384d68cfedf
Member

Added subscribers: @dexterkidd, @JoshuaLeung, @lichtwerk

Added subscribers: @dexterkidd, @JoshuaLeung, @lichtwerk
Sign in to join this conversation.
5 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#52890
No description provided.