Segmentation Fault when starting Mopidy

Hi,

I’m trying to get this piece of software to actually work, to try it. Unfortunately I’m facing some troubles, maybe because I’m going MY way of doing things, this is hard way :wink:

I have an ARM7 box with Gentoo installed and doing lots of stuff and can’t really switch to any other distro because of many reasons.To the report:

I have gst-plugins-0.10-r8, libspotify for eabi-armv7 (yes, my cpu is armv7). Mopidy runs OK until I configure spotify properly (?) in config file:

[spotify]
enabled = true
username = stefanbrudny
password =

Then Mopidy dies:

MiniBox mopidy # mopidy
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO Starting Mopidy 0.19.4
INFO Loading config from: builtin defaults, /etc/xdg/mopidy/mopidy.conf, /root/.config/mopidy/mopidy.conf, command line options
INFO Enabled extensions: spotify, softwaremixer
INFO Disabled extensions: local, mpd, http, stream
INFO Starting Mopidy mixer: SoftwareMixer
INFO Mixing using GStreamer software mixing
INFO Starting Mopidy audio
INFO Starting Mopidy backends: SpotifyBackend
INFO Mopidy uses SPOTIFY® CORE
INFO Audio output set to "autoaudiosink"
INFO Starting Mopidy core
INFO Starting Mopidy frontends: none
INFO Connected to Spotify
Segmentation fault

If I disable Spotify all seems OK, but still as I’m not interested in nothing more than spotify, didn’t even went further.

Any hints? different lib? bad spotify config? anything?

Thanks.

Take a look at the debugging suggestions here https://github.com/mopidy/mopidy/issues/824