Kdenlive crashes

Hi,

suddenly when I try to open kdenlive, I get this error:

kdenlive
ZZZZZZZZZZZZZZZZZZZZZZZ

STARTING TASKMANAGER CLOSURE, ACTIVE THREADS: 0
EXCEPTIONS: QList()

ZZZZZZZZZZZZZZZZZZZZZZZ
= = = =
GOT Deleted file: “/home/xxxxx/.config/kdenliverc”
==== FOUND CUSTOM SHORTCUTS!!!
QPaintDevice: Cannot destroy paint device that is being painted

I tryied remove and reinstall and nothing changes. Any suggestion?

P.D.: I’m using KDE Neon. Kdenlive installed from: apt get install kdenlive

1 Like

It’s a problem with the frei0r plugin. If I remove this plugin, kdenlive start, but it say that this plugin is missing…

Download and recompiled again. Now seems is working again.

Hi,
How do you resolved your problem?
Because I’m also under kde neon, and I also have this problem.

This is probably your problem:

Try using the appimage from here instead: Downloads - Kdenlive

1 Like

Hi,

first move the plugin:
mv /usr/lib/frei0r-1 /usr/lib/frei0r-1_backup

check if kdenlive run, if it run download and compile frei0r yourself.

git clone GitHub - dyne/frei0r: A large collection of free and portable video plugins
cd frei0r
mkdir build && cd build
cmake ..
make
sudo make install

1 Like

Yes, I know… but I’m a stubborn. :sweat_smile:

1 Like

Then you really should be reporting these problems to that package maintainer. We don’t maintain it and can’t fix problems with it, and the people providing it don’t appear to be active here to see what you post about it …

Your problem isn’t “Kdenlive crashes” - users of the packages we support don’t need to be building frei0r themselves for it to work. And we can’t really help you with “I’m (determined to keep?) using broken packages made by someone else” if you’re happy to ignore red flags like that.

1 Like

You’re right, I’ll keep that in mind next time.

Thank you @Ron & @David_Rotger

I’ve installed kdenlive Flatpak from
kdenlive.org and It works perfectly now.

Have a nice day everyone.