Cannot run Kdenlive after fresh install of Deepin [on hold]Cannot install kdenlive on Ubuntu 12.04QtCreator crashes on registering namespacemodule “QtQml.Models” is not installedProgram[Digikam] chooses wrong qt lib and crashesDefault installation prefix QT5 / QT5 Widgets UbuntuCannot Open Camera In kdenlive Via IEEE1394How to install KdenLive on Ubuntu 16.04?Fresh Kdenlive Install ErrorKDEnlive: shaking/shivering video after rendering to fileChange the Lib request of an executable file
Are taller landing gear bad for aircraft, particulary large airliners?
Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?
How do I repair my stair bannister?
Would it be legal for a US State to ban exports of a natural resource?
Java - What do constructor type arguments mean when placed *before* the type?
Are Warlocks Arcane or Divine?
My boss asked me to take a one-day class, then signs it up as a day off
Is it okay / does it make sense for another player to join a running game of Munchkin?
How to check participants in at events?
The most efficient algorithm to find all possible integer pairs which sum to a given integer
Can I rely on these GitHub repository files?
Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?
What was required to accept "troll"?
Can a Bard use an arcane focus?
Installing PowerShell on 32-bit Kali OS fails
I2C signal and power over long range (10meter cable)
Simulating a probability of 1 of 2^N with less than N random bits
Why are on-board computers allowed to change controls without notifying the pilots?
Visiting the UK as unmarried couple
What should I use for Mishna study?
Simple recursive Sudoku solver
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
How do ultrasonic sensors differentiate between transmitted and received signals?
A known event to a history junkie
Cannot run Kdenlive after fresh install of Deepin [on hold]
Cannot install kdenlive on Ubuntu 12.04QtCreator crashes on registering namespacemodule “QtQml.Models” is not installedProgram[Digikam] chooses wrong qt lib and crashesDefault installation prefix QT5 / QT5 Widgets UbuntuCannot Open Camera In kdenlive Via IEEE1394How to install KdenLive on Ubuntu 16.04?Fresh Kdenlive Install ErrorKDEnlive: shaking/shivering video after rendering to fileChange the Lib request of an executable file
I really want to be able to use Kdenlive on my Deepin install. However, I always get a Segmentation fault whenever I try to run Kdenlive. I had it installed on my system for the past 4 months even though I could never get it to run. Yesterday I tried reinstalling Deepin from ISO to try to get it to work. I installed Kdenlive on a fresh install and tried it out, and it did open the first time. Then I tried to run it today and it failed to start again. When I try to open it, a window pops up for a split second before disappearing.
Here is the output when trying to run it from the command line. It produces a Segmentation fault.
kevin@kevin-PC:~$ kdenlive
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 5254, result = 0
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
Segmentation fault
Sometimes it only outputs this:
kevin@kevin-PC:~$ kdenlive
Segmentation fault
I read on this forum that it could be related to VLC. I uninstalled VLC and restarted, but the problem persists. This also happened before I installed VLC again, so maybe there could another application interfering?
Deepin 15.9.2
16 GB RAM
vlc debian qt5 segmentation-fault kdenlive
put on hold as off-topic by Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc 23 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc
add a comment |
I really want to be able to use Kdenlive on my Deepin install. However, I always get a Segmentation fault whenever I try to run Kdenlive. I had it installed on my system for the past 4 months even though I could never get it to run. Yesterday I tried reinstalling Deepin from ISO to try to get it to work. I installed Kdenlive on a fresh install and tried it out, and it did open the first time. Then I tried to run it today and it failed to start again. When I try to open it, a window pops up for a split second before disappearing.
Here is the output when trying to run it from the command line. It produces a Segmentation fault.
kevin@kevin-PC:~$ kdenlive
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 5254, result = 0
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
Segmentation fault
Sometimes it only outputs this:
kevin@kevin-PC:~$ kdenlive
Segmentation fault
I read on this forum that it could be related to VLC. I uninstalled VLC and restarted, but the problem persists. This also happened before I installed VLC again, so maybe there could another application interfering?
Deepin 15.9.2
16 GB RAM
vlc debian qt5 segmentation-fault kdenlive
put on hold as off-topic by Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc 23 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc
1
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
1
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest runningstrace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it
– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
I really want to be able to use Kdenlive on my Deepin install. However, I always get a Segmentation fault whenever I try to run Kdenlive. I had it installed on my system for the past 4 months even though I could never get it to run. Yesterday I tried reinstalling Deepin from ISO to try to get it to work. I installed Kdenlive on a fresh install and tried it out, and it did open the first time. Then I tried to run it today and it failed to start again. When I try to open it, a window pops up for a split second before disappearing.
Here is the output when trying to run it from the command line. It produces a Segmentation fault.
kevin@kevin-PC:~$ kdenlive
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 5254, result = 0
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
Segmentation fault
Sometimes it only outputs this:
kevin@kevin-PC:~$ kdenlive
Segmentation fault
I read on this forum that it could be related to VLC. I uninstalled VLC and restarted, but the problem persists. This also happened before I installed VLC again, so maybe there could another application interfering?
Deepin 15.9.2
16 GB RAM
vlc debian qt5 segmentation-fault kdenlive
I really want to be able to use Kdenlive on my Deepin install. However, I always get a Segmentation fault whenever I try to run Kdenlive. I had it installed on my system for the past 4 months even though I could never get it to run. Yesterday I tried reinstalling Deepin from ISO to try to get it to work. I installed Kdenlive on a fresh install and tried it out, and it did open the first time. Then I tried to run it today and it failed to start again. When I try to open it, a window pops up for a split second before disappearing.
Here is the output when trying to run it from the command line. It produces a Segmentation fault.
kevin@kevin-PC:~$ kdenlive
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 5254, result = 0
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit5: opened connection to :0
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so' from launcher.
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/file.so'
Segmentation fault
Sometimes it only outputs this:
kevin@kevin-PC:~$ kdenlive
Segmentation fault
I read on this forum that it could be related to VLC. I uninstalled VLC and restarted, but the problem persists. This also happened before I installed VLC again, so maybe there could another application interfering?
Deepin 15.9.2
16 GB RAM
vlc debian qt5 segmentation-fault kdenlive
vlc debian qt5 segmentation-fault kdenlive
asked 2 hours ago
Kevin VandyKevin Vandy
373
373
put on hold as off-topic by Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc 23 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc
put on hold as off-topic by Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc 23 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Sergiy Kolodyazhnyy, DK Bose, karel, Emmet, guiverc
1
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
1
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest runningstrace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it
– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
1
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
1
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest runningstrace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it
– Sergiy Kolodyazhnyy
1 hour ago
1
1
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
1
1
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest running
strace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it– Sergiy Kolodyazhnyy
1 hour ago
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest running
strace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it– Sergiy Kolodyazhnyy
1 hour ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
First of all, please note that Ask Ubuntu is for Ubuntu-related questions only (which means this site is focused on official Ubuntu releases). Deepin is a separate distribution and they do have a forum so you might consider posting the question there or this post can be migrated to unix.stackexchange.com - another site within our network that is for distro-neutral Linux questions.
– Sergiy Kolodyazhnyy
1 hour ago
1
Second, I doubt the issue could be related to VLC. It potentially could be related to some of the libraries that are installed as dependencies for VLC, though. Now, I would suggest running
strace -f kdenlive
to see what system calls are being executed. Such information could help identify the issue or potential causes of it– Sergiy Kolodyazhnyy
1 hour ago