Hi,
I have installed exaile 0.3.0.2-i686-1tm on Salix 13.0.2 and when I start it I get the following message:
INFO : Loading Exaile 0.3.0.2...
INFO : Loading settings...
(exaile.py:6208): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstsndfile.so': /usr/lib/libsndfile.so.1: undefined symbol: vorbis_version_string
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : HAL Providers: [<cd.CDHandler object at 0x8bda46c>]
INFO : Loading interface...
(exaile.py:6205): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
/usr/lib/exaile/xlgui/__init__.py:82: GtkWarning: Invalid input string
'ExaileWindow', 'exaile')
(exaile.py:6205): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
(exaile.py:6205): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
(exaile.py:6205): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
Segment fault
Which package do I need additionally or what could the problem be?
Thanks
Exaile problem
Re: Exaile problem
It's gstreamer who needs at least libsndfile.aszabo wrote:(exaile.py:6208): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstsndfile.so': /usr/lib/libsndfile.so.1: undefined symbol: vorbis_version_string
Re: Exaile problem
Hi,Shador wrote:It's gstreamer who needs at least libsndfile.aszabo wrote:(exaile.py:6208): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstsndfile.so': /usr/lib/libsndfile.so.1: undefined symbol: vorbis_version_string
Ok, I understand but I have installed libsndfile-1.0.20-i486-1gv package, and the problem still exists. Another advice?
Re: Exaile problem
No. It couldn't be it. That's just a gstreamer warning, not an error. I'm guessing that you did a basic installation and installed exaile afterwards. Is that right? Maybe some python dependency is missing. Try installing pycairo.
Re: Exaile problem
Hi,
pycairo is installed. But I mean there is a problem with libglade, althought it is also installed. Another suggestion?
pycairo is installed. But I mean there is a problem with libglade, althought it is also installed. Another suggestion?
Re: Exaile problem
I just tried installing exaile on a fresh basic installation and additional installation of pycairo and gst-python was required. These are obviously missing from exaile's dependencies. It works fine after that. I'm adding the dependencies to the server.
Re: Exaile problem
Hi,
I have installed all dependecies (gstreamer,gst-plugins-base,gst-plugins-good,mutagen,pygtk,pygobject,python,pycairo,gst-python), but the problem still exists. Should I list which versions I have?
I have installed all dependecies (gstreamer,gst-plugins-base,gst-plugins-good,mutagen,pygtk,pygobject,python,pycairo,gst-python), but the problem still exists. Should I list which versions I have?
Re: Exaile problem
What kind of installation did you do? You didn't answer that before. And have you installed anything outside official slackware and salix repositories?
Re: Exaile problem
I installed salix 13.0.2 and I have ouside salix as repository only slackware-current, no other.