| Summary: | Unable to add Audio Track | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Chandler Klüser <xchandlerkc> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 23.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Video reproducing the bug | ||
|
Description
Chandler Klüser
2023-09-11 18:27:18 UTC
This is a downstream regression in mlt there is any action to do to make it back to work again, like rebuilding it from source code with some patch? (In reply to Chandler Klüser from comment #2) > there is any action to do to make it back to work again, like rebuilding it > from source code with some patch? Update mlt to 7.18.0-3 I have full cleaned kdenlive and mlt, then: `git clone https://github.com/mltframework/mlt` in `master` branch, commit `5eefee5167108c7a8189fc876e833d66cba5ddf3`: ``` cd mlt cmake -B build . -DCMAKE_INSTALL_PREFIX=/usr -DMOD_OPENCV=ON cmake --build build sudo cmake --install build ``` then, `git clone https://github.com/KDE/kdenlive` in `master` branch, commit `a709f378ed05b85dc8aabf66d00eb73db9e3144a` ``` cd kdenlive mkdir build cd build cmake .. cmake --build . sudo cmake --install . ``` The issue still persists, I have got also some warnings running kdenlive to help: ``` Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Could not detect package type, probably default? App dir is "/home/chandler/Documentos/kdenlive/build/bin" mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltmovit.so (libmovit.so.8: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente) mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltsox.so (libsox.so.3: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente) profilePath from KdenliveSetting::mltPath: "/usr/share/mlt-7/profiles" meltPath from KdenliveSetting::rendererPath: "/usr/bin/melt-7" Empty metadata for "telecide" (...) SETTING AUDIO DATA IN MONITOR EMPTY!!! MUTEX LOCK!!!!!!!!!!!! setmodel MUTEX UNLOCK!!!!!!!!!!!! setmodel MUTEX LOCK!!!!!!!!!!!! loadEffects COUNT: 0 TRACK NOT IN TARGET : 138 = (138) clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true clip not ready or not compatible PlaylistState::VideoOnly true ``` ============================ Side Note: if you can update [PKGBUILD](https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/blob/main/PKGBUILD?ref_type=heads) of extra-cmake-modules source code path in Arch Packages Repository to `https://download.kde.org/stable/frameworks/5.110/extra-cmake-modules-5.110.0.tar.xz` I will appreciate, because the link is broken written that way. This is fixed in the official packages already, you don't need to compile anything. (In reply to Antonio Rojas from comment #5) > This is fixed in the official packages already, you don't need to compile > anything. actually I have got this issue using the Official Package release This time getting segmentation fault when importing a project: :::::::: ========== READY FOR TASK DISCARD ON: 3 ===== REMOVING MASTER PRODUCER; CURRENT COUNT: 1 ::::::::::::::::::::::::::: LOCALE: Document uses "." as decimal point and "C" as locale Searching for locale: Found QLocale(Oromo, Latin, Ethiopia) with match type 1 FOUND MLT PROJECT VERSION: 7 / 18 / 0 [1] 16627 segmentation fault (core dumped) kdenlive |