Summary: | selecting chapters in DVD wizard makes kdenlive crash | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Carlo Borger <carlo.borger> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fritzibaby, heharkon, julius.kuenzel, simen.s.russnes |
Priority: | NOR | Flags: | fritzibaby:
timeline_corruption+
|
Version: | 17.12.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kdenlive/commit/5aaa7466ea0f88642ac81bd31bd1223df17956c1 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-13584-0.html |
Description
Carlo Borger
2018-02-14 07:50:00 UTC
Please try with the actual Kdenlive AppImage version 18.08.3 Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage I'm having this same behavior with version 18.12.3 in Kubuntu 19.04. Using: MLT version 6.12.0 FFmpeg libraries KDE Frameworks 5.56.0 Qt 5.12.2 (built against 5.12.2) The xcb windowing system Same result with the latest AppImage: kdenlive-19.04.1c-x86_64.appimage Still happens on Fedora 31, Kdenlive from RPMFusion repos version 19.08.2 Can you please update to the latest version (20.12.3 at the moment, https://kdenlive.org/en/download/) and report here whether this is still happening? Just out of curiosity I have a few questions about your usage of the DVD Wizard: Do you still create DVDs? Do you still use Kdenlive for that job? Have you ever tried a different (maybe more specialized) Tool for DVD creation? Created attachment 136752 [details] attachment-13584-0.html Hello Julius, In the past year I was not able to create any video as we were not able to roll out our yearly festivity with handicapped people. So I had no video to create and as a result of that no dvds to create to. But maybe it is a good idea to use another tool to create a dvd, I can dive in to that to figure it out. Sent from Nine ________________________________ Van: Julius Künzel <bugzilla_noreply@kde.org> verzonden: dinsdag 16 maart 2021 20:31 Aan: carlo.borger@xs4all.nl Onderwerp: [kdenlive] [Bug 390431] selecting chapters in DVD wizard makes kdenlive crash https://bugs.kde.org/show_bug.cgi?id=390431 Julius Künzel <jk.kdedev@smartlab.uber.space> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO CC| |jk.kdedev@smartlab.uber.spa | |ce Resolution|--- |WAITINGFORINFO --- Comment #5 from Julius Künzel <jk.kdedev@smartlab.uber.space> --- Can you please update to the latest version (20.12.3 at the moment, https://kdenlive.org/en/download/) and report here whether this is still happening? Just out of curiosity I have a few questions about your usage of the DVD Wizard: Do you still create DVDs? Do you still use Kdenlive for that job? Have you ever tried a different (maybe more specialized) Tool for DVD creation? Thanks for your answer Carlo! We are currently discussing if it is worth to keep the DVD Wizard in kdenlive or if we should drop it. The discussion is at https://invent.kde.org/multimedia/kdenlive/-/issues/1005. Git commit 5aaa7466ea0f88642ac81bd31bd1223df17956c1 by Julius Künzel. Committed on 14/05/2021 at 23:08. Pushed by jlskuz into branch 'master'. Remove DVD Wizard Related: bug 403128, bug 403405, bug 413567, bug 406042, bug 407242, bug 420319, bug 377829, bug 420428 Fixes #681 Fixes #1005 M +0 -33 data/org.kde.kdenlive.appdata.xml M +0 -35 packaging/flatpak/org.kde.kdenlive-nightly.json M +0 -1 src/CMakeLists.txt M +1 -0 src/bin/bin.cpp M +1 -1 src/definitions.h M +1 -0 src/dialogs/kdenlivesettingsdialog.cpp M +1 -4 src/dialogs/renderwidget.cpp M +0 -1 src/dialogs/renderwidget.h D +0 -8 src/dvdwizard/CMakeLists.txt D +0 -1044 src/dvdwizard/dvdwizard.cpp D +0 -91 src/dvdwizard/dvdwizard.h D +0 -272 src/dvdwizard/dvdwizardchapters.cpp D +0 -64 src/dvdwizard/dvdwizardchapters.h D +0 -912 src/dvdwizard/dvdwizardmenu.cpp D +0 -147 src/dvdwizard/dvdwizardmenu.h D +0 -873 src/dvdwizard/dvdwizardvob.cpp D +0 -161 src/dvdwizard/dvdwizardvob.h M +1 -0 src/jobs/speedtask.cpp M +0 -1 src/kdenliveui.rc M +0 -11 src/mainwindow.cpp M +2 -2 src/mainwindow.h M +1 -0 src/mltconnection.cpp M +33 -45 src/monitor/monitor.cpp M +0 -1 src/monitor/monitor.h M +1 -4 src/monitor/qmlmanager.cpp M +0 -4 src/scopes/scopemanager.cpp M +1 -0 src/timeline2/model/timelinefunctions.cpp M +1 -0 src/timeline2/view/timelinewidget.cpp D +0 -149 src/ui/dvdwizardchapters_ui.ui D +0 -345 src/ui/dvdwizardmenu_ui.ui D +0 -212 src/ui/dvdwizardstatus_ui.ui D +0 -173 src/ui/dvdwizardvob_ui.ui M +1 -8 src/ui/renderwidget_ui.ui M +1 -1 src/utils/otioconvertions.cpp https://invent.kde.org/multimedia/kdenlive/commit/5aaa7466ea0f88642ac81bd31bd1223df17956c1 |