Summary: | Corrupted Save | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | alex.haesche |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | 25.08.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Most recent save - it crashes on open.
.backup save file that opens without crash |
Created attachment 184681 [details]
.backup save file that opens without crash
Thanks for your report, I can reproduce the crash. Will work on it. Git commit a720657a03561ba99e5fb39e01160ac4b73ab6e0 by Jean-Baptiste Mardelle. Committed on 03/09/2025 at 16:34. Pushed by mardelle into branch 'release/25.08'. Fix crash on project open M +4 -6 src/effects/effectstack/model/effectstackmodel.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/a720657a03561ba99e5fb39e01160ac4b73ab6e0 I think I fixed the issue. Would be great if you could install the fixed version available here: https://origin.cdn.kde.org/ci-builds/multimedia/kdenlive/release-25.08/windows/ Install it and try opening the crashing project. Can you confirm it works ? Does everything seem to be in place, no missing effect ? Thanks in advance Thanks for this, the file opens! A comparison of the previous rendered output and a render with this version shows hints of differences, likely compression artifacts or noise. From that check everything seems to be in order. Thanks again for looking into this, and getting a version with a fix so quickly! The comparison took this form: ffmpeg -i mostRecentRender.mp4 -i freshRenderNewKdenlive.mp4 -filter_complex "blend=all_mode=difference128" output_diff.mp4 What's interesting is that this new build of kdenlive is able to open the shared save file, save it, and the latest release can open that no problem. steps * download new build * open shared save that crashes * save * launch public release * open the file that was just saved * see no crash And I appreciate this, because the build linked here is super slow to interact with. Not sure if it was something I did in unpacking and launching or what. ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! |
Created attachment 184680 [details] Most recent save - it crashes on open. SUMMARY This save file opens until it starts loading the 5th sequence, where is gets to 33% done "building sequences", then it crashes. STEPS TO REPRODUCE 1. open file 2. watch for the 5th (of 6) sequence to load 3. then crash. OBSERVED RESULT kdenlive crashes EXPECTED RESULT project opens normally SOFTWARE/OS VERSIONS Windows: 11 ADDITIONAL INFORMATION Save file attached. 7th newest .backup is able to open, more recent ones crash.