Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 5315  / 1 Year ago, fri, january 6, 2023, 8:58:36

I'm using Rhythmbox 2.99 in Ubuntu 13.10, and when I first launch the application it searches for music and works like a charm, but if I try to launch it later again nothing happens. When I run it in terminal I get this:



$ rhythmbox
(rhythmbox:8860): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid). Unable to remove object from construction_objects list, so memory was probably just leaked. Please use GInitable instead.

Segmentation fault


Any ideas how to make it work again?



The output of sudo dpkg -l | grep rhythmbox:



ii  gir1.2-rb-3.0                          2.99.1-0ubuntu1                         amd64        GObject introspection data for the rhythmbox music player
ii librhythmbox-core7 2.99.1-0ubuntu1 amd64 support library for the rhythmbox music player
ii rhythmbox 2.99.1-0ubuntu1 amd64 music player and organizer for GNOME
ii rhythmbox-data 2.99.1-0ubuntu1 all data files for rhythmbox
ii rhythmbox-mozilla 2.99.1-0ubuntu1 amd64 Rhythmbox Mozilla plugin
ii rhythmbox-plugin-cdrecorder 2.99.1-0ubuntu1 amd64 burning plugin for rhythmbox music player
ii rhythmbox-plugin-equalizer 0.3-2 all rhythmbox sound equalizer
ii rhythmbox-plugin-zeitgeist 2.99.1-0ubuntu1 all zeitgeist plugin for rhythmbox music player
ii rhythmbox-plugins 2.99.1-0ubuntu1 amd64 plugins for rhythmbox music player

More From » 13.10

 Answers
6

Try these once




  1. First try to re-configure it, if it doesn't help then follow the step 2.



    sudo pkill rhythmbox
    sudo dpkg-reconfigure rhythmbox


    Check after Log-out/ Restart.


  2. If first doesn't help then re-install rhythmbox after removing all configuration file:



    sudo apt-get autoremove rhythmbox
    sudo apt-get --purge remove rhythmbox
    sudo find / | grep rhythmbox | sudo xargs rm -rf
    sudo apt-get update && sudo apt-get -f install rhythmbox


    Check after Log-out/Restart.




Reply if you get any error at any particular command.


[#28826] Saturday, January 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
singerrupt

Total Points: 435
Total Questions: 111
Total Answers: 109

Location: Angola
Member since Tue, May 5, 2020
4 Years ago
singerrupt questions
;