https://bugs.kde.org/show_bug.cgi?id=379138
--- Comment #4 from Tore Eilertsen <t...@eilerts1.com> --- (In reply to Kobboi from comment #3) > I am probably suffering from the same problem. Adding Composite was still > file, trying to change the time range crashes the program. Any interaction > with that GUI object now seems to lead to a crash, so I can't remove it. > Will get rid of it via the project file and try the abovementioned > alternative for now. > > (OS:Gentoo, kdenlive-17.04.0, qt packages ~5.7.1) Ahh.. Thank you Kobboi! Did not think of the possibility to edit the project file directly.. As soon as I got rid of the lines with my buggy "composite" transition everything is back to normal. For the record, here is the lines which was impossible to remove in the GUI: <transition id="transition60" in="1850" out="1963"> <property name="a_track">5</property> <property name="b_track">6</property> <property name="start">0/0:100%x100%</property> <property name="factory">loader</property> <property name="aligned">1</property> <property name="progressive">1</property> <property name="mlt_service">composite</property> <property name="kdenlive_id">composite</property> <property name="force_track">0</property> <property name="deinterlace">0</property> <property name="distort">0</property> <property name="fill">1</property> <property name="geometry">0%/0%:100%x100%:100</property> <property name="halign">centre</property> <property name="luma_invert">0</property> <property name="operator">over</property> <property name="softness">0</property> <property name="valign">middle</property> </transition> .:Tore -- You are receiving this mail because: You are watching all bug changes.