openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #04364
[Bug 631073] Re: OpenShot crashes when I click Play button
GDB can be used - see here:
http://wiki.python.org/moin/DebuggingWithGdb
** Changed in: openshot
Status: New => Invalid
--
OpenShot crashes when I click Play button
https://bugs.launchpad.net/bugs/631073
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: Invalid
Bug description:
Hello, guys!
I use Ubuntu 10.04 32bit. Openshot crashes whenever I click on "Play button". Even if timeline is empty.
I tried Ubuntu offical OpenShot, offical Openshot deb and sunab2 repo (for mlt) and always the same error.
I have all depenedency installed.
http://openshotusers.com/forum/viewtopic.php?f=12&t=372
How can I get debug output?
I tried https://answers.launchpad.net/openshot/+faq/1032 but it stops when it say "Successfully imported mlt library" and I can hear much of hard drive noise but nothing happens after some time. There is some error: "find: »/usr/lib/pymodules/python2.6/mlt«: No such file or directory"
Anyway, the debug output is under...
I it might be AV libs - (libavcodec ...). I have Ubuntu restricted extras and Medibntu
libavcodec-extra-52, libavcodec-unstripped-52, kubavdevuce-unstripped52, libavformat-extra-52
all has same version 4:0.5.1-1ubuntu
here is CLI output:
gasper@sirah:~$ openshot
progname=openshot; RGBA=on
--------------------------------
OpenShot (version 1.1.3)
--------------------------------
Process no longer exists: 12509. Creating new pid lock file.
A new frmMain has been created
state saved
on_frmMain_key_press_event
project modified: Added file
state saved
project modified: Added file
state saved
project modified: Added clip
state saved
on_tlbPlay_clicked called with self.tlbPlay
The program 'openshot' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 28 error_code 8 request_code 133 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
gasper@sirah:~/Prenosi$ python debug.py
-----------------------------------------------------------
OpenShot Debug File 0.0.2 - 2010-09-05 21:30:33.504936
-----------------------------------------------------------
This file contains a list of installed packages related to OpenShot,
locations of files, and a list of shared libraries used by python-mlt.
-----------------------------------------------------------
Distribution Version Info
-----------------------------------------------------------
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
-----------------------------------------------------------
List of Installed Packages
-----------------------------------------------------------
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=====================================-================================================-============================================
un libmlt1 <none> (no description available)
ii libmlt2 0.5.7+git20100905.a99b5a90-0ubuntu0~sunab~lucid1 multimedia framework (runtime)
ii openshot 1.1.3-1 Create and edit videos and movies
ii python-mlt2 0.5.4-1 multimedia framework (python bindings)
No packages found matching python-mlt.
No packages found matching openshot-mlt.
-----------------------------------------------------------
Python Path (i.e. sys.path)
-----------------------------------------------------------
/home/gasper/Prenosi
/usr/lib/python2.6
/usr/lib/python2.6/plat-linux2
/usr/lib/python2.6/lib-tk
/usr/lib/python2.6/lib-old
/usr/lib/python2.6/lib-dynload
/usr/lib/python2.6/dist-packages
/usr/lib/python2.6/dist-packages/PIL
/usr/lib/python2.6/dist-packages/gst-0.10
/usr/lib/pymodules/python2.6
/usr/lib/python2.6/dist-packages/gtk-2.0
/usr/lib/pymodules/python2.6/gtk-2.0
/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode
-----------------------------------------------------------
Files in /usr/lib/pymodules/python2.6/mlt (used by python-mlt)
-----------------------------------------------------------
find: »/usr/lib/pymodules/python2.6/mlt«: No such file or directory
-----------------------------------------------------------
Attempt to import mlt (using Python)
-----------------------------------------------------------
Successfully imported mlt library!
^CTraceback (most recent call last):
File "debug.py", line 72, in <module>
append_output(str(process.stdout.read(2000)), "Find 'openshot' files & folders")
KeyboardInterrupt
References