Ubuntu – Rhythmbox is crashing on start

rhythmbox

I'm using ubuntu 10.10 and until about 3 days ago rhythmbox worked fine but now when I start it, it opens, then after 4 second it crashes.
When running it from terminal I get this:

>    ~$ rhythmbox  
(rhythmbox:27420): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
** Message: pygobject_register_sinkfunc is deprecated (GstObject)

>    (rhythmbox:27420): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed  
    Segmentation fault

and then rhythmbox closes.
What to do?

Edit:
Disabled most of the plugins and it's not crashing now, but i still get this when running from terminal:

>(rhythmbox:27420): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** Message: pygobject_register_sinkfunc is deprecated (GstObject)

>(rhythmbox:27420): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

Should I worry?

Best Answer

Still no solutions except to remove ubuntu one music store plugin.

Even connecting to ubuntu one then laucnhing rhythmbox solved nothing.

Then i tried to purge all local rhythmbox data so it would start fresh still crashes on launch

  1. Remove ubuntu one music store plugin from synaptic
  2. Delete/clear all local rhythmbox references with

    rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r

  3. Launch Rhythmbox and disable all music store/fm rhythmbox plugins, then quit rhythmbox

  4. Reinstall ubuntuone music store plugin
  5. Launch Rhythmbox again and now it shouldnt crash, renable all the plugins you disabled

or you can try this also Try disabling or uninstalling.

To disable run this in terminal

gconf-editor

navigate to apps - rhythmbox - plugins - umusicstore and disable (uncheck enter image description here

Or search rhythmbox in synaptic and remove the plugin (rhythmbox-ubuntuone-music-store)

Related Question