Created attachment 125809 [details] GDB Backtrace SUMMARY Adding a title clip crashes the UI. STEPS TO REPRODUCE 1. Open new project 2. Add title clip 3. Add text to title clip 4. Apply OBSERVED RESULT User interface crashes EXPECTED RESULT Clip added to project SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION Built kdenlive with debug symbols and attached a crash log.
Strange, I cannot reproduce and crash log indicates an issue in MLT's title producer. Can you confirm which MLT and Qt versions you are using?
Hi there, thanks for looking into this. MLT was built from git. [evert@Vorster ~]$ melt --version; qmake --version melt 6.19.0 Copyright (C) 2002-2020 Meltytech, LLC <https://www.mltframework.org/> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. QMake version 3.1 Using Qt version 5.14.0 in /usr/lib [evert@Vorster ~]$
I am now bringing my entire computer up to date, will then rebuilt both mlt and kdenlive, and see if the problem goes away
OK, brought entire system up to date to today 2020-02-10 mlt-git (built today) replaced with mlt melt 6.18.0 Using Qt version 5.14.1 in /usr/lib The problem still persists, kdenlive simply crashes when adding a title clip What profile are you using for your default?
I use atsc_1080p_25 as default profile, but I am still on Qt 5.13. Will test on a Qt 5.14 system tomorrow.
Unable to reproduce using archlinux with mlt and kdenlive from master.
Looks like it compiles fine now, not sure what the issue was
Sorry, where is my head? Kdenlive UI still crashes hard when adding a title clip for me.
Hi there, Farid. Are you using Gnome desktop, or KDE?
(In reply to Evert Vorster from comment #9) > Hi there, Farid. Are you using Gnome desktop, or KDE? Hi Evert, I am using KDE Plasma.
Hi there. Just updated to master today (2020-02-21) Now I am able to add title clips without the interface crashing. The system has stayed completely unchanged from the last time I did the testing, apart from updating git repo and rebuilding kdenvelive master branch. Anyways, thanks for fixing the issue