openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01291
[Bug 493140] Re: OpenShot 0.9.54 crashes on startup
I built openshot with the following version of its dependencies :
PyGooCanvas 0.14.1
GooCanvas 0.14 (not 0.15 because python bindings seem to not follow this version)
PyGTK 2.16.0
Python-MLT 0.4.6
PyXDG 0.17
In the hope that it is useful information.
--
OpenShot 0.9.54 crashes on startup
https://bugs.launchpad.net/bugs/493140
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:
I'm using Pardus 2009-test. I built OpenShot from source using setup.py.
Below are the two error messages I obtained successively.
$ openshot
--------------------------------
OpenShot (version 0.9.54)
--------------------------------
Traceback (most recent call last):
File "/usr/bin/openshot", line 57, in <module>
main()
File "/usr/lib/python2.6/site-packages/openshot/openshot.py", line 40, in main
lock.check_pid(os.path.join(os.path.expanduser("~"), ".openshot"))
File "/usr/lib/python2.6/site-packages/openshot/classes/lock.py", line 94, in check_pid
fp.close()
IOError: [Errno 27] File too large
$ openshot
--------------------------------
OpenShot (version 0.9.54)
--------------------------------
Traceback (most recent call last):
File "/usr/bin/openshot", line 57, in <module>
main()
File "/usr/lib/python2.6/site-packages/openshot/openshot.py", line 40, in main
lock.check_pid(os.path.join(os.path.expanduser("~"), ".openshot"))
File "/usr/lib/python2.6/site-packages/openshot/classes/lock.py", line 69, in check_pid
pid=int(open(pidPath, 'r').read().strip())
ValueError: invalid literal for int() with base 10: ''
Follow ups
References