| Anonymous | Login | Signup for a new account | 2013-05-26 06:12 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0002627 | Kdenlive | User Interface | public | 2012-05-29 17:25 | 2012-12-03 06:54 | ||||||||
| Reporter | joker | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | Archlinux | OS | x86_64 GNU/Linux | OS Version | 3.3.7-1-ARCH | ||||||||
| Product Version | Recent git | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0002627: kdenlive doesn't start | ||||||||||||
| Description | Here my console output: gdb) run -dograb Starting program: /home/joker/kde/bin/kdenlive -dograb [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3200.3-gdb.py", line 9, in <module> from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module> import gdb.backtrace ImportError: No module named backtrace QObject::connect: Connecting from QTabBar::tabCloseRequested(int) to COMPAT slot (KTabBar::closeRequest(int)) QMetaObject::indexOfSignal: signal editingFinished() from QAbstractSpinBox redefined in TimecodeDisplay QMetaObject::indexOfSignal: signal editingFinished() from QAbstractSpinBox redefined in TimecodeDisplay detected format: YUV 4:2:2 (YUYV): YUYV Size: 640x480: 1/30, 1/20, 1/15, 1/10, 1/5, Size: 352x288: 1/30, 1/20, 1/15, 1/10, 1/5, Size: 320x240: 1/30, 1/20, 1/15, 1/10, 1/5, Size: 176x144: 1/30, 1/20, 1/15, 1/10, 1/5, Size: 160x120: 1/30, 1/20, 1/15, 1/10, 1/5, [Inferior 1 (process 5411) exited with code 01] (gdb) | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | Manual build from Git | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0008101) joker (reporter) 2012-05-30 10:36 |
I just found out that I can start it when I run it as root kdesu kdenlive I have to add that I installed it not system wide. Any Ideas? |
|
(0008607) vpinon (developer) 2012-11-13 12:40 |
Hello, Maybe with "-dograb" you force opening a video device on which your user account has no acces permissions ? |
|
(0008608) nexces (reporter) 2012-11-13 12:52 |
Here is my console output: $ gdb kdenlive GNU gdb (GDB) 7.5-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [^] This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... [^] Reading symbols from /usr/bin/kdenlive...Reading symbols from /usr/lib/debug/usr/bin/kdenlive...done. done. (gdb) run Starting program: /usr/bin/kdenlive [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated. detected format: YUV 4:2:2 (YUYV): YUYV Size: 640x480: 1/30, Size: 320x240: 1/30, Size: 176x144: 1/30, Size: 1024x768: 1/7, Size: 1280x720: 1/7, Size: 1280x1024: 1/7, Size: 1600x904: 1/5, Size: 1600x1200: 1/5, [Inferior 1 (process 27005) exited with code 01] (gdb) quit |
|
(0008679) sunabiz3d (reporter) 2012-11-30 00:43 edited on: 2012-11-30 00:51 |
I'm using KDE 4.8.5 and running as user gives a flash of a wizard window. I'm having the same issue with Ubuntu Precise 12.04.01 new installation and kdenlive 0.9.2 from PPA repository. GDB output: GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [^] This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... [^] Reading symbols from /usr/bin/kdenlive...Reading symbols from /usr/lib/debug/usr/bin/kdenlive...done. done. (gdb) run Starting program: /usr/bin/kdenlive [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". detected format: 8 bpp gray: GREY detected format: 15 bpp RGB, le: RGBO detected format: 15 bpp RGB, be: RGBQ detected format: 16 bpp RGB, le: RGBP detected format: 16 bpp RGB, be: RGBR detected format: 24 bpp RGB, le: BGR3 detected format: 24 bpp RGB, be: RGB3 detected format: 32 bpp RGB, le: BGR4 detected format: 32 bpp RGB, be: RGB4 detected format: 4:2:2 packed, YUYV: YUYV detected format: 4:2:2 packed, UYVY: UYVY detected format: 4:2:2 planar, Y-Cb-Cr: 422P detected format: 4:2:0 planar, Y-Cb-Cr: YU12 detected format: 4:2:0 planar, Y-Cb-Cr: YV12 [Inferior 1 (process 7795) exited with code 01] (gdb) quit |
|
(0008682) vpinon (developer) 2012-12-01 12:28 |
Hello, thanks for the logs, but it is still not easy to get into the problem. It is not a crash but an exit() call, we will look for it. Maybe you have a video capture device (webcam?) that is causing problems. In this case, as a temporary workaround you could try to blacklist the kernel module enabling the device ? |
|
(0008685) sunabiz3d (reporter) 2012-12-02 20:24 edited on: 2012-12-02 20:24 |
It's frustrating, because kdenlive is the BEST open source video editor. I have two v4l2 devices, an old saa7134, an Genius FaceCam 1020 and also use a virtual device, v4l2loopback. I removed the v4l2loopback module from /etc/modules: # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. lp rtc #v4l2loopback video_nr=1 I blacklist the saa7134 & saa7134_alsa modules in /etc/modprobe.d/: blacklist saa7134 blacklist saa7134_alsa #options saa7134 card=65 tuner=4 video_nr=0 And I unplugged my FaceCam from the USB port, but, the situation is the same: me@ubuntu:~$ ls /dev/video* ls: cannot access /dev/video*: No such file or directory me@ubuntu:~$ gdb kdenlive GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> [^] This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... [^] Reading symbols from /usr/bin/kdenlive...Reading symbols from /usr/lib/debug/usr/bin/kdenlive...done. done. (gdb) run Starting program: /usr/bin/kdenlive [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Inferior 1 (process 2872) exited with code 01] (gdb) Thanks for your efforts, I know you will solve this problem. ;) |
|
(0008686) sunabiz3d (reporter) 2012-12-02 23:42 |
Frustrated, I enabled all my video devices again. After seeing that the user vayu in http://www.kdenlive.org/forum/kdenlive-wont-start [^] reported to be using Kubuntu, I logged into Cinnamon, GNOME, Enlightenment, WindowMaker and Unity to verify that kdenlive launched correctly in all of them. However, with Razor-Qt and KDE kdenlive did not pass the wizard. After configuring kdenlive on another desk, logged back into KDE, and kdenlive worked unstable. I repeated my tests using the Guest account, and kdenlive worked on all desktops. So I concluded that it was my KDE desktop customization that is causing problems. One component I compile on my own, as it is not available in Ubuntu, is oxygen-transparent. Changed the application appearance in KDE to Oxygen and voila!, kdenlive worked perfectly and only closes when I get back to Oxygen-transparent. Perhaps this will serve as a temporary workaround to the other people who have this problem. The problem seems to be oxygen-transparent in my opinion, not kdenlive. Keep up the great work. :D |
|
(0008687) nexces (reporter) 2012-12-03 06:54 |
Confirmed. Switching back to oxygen (not transparent) fixed the issue. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-05-29 17:25 | joker | New Issue | |
| 2012-05-30 10:36 | joker | Note Added: 0008101 | |
| 2012-11-13 12:40 | vpinon | Note Added: 0008607 | |
| 2012-11-13 12:52 | nexces | Note Added: 0008608 | |
| 2012-11-30 00:43 | sunabiz3d | Note Added: 0008679 | |
| 2012-11-30 00:51 | sunabiz3d | Note Edited: 0008679 | View Revisions |
| 2012-12-01 12:28 | vpinon | Note Added: 0008682 | |
| 2012-12-02 20:24 | sunabiz3d | Note Added: 0008685 | |
| 2012-12-02 20:24 | sunabiz3d | Note Edited: 0008685 | View Revisions |
| 2012-12-02 23:42 | sunabiz3d | Note Added: 0008686 | |
| 2012-12-03 06:54 | nexces | Note Added: 0008687 | |
| Copyright © 2000 - 2013 MantisBT Team |