I am in the process of creating the OpenVideoShot package for TinyCoreLinux. By the way, I believe this would be an easy way to test the application for new users since the distribution takes 10Mbytes and to install the package you only have to do:
- Code: Select all
tce-load -iw openshotvideo-2.7
(once it is prepared)
I have already all the dependencies done and the application actually works. I am able to load a video, but when I preview it, it crash.
If I just open and close the application, I get:
- Code: Select all
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
OpenShot (version 1.3.1)
--------------------------------
Process no longer exists: 8255. Creating new pid lock file.
Failed to import VimeoClient. Removed Vimeo from upload screen, to allow OpenShot to continue working.
state saved
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_mnuQuit1_activate called with self.GtkImageMenuItem
on_frmMain_destroy
/usr/local/lib/python2.7/site-packages/openshot/windows/SimpleGtkBuilderApp.py:49: GtkWarning: Attempting to store changes into `/home/tc/.local/share/recently-used.xbel', but failed: Failed to create file '/home/tc/.local/share/recently-used.xbel.93YYUV': No such file or directory
gtk.main()
/usr/local/lib/python2.7/site-packages/openshot/windows/SimpleGtkBuilderApp.py:49: GtkWarning: Attempting to set the permissions of `/home/tc/.local/share/recently-used.xbel', but failed: No such file or directory
gtk.main()
If I open the application, add a video and select "Preview File" I get:
- Code: Select all
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
OpenShot (version 1.3.1)
--------------------------------
Process no longer exists: 8534. Creating new pid lock file.
Failed to import VimeoClient. Removed Vimeo from upload screen, to allow OpenShot to continue working.
state saved
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_tlbImportFiles_clicked called with self.GtkToolButton
project modified: Added file
state saved
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_frmMain_key_press_event
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/openshot/windows/MainGTK.py", line 2117, in on_frmMain_key_press_event
keyname = str.lower(gtk.gdk.keyval_name(event.keyval))
TypeError: descriptor 'lower' requires a 'str' object but received a 'NoneType'
on_mnuPreview_activate
Segmentation fault
Any clue of what I may be doing wrong?
Cheers,
Jose M.
