View Single Post
Posts: 564 | Thanked: 693 times | Joined on Apr 2010
#853
Originally Posted by theseb View Post
I have. I am using current CSSU with no special power kernel or anything. I have attempted uninstalling/purging/removing sqpot and reinstalling several times (with device reboots, just to make sure), in addition to removing the .qspot settings folder, with no luck. All attempts to run qspot now end up with the following xterm output:
Code:
~ $ /opt/qspot/bin/qspot 
> set_stream 'QSpot' 
FATAL ERROR: Could not initiate session 
Segmentation fault 
~ $
I assume you have installed / upgraded from the extras-devel repository? Very strange indeed, session init would normally fail in case e.g., the wrong version of the spotify library was used (the previous version used an older version of the library). In order to make sure that the latest library is used, you could try to manually as root execute the command apt-get remove libspotify from the terminal.

I will soon ship an updated version (with e.g., MMC support), let's see in case that will help up the situation in any way. I really hope that we can find a solution to this issue (it is a bit problematic to fix due to me not being able to reproduce the issue myself).