Created attachment 144036 [details] Zip file containing project file, png image, and crash message screenshot Using the 21.08.3a patch on Ubuntu 20.04. MWE attached with just the image and the transition. Error message attached. I was only able to reproduce it from scratch one time. STEPS TO REPRODUCE 1. Start new project: HD 1080p f29.97 fps 2. Import png image (don't switch clip profile) 3. Drag png to timeline 4. Add Wipe transition. Change to Background, wipe from center 5. Shorten duration of wipe 6. Run - crashes OBSERVED RESULT Crashes on run If it doesn't crash, the wipe stops working after the duration is shortened. EXPECTED RESULT Run without crashing SOFTWARE/OS VERSIONS Ubuntu 20.04 Gnome 3.36.8 X11 Qt version 5.12.8 ADDITIONAL INFORMATION
I can confirm your project file crashes on 21.08.3 and 22.03.70 Nightly, but I can't replicate it in a new project with the same project settings, same picture and same transform and wipe settings.
Created attachment 144122 [details] crash_log.txt Thank you for reporting. I can confirm the crash on Windows master. Attached the gdb log. It seems to be an MLT issue.
I am unable to reproduce on Kdenlive/MLT form master... I didn't find the "wipe from center" though...
Ok, with your project crash seems to be here: ASSERT: "mImg == qImg->constBits()" in file /home/farid/MLT/src/mlt/src/modules/qt/common.cpp, line 63
Created attachment 144123 [details] crash log
Git commit 66e96bc4a9e5cb54bbda3294277c45cd372ee011 by Jean-Baptiste Mardelle. Committed on 02/12/2021 at 07:41. Pushed by mardelle into branch 'release/21.12'. Fix crash on misconfigured wipe composition. M +7 -5 src/timeline2/model/compositionmodel.cpp https://invent.kde.org/multimedia/kdenlive/commit/66e96bc4a9e5cb54bbda3294277c45cd372ee011
Fixed. No crash anymore.