This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Not able to reopen Kdenlive without reboot (Windows 10)

Tags: kdenlive, reboot, reopen program, windows 10 kdenlive, reboot, reopen program, windows 10 kdenlive, reboot, reopen program, windows 10
(comma "," separated)
HansBronko
Registered Member
Posts
2
Karma
0
Hey there,

I'm new, both to the forum as well as the software. I did use the search function though.

So after I had Kdenlive open one time, I can't reopen it without a reboot. I looked through processes and services in Task Manager and the "kdenlive" process was still running, but after terminating that it still won't open.
There's the obvious workaround of just not closing it if I suspect I might use it again later, but I'd still rather be able to close it.
I'm using Windows 10.

Thanks for all answers in advance! ^-^

- Hans Bronko
crodgers
Registered Member
Posts
60
Karma
0
Try killing the Kioslave.exe and dbus-daemon.exe processes as well (they are part of Kdenlive).

It doesn't seem to matter for me though - I can close and reopen Kdenlive on WIndows 10 without issue.
HansBronko
Registered Member
Posts
2
Karma
0
Thank you very much, dbus-daemon it was! Kioslave closes properly with Kdenlive, dbus-daemon keeps running.

It would still be neat to have all components close themselves, but this works well enough for now.

Cheers!
User avatar
bartoloni
Moderator
Posts
1510
Karma
4
OS
prepare a ".BAT" file with this code to kill all Kdenlive istances
Code: Select all
taskkill /IM "kioslave.exe" /T /F
taskkill /IM "kdenlive.exe" /T /F
taskkill /IM "dbus-daemon.exe" /T /F
wmic process where name='kdenlive.exe' delete
wmic process where name='kioslave.exe' delete
wmic process where name='dbus-daemon.exe' delete


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]