Summary: | When lock track: "Invalid composition transition1 found on track x at xx" | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | ITicDigger |
Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fritzibaby, jb, seanmavley |
Priority: | NOR | Flags: | fritzibaby:
Brainstorm+
|
Version: | 19.08.1 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/kdenlive/commit/68726a4c19afff0605a78f68cb6eddf3c69c32f3 | Version Fixed In: | 19.08.3 |
Sentry Crash Report: |
Description
ITicDigger
2019-09-26 16:07:04 UTC
This bug is a show stopper indeed. Spent hours on not.an edit. I do not even recall locking a track or whatnot. Until there's a fix, is there any workaround, perhaps somewhere in the kdenlive file to edit to cut away the transition whatever cancer blocking kdenlive from loading? Hours if not days are gonna be lost here, if no workaround exist. It's just sad and unfortunate. Confirmed. Git commit 68726a4c19afff0605a78f68cb6eddf3c69c32f3 by Jean-Baptiste Mardelle. Committed on 29/10/2019 at 04:36. Pushed by mardelle into branch 'master'. Fix compositions disappear after reopening project with locked track. M +13 -9 src/timeline2/model/builders/meltBuilder.cpp https://invent.kde.org/kde/kdenlive/commit/68726a4c19afff0605a78f68cb6eddf3c69c32f3 Git commit fd9a00fb52ba9d5e23e06bf8ab5eeafe3ca0c017 by Jean-Baptiste Mardelle. Committed on 29/10/2019 at 04:40. Pushed by mardelle into branch 'Applications/19.08'. Fix compositions disappear after reopening project with locked track. M +13 -9 src/timeline2/model/builders/meltBuilder.cpp https://invent.kde.org/kde/kdenlive/commit/fd9a00fb52ba9d5e23e06bf8ab5eeafe3ca0c017 Thanks for your report and sorry for this. It is now fixed in git. The transition were indeed correctly saved in the project file, problem was on opening. With the fix, transitions will appear correctly when re-opening the initial project file. Fix will be in 19.08.3 and I can publish an updated AppImage tomorrow morning as a fix if that helps you. Or easier, you can open the .kdenlive project file in a text editor. Then search for: kdenlive:locked_track You should find a line like: ... "kdenlive:locked_track">1</property> Replace the 1 with a 0 in that line and transitions should load correctly (it will disable the track locking that caused the issue). Regards |