You are not logged in.

#1 2011-09-17 10:22:56

my64
Member
From: France
Registered: 2007-12-30
Posts: 88

openshot fails at launching

From a freshly reconfigured system , when launching openshot, I get the following errors, and nothing happens (process hang)

------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
   OpenShot (version 1.3.1)
--------------------------------
Process no longer exists: 4416.  Creating new pid lock file.
Failed to import VimeoClient.  Removed Vimeo from upload screen, to allow OpenShot to continue working.
/usr/lib/libgvfscommon.so.0: undefined symbol: g_free
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
No formats or codecs were found.  Please check the OpenShot preferences and configure the 'melt' command name.

------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: Impossible de charger le module de chargement d'images : /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so : /usr/lib/libcroco-0.6.so.3: undefined symbol: g_str_hash
----------------------------------------------------------------

OpenShot has failed to import some of the Python files or libraries 
required for our application to run.  Here are some trouble shooting
tips:

Tip 1) Check if MLT can be successfully imported in Python.  Run the 
 following commands, and see if any errors are displayed.  If you get 
 an error, you need to investigate the correct way to install MLT.
 NOTE:  Do not type the $ or >> characters in the examples below.

       $ python
       >> import mlt
       >> mlt.Factory().init()

Tip 2) If MLT is working from the first example, then the next tip is 
 to look at the above error messages very closely, and google for more 
 help.  It's likely the problem is already reported, and maybe there is
 a simple work-around.  Also, you can search for bugs or report a new 
 bug at https://bugs.launchpad.net/openshot.  Good luck!

Of course, I did the check as indicated with python2, and it works ok.
Any idea  ?
Thanks.

Last edited by my64 (2011-09-17 10:26:22)

Offline

#2 2011-09-17 20:51:07

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: openshot fails at launching

Offline

#3 2011-09-17 23:18:28

my64
Member
From: France
Registered: 2007-12-30
Posts: 88

Re: openshot fails at launching

yes, qt is installed.
I tried remove qt and openshot and reinstall, but no success.
Thanks

Offline

#4 2011-09-17 23:35:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: openshot fails at launching

Failed to import VimeoClient.  Removed Vimeo from upload screen, to allow OpenShot to continue working.

What is this about?

/usr/lib/libgvfscommon.so.0: undefined symbol: g_free
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

These files are in gvfs package - does it ring a bell?

/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so is in librsvg and /usr/lib/libcroco-0.6.so.3 is in libcroco package both of which I do have installed and they seem to work.


I'm using a fully up to date 32-bit Arch.

Offline

#5 2011-09-18 07:45:00

my64
Member
From: France
Registered: 2007-12-30
Posts: 88

Re: openshot fails at launching

I am using 64 bits, which has been fully updated (-Syu) two days ago.
I tried to reinstall not too old version of "libvfssdbus" and "libpix" with no success. I have no older version of libcroro so I could not try another  one.
However, I am not running under kde desktop, but under awesome. I have to  try within KDE desktop maybe.

Offline

#6 2011-09-18 08:44:08

my64
Member
From: France
Registered: 2007-12-30
Posts: 88

Re: openshot fails at launching

Well, launching kde and dbus does not help.
But this is weird:

/usr/lib/libgvfscommon.so.0: undefined symbol: g_free
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

libgvfscommon.so.0 has no symbol "g_free", however this symbol can be found in glib, which is also installed

# readelf -Ws /usr/lib/libglib.so  | grep g_free
  107: 0000000000014fd0    18 FUNC    GLOBAL DEFAULT   12 g_free
   476: 000000000001fc70   340 FUNC    GLOBAL DEFAULT   12 g_string_free

so why  this libglib.so  is not found ?

Offline

#7 2011-09-18 09:28:25

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: openshot fails at launching

Arch Rollback Machine has some slightly older packages http://arm.konnichi.com/search/

I haven't got glib installed but installing it doesn't seem to change a thing.

Offline

Board footer

Powered by FluxBB