LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-18-2010, 07:49 PM   #1
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Rep: Reputation: 0
Red face exaile-0.3.2.0 error loading


hi, i have been trying to install this nice looking piece of software for the last 3/4 days, getting a headache now

my lastest error is..

Code:
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
INFO    : Loading Exaile 0.3.2.0...
INFO    : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "exaile.py", line 52, in <module>
    main()
  File "exaile.py", line 49, in main
    exaile = main.Exaile()
  File "/usr/local/src/exaile-0.3.2.0/xl/main.py", line 96, in __init__
    self.__init()
  File "/usr/local/src/exaile-0.3.2.0/xl/main.py", line 132, in __init
    self.__show_splash()
  File "/usr/local/src/exaile-0.3.2.0/xl/main.py", line 260, in __show_splash
    import xlgui
  File "/usr/local/src/exaile-0.3.2.0/xlgui/__init__.py", line 52, in <module>
    from xlgui import cover
  File "/usr/local/src/exaile-0.3.2.0/xlgui/cover.py", line 40, in <module>
    from xl import (
  File "/usr/local/src/exaile-0.3.2.0/xl/player/__init__.py", line 61, in <module>
    PLAYER = get_player()()
  File "/usr/local/src/exaile-0.3.2.0/xl/player/engine_normal.py", line 46, in __init__
    pre_elems=[pipe.ProviderBin("stream_element")])
  File "/usr/local/src/exaile-0.3.2.0/xl/player/pipe.py", line 188, in __init__
    self.setup_elements()
  File "/usr/local/src/exaile-0.3.2.0/xl/player/pipe.py", line 116, in setup_elements
    self._setup_finish(None, True, state)
  File "/usr/local/src/exaile-0.3.2.0/xl/player/pipe.py", line 136, in _setup_finish
    elems.append(gst.element_factory_make('identity'))
gst.ElementNotFoundError: identity
does anyone know what it is missing, with previous errors, it has been easy to work out (with and with out google's help), but nothing stands out to me,

i have installed

pygtk-2.16.0
pygobject-2.21.5
gst-python-0.10.19
dbus-python-0.83.0
pycairo-1.2.2
gobject-introspection-0.9.3
libffi-3.0.9


thanks to anyone that can point me in the right direction
 
Old 08-19-2010, 05:17 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The Requirements site http://www.exaile.org/requirements
Quote:
* Python ( >= 2.5)
* pygtk2 ( >= 2.12)
* gstreamer 0.10,
* gstreamer good plugins
* pygst
* dbus-python
* mutagen
You also need gettext if you want localization support.
+ The optional dependencies. And all must be ' -devel ' packages.
Please specify Lnunux "name", version, if you have further questions.
http://www.linuxquestions.org/linux/...Ask_a_Question
http://www.catb.org/~esr/faqs/smart-questions.html
..
 
Old 08-19-2010, 06:07 AM   #3
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
sorry based on system LFS 6.3 (with xfce-4.6, i also have xine working, plays mp3s and videos no problems) so everything has been installed from source so "-devel" name in package don't count.

yes read the requirements, Python 2.5.2 is installed, so are all the other things, the list i gave was what was on top of my head.

so basically your saying you have no idea either then?
 
Old 08-20-2010, 11:45 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
"" gst.ElementNotFoundError: identity ""
Hard to say, what it is.
May be it's caused by a certain combination of prerequisites ?
You are probably the first one to experience this error : Unknown by Google.


Using: python-2.5.2 pygtk-2.17.0 dbus-python-0.83.1 mutagen-1.18
gstreamer-0.10.19 python-gstreamer-0.10.19 'gstreamer good plugins 0.10.23'
> > >
cd exaile-0.3.2.0/ && make : The output is : ........ done .......... done ........
And 25 seconds later : $ 'exaile' displays the Exaile GTK GUI.
( I just clicked the script 'exaile', in the build directory 'exaile-0.3.2.0/' )
..

Last edited by knudfl; 08-22-2010 at 04:37 AM.
 
Old 08-21-2010, 07:39 AM   #5
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
would it be gst and gst-python are different versions, gst is 0.10.30 and python is 0.10.19, basically plugin base and good are also different,
gst.elementnotfound say gst error but what?
 
Old 08-21-2010, 12:50 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Ref. # 4 : Same prerequisites, but with gstreamer and gst-plugins-base
changed to version 0.10.30 : Same OK compile result with exaile-0.3.2.0

Please have a look into the source <file>.spec for the packages, I used.
May be the "./configure" is done different.
Also : There is a patch in gst-plugins-base : align.patch.
I can't see, if it has any importance. ( Probably not.)
http://spout.ussg.indiana.edu/linux/...os2010.src.rpm
http://spout.ussg.indiana.edu/linux/...os2010.src.rpm
..

Last edited by knudfl; 08-21-2010 at 12:53 PM.
 
Old 08-22-2010, 04:31 AM   #7
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
well I got exaile to load. reinstalled gstreamer again, and it worked...
but..
it's not playing music, my mp3s or the files in the test directory, "your gstreamer installation is missing plugins".
noticed in ugly plugin I need lame, but xine works sure that needed gstreamer to..

well have a bash again tonight, but thanks for your help, will look at them files anyway to see if I missed something stupid.

Last edited by welsh_frosty; 08-22-2010 at 04:32 AM. Reason: missing words
 
Old 08-24-2010, 05:43 AM   #8
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
hi, as i said in last post exaile loads.
i think the test files may be broken, the ogg one, dosen't work, but music file for widelands are ogg and they loaded, so it is working, but mp3 still isn't or is wma but didn't expect that to.

what gst plugin plays mp3s? didn't notice any of the ./configure say (not/)adding mp3 support so don't know what dependancies i'm missing
 
Old 08-25-2010, 07:31 AM   #9
welsh_frosty
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
all sorted

needed gst-ffmpeg to be installed...
 
  


Reply

Tags
exaile



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error loading operating system virtual box loading vmware xp the_ultimate_samurai Linux - Virtualization and Cloud 2 02-09-2010 03:25 PM
Error opening terminal:vt102 and error while loading shared libraries:libncurses.so.5 nathan Linux - Software 1 08-11-2009 11:03 PM
exaile error while ripping cd vertigo88x Linux - Software 0 01-26-2008 05:09 PM
Error Grub stage2 loading error (using FC6) on seperate hdd Anifield Linux - Newbie 7 03-20-2007 01:14 PM
Loading modules error after loading compiled kernel td0l2 Linux - Newbie 12 07-28-2004 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration