openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #04778
[Bug 653549] Re: Application randomly chashes
After I reinstall openshot I have error message:
begin ---------------------------------------------------------------------------------------------------
arek@ubuntu-home:~/Pulpit$ openshot
--------------------------------
OpenShot (version 1.2.2)
--------------------------------
Process no longer exists: 13801. Creating new pid lock file.
*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/pymodules/python2.6/openshot/classes/thumbnail.py", line 170, in run
mlt.Factory().init()
NameError: global name 'mlt' is not defined
-------------------------------------------------------
Error: OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)
Use the following command to install OpenShot:
$ sudo python setup.py install
end ---------------------------------------------------------------------------------------------------
And I found solution here:
https://answers.launchpad.net/openshot/+question/87661
After executing this command:
sudo ln -s $(ls -C /usr/lib/libmlt++.so.* | cut -f 1 -d' ') /usr/lib/libmlt++.so.2
OpenShot started to work.
--
Application randomly chashes
https://bugs.launchpad.net/bugs/653549
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: New
Bug description:
Here is last few lines from terminal where OpenHot was run:
on_tlbSnap_toggled called with self.GtkToggleToolButton
project modified: Klip przeniesiony
state saved
project saved! - zwiazek
on_mnuRemoveClip_activate clicked
project modified: Removed clip
state saved
project saved! - zwiazek
on_tlbPlay_clicked called with self.GtkToolButton
on_frmMain_destroy
Killed
My software:
Linux ubuntu-home 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux
References