Re: kdenlive 26.04.3 aborts
"Simon J. Gerraty" <[email protected]>
| Newsgroups | gmane.comp.kde.freebsd |
|---|---|
| Message-ID | <[email protected]> |
Since the backtrace shows libQt6Gui.so.6 might be the instigator of the
crash I figured I should reboot to make sure no stale shared libs
involved.
Turns out that 'pkg upgrade' hosed a lot more than kdenlive
I had to rollback to a few days ago, to get a working system again.
So I'm back to kdenlive-25.12.1
and will be shy of upgrading anything for a while...
On Mon, 24 Aug 2026 10:40:17 -0700, Simon J Gerraty writes:
>Hi,
>
>I was having trouble with iPhone viewing an mp4 file rendered by:
>kdenlive-25.12.1
>
>so I checked if there was a newer version available, and there was:
>kdenlive-26.04.3
>
>so I did 'pkg upgrade' which deleted kdenlive rather than upgrade it.
>
>I installed kdenlive again (26.04.3) but it does not work:
>
> ::::: SHOWING WELCOME!!!!!!
> :::::::::: CREATING SPLASH SCREEN SPLASH
> QGLXContext: Failed to create dummy context
> qrc:/qt/qml/org/kde/kdenlive/Splash.qml:190:13: QML Image: Error decodi
>ng=
>: qrc:/pics/splash-background.webp: Unsupported image format
> QRhiGles2: Failed to create temporary context
> QRhiGles2: Failed to create context
> Failed to create RHI (backend 2)
> Failed to initialize graphics backend for OpenGL.
>
> [2] + Abort /homes/sjg/bin/Kdenlive =
>
>
>
>Kdenlive is just a wrapper to set LANG and supress core files:
>
> #!/bin/sh
>
> # sadly libmlt core dumps
> ulimit -c 0
> LANG=3DC.UTF-8 exec kdenlive "$@"
>
>This is all on
>
> FreeBSD beast.crufty.net 14.4-RELEASE-p8 FreeBSD 14.4-RELEASE-p8 releng
>/1=
>4.4-n273754-3de2d29b088e GENERIC amd64
>
>using packages from url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly"
>
>Any suggestions?
>
>Thanks
>--sjg