Reply
Superfan
M3t0r
Posts: 2
Registered: ‎12-04-2012

Segmentation Fault with removed .cache/spotify

Hi,

 

i'm using archlinux x86_64 and installed spotify from the *.deb file for 64bit. after fixing some library spelling issues i eventually got to log me in using facebook.

 

apperently it work as the main window opend and the loading animation started to spin. but before any content appeared it crashed and my console said:

16:43:55.750 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/button-up.png with type image/png from import.
16:43:55.750 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-track.png with type image/png from import.
16:43:55.751 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-top.png with type image/png from import.
16:43:55.751 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-bottom.png with type image/png from import.
16:43:55.751 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-middle.png with type image/png from import.
16:43:55.751 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/button-down.png with type image/png from import.
16:43:55.752 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-track-top.png with type image/png from import.
16:43:55.767 E [resource_loader.cpp:199] Loading of skin file(apps/home/import/img/placeholders/128-album.png) failed ''
16:43:55.768 E [CefSchemeHandlers.cpp:272] Failed to load URL: sp://home/import/img/placeholders/128-album.png
16:43:55.768 I [CefSchemeHandlers.cpp:289] Loading /img/play-button-M.png with type image/png from import.
segmentation fault

 

i found posts on the web stating it would work after i deleted ~/.cache/spotify or ~/.config/spotify, so i deleted both. it still crashed for the same reason.

 

anyone had the same issue and found a workaround or fix?

LKo
Fan
LKo
Posts: 1
Registered: ‎14-04-2012

Re: Segmentation Fault with removed .cache/spotify

Same problem here but I haven't found a solution yet.

 

Running Fedora 16 64-bit and I used this guide to create a package:

http://community.spotify.com/t5/Desktop-Linux/RPM-Package-for-Spotify/td-p/24181

 

I have changed all the updated library versions to point to correct paths and ran 'ldd /usr/bin/spotify' which seemed ok.

Here's my console output:

<-snip->
10:28:35.216 I [mainview:6886] Load complete (0) url: sp://feed/index.html
10:28:35.431 I [ad:1092] Found ad (time = 1334399337, adclass = 'mpu', time left = 0, length = 86400)
10:28:37.051 I [CefSchemeHandlers.cpp:289] Loading /img/pagination25x25.png with type image/png from import.
10:28:37.057 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/button-up.png with type image/png from import.
10:28:37.057 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-track.png with type image/png from import.
10:28:37.058 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-top.png with type image/png from import.
10:28:37.058 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-bottom.png with type image/png from import.
10:28:37.058 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-thumb-middle.png with type image/png from import.
10:28:37.058 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/button-down.png with type image/png from import.
10:28:37.058 I [CefSchemeHandlers.cpp:289] Loading /img/scrollbars/light/vertical-track-top.png with type image/png from import.
10:28:37.075 E [resource_loader.cpp:199] Loading of skin file(apps/home/import/img/placeholders/128-album.png) failed ''
10:28:37.075 E [CefSchemeHandlers.cpp:272] Failed to load URL: sp://home/import/img/placeholders/128-album.png
10:28:37.075 I [CefSchemeHandlers.cpp:289] Loading /img/play-button-M.png with type image/png from import.
10:28:37.088 I [CefSchemeHandlers.cpp:289] Loading /img/mainlist-star-simple-light.png with type image/png from import.
Segmentation fault (core dumped)

 

Superfan
M3t0r
Posts: 2
Registered: ‎12-04-2012

Re: Segmentation Fault with removed .cache/spotify

no segfault anymore with v.0.8.2.639.g79d339df. thanks!