Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not initialize supporting library error #770

Closed
Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments
Closed

Could not initialize supporting library error #770

Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments

Comments

@Clementine-Issue-Importer

From bigbrovar on September 20, 2010 08:40:55

What steps will reproduce the problem? 1.Try to play a track
2.I get no sound but an error dialog box which says "Could not open resource for writing."
"Could not initialize supporting library." What is the expected output? What do you see instead? I expect it to play the Track. But No track seem to play at all What version of the product are you using? On what operating system? I am using Version 0.5 on Kubuntu Lucid (kde 4.5.1) Please provide any additional information below. I really can not trace the cause of the problem. Initially I thought it could be a problem with clementine not detecting the right audio output. It turned out not to be the case as I changed from auto detect to OSS and tried other options but same output.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=770

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on September 19, 2010 23:52:18

It sounds like something's wrong with your sound setup. Try installing these packages:
sudo apt-get install pulseaudio gstreamer0.10-pulseaudio
Then quit and re-open clementine.

If that doesn't work, can you try running this and see if you hear a tone:
gst-launch audiotestsrc ! autoaudiosink

@Clementine-Issue-Importer
Copy link
Author

From bigbrovar on September 20, 2010 00:50:53

I am running kde 4.5 (Kubuntu lucid) which uses phonon with xine backend. kubuntu does not ship/use pulseaudio (at least the lucid version) Installing the packages you suggested would just mess up my sound setup. If I might add every other sound application (kde and non kde) works very well even mpd. I would ask the kubuntu/kde irc if anyone else is having issues with clementine to ascertain if this is a general kde/kubuntu problem.
PS the "gst-launch audiotestsrc ! autoaudiosink" resulted in comman not found, again because kubuntu/kde sound setup uses phonon and xine instead of pulseaudio/gstreamer which are gnome specific. Thanks for the help :)

@Clementine-Issue-Importer
Copy link
Author

From bigbrovar on September 20, 2010 02:16:06

I did further testing and I noticed that when I start clementine, The first track plays. after which when I try to play another track I get the same error. When I start from the commandline here is what I got

"gstjackaudiosink.c(374): gst_jack_ring_buffer_open_device (): /GstJackAudioSink:autoaudiosink-12-actual-sink-jackaudio:
Jack client open error (status 1)"
"gstautoaudiosink.c(375): gst_auto_audio_sink_detect (): /GstPipeline:pipeline/GstBin:audiobin/GstAutoAudioSink:autoaudiosink-12:
Failed to find a supported audio sink"
Gstreamer error: "Could not open resource for writing."
QTimeLine::start: already running
Gstreamer error: "Could not initialize supporting library."

@Clementine-Issue-Importer
Copy link
Author

From bigbrovar on September 20, 2010 12:16:44

Installing gstreamer-alsa package seems to solves the problem. so I guess the bug report can be marked as closed/solved

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on September 21, 2010 08:58:18

Status: Invalid

@Clementine-Issue-Importer
Copy link
Author

From ojirio on October 15, 2010 15:31:49

This is real issue.
With JACK gstreamer output plugin when crossfading tracks.
Another problem with this output plugin is that the JACK connection is created and dumped every time playing is stopped, which is very bad because JACK is used by professional musicians to freely route sound between applications in data-flow-like manner. Clementine currently connects every time to the default system playback output, and if you reroute it (for example postprocessing), after stopping playback and starting again the route is dropped and recreated to the default again...
So Clementine should maintain stable connection for the whole time it is running (as other JACK compatible apps do it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant