SUMMARY Kdenlive crashes when trying to reorder effects with drag and drop STEPS TO REPRODUCE 1. Add clip to timeline 2. Add multiple effects to clip effect stack 3. Drag any effect to change the stack order 4. Drop effect in new order OBSERVED RESULT Dragging appears as expected, with line indicating where the effect will be placed in the stack. Kdenlive crashes if the order of effects is changed. The intended change cannot be recovered when the project is reopened. EXPECTED RESULT A list of two effects would be reversed. Three or more is also easily understood. SOFTWARE/OS VERSIONS macOS: 12.6.3 ADDITIONAL INFORMATION
To be clear, drag and drop does not crash if the order is unchanged.
Does this still happen with 23.08.4?
Yes it does, both in tracks and Master
I cannot reproduce. Could you maybe post a screenshot of your effect stack, giving details about which effect you drag where inside the stack and which effect you then drag to get the crash?
Created attachment 164821 [details] steps to reproduce drag-and-drop track effect reorder crash I hope this video is helpful
Thank you for reporting. Yes, I can confirm this crash following our steps (using Kdenlive 23.08.4 on Mac).
No crash on Windows and Linux. It seems a Mac issue only.
Git commit f5ab6310f24537ab5f9f826f7bba629e35881920 by Jean-Baptiste Mardelle. Committed on 07/05/2024 at 04:18. Pushed by mardelle into branch 'release/24.05'. FIx crash dragging from effect stack to another sequence M +15 -42 src/effects/effectstack/view/collapsibleeffectview.cpp M +6 -6 src/effects/effectstack/view/collapsibleeffectview.hpp M +51 -14 src/effects/effectstack/view/effectstackview.cpp M +6 -1 src/effects/effectstack/view/effectstackview.hpp M +0 -2 src/timeline2/view/qml/Clip.qml M +2 -4 src/timeline2/view/qml/TrackHead.qml M +1 -2 src/timeline2/view/qml/timeline.qml https://invent.kde.org/multimedia/kdenlive/-/commit/f5ab6310f24537ab5f9f826f7bba629e35881920