Summary: | Enabling Proxies Corrupts Timeline | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Bob Wetzelheimer <here_you_go_sir> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | VHI | ||
Version First Reported In: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bob Wetzelheimer
2024-03-16 17:21:11 UTC
I've been playing around with it and I can't reproduce it in 23.08.5 I can confirm the bug, thanks for your report! I am investigating... Git commit 75be42a77c94b84ce0621122c5ee0923b0729b54 by Jean-Baptiste Mardelle. Committed on 22/03/2024 at 10:47. Pushed by mardelle into branch 'master'. Ensure we never reset the locale while an MLT XML Consumer is running (it caused data corruption) M +2 -0 src/bin/bin.cpp M +1 -1 src/bin/binplaylist.cpp M +1 -0 src/bin/generators/generators.cpp M +6 -1 src/bin/projectclip.cpp M +0 -1 src/bin/projectfolder.cpp M +7 -2 src/bin/projectitemmodel.cpp M +1 -0 src/core.h M +1 -0 src/dialogs/timeremap.cpp M +2 -0 src/dialogs/wizard.cpp M +1 -0 src/doc/kdenlivedoc.cpp M +1 -0 src/mltcontroller/clipcontroller.cpp M +2 -1 src/project/projectmanager.cpp M +1 -0 src/timeline2/model/timelinefunctions.cpp M +1 -0 src/timeline2/model/timelinemodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/75be42a77c94b84ce0621122c5ee0923b0729b54 I think I might have found the root cause - a concurrency issue in our use of MLT that caused corruption when exporting to xml. However as this bug was not always reproducible for me, It would be very helpful if you could try out the latest devel build here to confirm if it also fixes the issue for you: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/windows/ Git commit ac078f004298f42807e2a8beed476486ab96067a by Jean-Baptiste Mardelle. Committed on 24/03/2024 at 13:51. Pushed by mardelle into branch 'release/24.02'. Ensure we never reset the locale while an MLT XML Consumer is running (it caused data corruption) M +2 -0 src/bin/bin.cpp M +1 -1 src/bin/binplaylist.cpp M +1 -0 src/bin/generators/generators.cpp M +6 -1 src/bin/projectclip.cpp M +0 -1 src/bin/projectfolder.cpp M +7 -2 src/bin/projectitemmodel.cpp M +1 -0 src/core.h M +1 -0 src/dialogs/timeremap.cpp M +2 -0 src/dialogs/wizard.cpp M +1 -0 src/doc/kdenlivedoc.cpp M +1 -0 src/mltcontroller/clipcontroller.cpp M +2 -1 src/project/projectmanager.cpp M +1 -0 src/timeline2/model/timelinefunctions.cpp M +1 -0 src/timeline2/model/timelinemodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/ac078f004298f42807e2a8beed476486ab96067a Thanks for the quick fix! I messed around with it for a bit and couldn't reproduce the issue with build 7748 / 2024-03-25 01:21 However (and if you want me to open a new bug, let me know), I'm getting a crash every time I try and open any project file from Explorer. If I open them via File -> Open, they load fine. I uploaded a new video showing the issue to that folder I linked "opening_bug.mkv" To double check, I re-installed 24.02.0 and it doesn't crash on startup Thanks for reporting the crash on project file opening, this should now also be fixed in the daily builds. Could you please check the daily builds to confirm? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |