Updated to 9.10 and software center won't start.

Asked by wperre

After updating to 9.10 Software center begins to start and then stops. tried to start from terminal and got the following.

(software-center:3489): GStreamer-WARNING **: adding type GstFourcc multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstIntRange multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstDoubleRange multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstFractionRange multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstValueList multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstValueArray multiple times

(software-center:3489): GStreamer-WARNING **: adding type GstFraction multiple times

(software-center:3489): GStreamer-WARNING **: adding type gdouble multiple times

(software-center:3489): GStreamer-WARNING **: adding type gfloat multiple times

(software-center:3489): GStreamer-WARNING **: adding type gchararray multiple times

(software-center:3489): GStreamer-WARNING **: adding type gboolean multiple times

(software-center:3489): GStreamer-WARNING **: adding type GEnum multiple times

(software-center:3489): GStreamer-WARNING **: adding type GFlags multiple times

(software-center:3489): GStreamer-WARNING **: adding type gint multiple times

(software-center:3489): GStreamer-WARNING **: adding type gint64 multiple times

(software-center:3489): GStreamer-WARNING **: adding type glong multiple times

(software-center:3489): GStreamer-WARNING **: adding type guint multiple times

(software-center:3489): GStreamer-WARNING **: adding type guint64 multiple times

(software-center:3489): GStreamer-WARNING **: adding type gulong multiple times
Could not initialize GStreamer: Error re-scanning registry , child terminated by signal

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
wperre
Solved:
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

I'd try a reinstallation via terminal. All other package management apps (GUI) should be closed.
sudo apt-get purge software-center
sudo apt-get install software-center

Clean up and update.
sudo apt-get autoremove && sudo apt-get clean && sudo apt-get autoclean
sudo apt-get update && sudo apt-get upgrade

Revision history for this message
wperre (wperre) said :
#2

Thanks Sam, this did not solve the problem however i have realized that other programs are not loading either. Mostly sound and video programs, movie player, cd extractor, brasero, rythmbox They all start to load and then just stop. I am not sure if this is all related or not ... any suggestions?

Revision history for this message
Sam_ (and-sam) said :
#3

Yep, according to
> Could not initialize GStreamer
uninstall/reinstall successive related gstreamer packages (depends whatever you've installed)
e.g.:
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-ugly
gstreamer0.10-ffmpeg
gstreamer0.10-plugins-bad-multiverse
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-alsa

Seems to be a common issue, some other ideas here:
http://ubuntuforums.org/showthread.php?s=5036c3ad6feb8b4f53852a8abc99c523&p=8377817

If nothing helps report a bug:
https://help.ubuntu.com/community/ReportingBugs
or search
https://launchpad.net/ubuntu/+source/software-center/+bugs

Revision history for this message
wperre (wperre) said :
#4

Sam wrote:
> Your question #92521 on software-center in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/software-center/+question/92521
>
> Status: Open => Answered
>
> Sam proposed the following answer:
> Yep, according to
>
>> Could not initialize GStreamer
>>
> uninstall/reinstall successive related gstreamer packages (depends whatever you've installed)
> e.g.:
> gstreamer0.10-plugins-bad
> gstreamer0.10-plugins-ugly
> gstreamer0.10-ffmpeg
> gstreamer0.10-plugins-bad-multiverse
> gstreamer0.10-plugins-ugly-multiverse
> gstreamer0.10-alsa
>
> Seems to be a common issue, some other ideas here:
> http://ubuntuforums.org/showthread.php?s=5036c3ad6feb8b4f53852a8abc99c523&p=8377817
>
> If nothing helps report a bug:
> https://help.ubuntu.com/community/ReportingBugs
> or search
> https://launchpad.net/ubuntu/+source/software-center/+bugs
>
>
Thanks Sam, I appreciate the help. One of the links led me to:
sudo apt-get remove frei0r-plug-ins
this worked for all.
will post when launchpad is back up

Revision history for this message
wperre (wperre) said :
#5

wperre wrote:
no that seems to have fixed all the problems
> Your question #92521 on software-center in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/software-center/+question/92521
>
> Status: Answered => Open
>
> You are still having a problem:
> Sam wrote:
>
>> Your question #92521 on software-center in ubuntu changed:
>> https://answers.launchpad.net/ubuntu/+source/software-center/+question/92521
>>
>> Status: Open => Answered
>>
>> Sam proposed the following answer:
>> Yep, according to
>>
>>
>>> Could not initialize GStreamer
>>>
>>>
>> uninstall/reinstall successive related gstreamer packages (depends whatever you've installed)
>> e.g.:
>> gstreamer0.10-plugins-bad
>> gstreamer0.10-plugins-ugly
>> gstreamer0.10-ffmpeg
>> gstreamer0.10-plugins-bad-multiverse
>> gstreamer0.10-plugins-ugly-multiverse
>> gstreamer0.10-alsa
>>
>> Seems to be a common issue, some other ideas here:
>> http://ubuntuforums.org/showthread.php?s=5036c3ad6feb8b4f53852a8abc99c523&p=8377817
>>
>> If nothing helps report a bug:
>> https://help.ubuntu.com/community/ReportingBugs
>> or search
>> https://launchpad.net/ubuntu/+source/software-center/+bugs
>>
>>
>>
> Thanks Sam, I appreciate the help. One of the links led me to:
> sudo apt-get remove frei0r-plug-ins
> this worked for all.
> will post when launchpad is back up
>
>

Revision history for this message
Sam_ (and-sam) said :
#6

> no that seems to have fixed all the problems

wperre,
can you please clarify if the problem persists, thanks.

Revision history for this message
wperre (wperre) said :
#7

At this point all of the problems are fixed. Removing the video plug-in, Frei0r, solved the problems.