clementine stops

Hi, I have already installed Clementine on openSUSE 13.2 (KDE) and I have problem with mp3 files

Clementine start normally and play .mp4 but
when i choose to add mp3 tracks to the playlist and click to play them, then I took that logs from terminal

alexandros@desktop:~> clementine
00:19:53.387 INFO  main:305                         Clementine 1.2.2 
00:19:53.481 DEBUG WorkerPool<HandlerType>:281      Starting worker 0x7f7b0ea23770 "/usr/bin/clementine-tagreader" "/tmp/clementine_503658017" 
00:19:53.482 DEBUG WorkerPool<HandlerType>:281      Starting worker 0x7f7b0ea23770 "/usr/bin/clementine-tagreader" "/tmp/clementine_1155129435" 
00:19:53.515 INFO  main:46                          TagReader worker connecting to "/tmp/clementine_503658017" 
00:19:53.515 DEBUG WorkerPool<HandlerType>:301      Worker 0x7f7b00014ef0 connected to "/tmp/clementine_503658017" 
00:19:53.525 INFO  main:46                          TagReader worker connecting to "/tmp/clementine_1155129435" 
00:19:53.526 DEBUG WorkerPool<HandlerType>:301      Worker 0x7f7b00016490 connected to "/tmp/clementine_1155129435" 
00:19:53.556 INFO  Player:561                       Registered URL handler for "di" 
00:19:53.557 DEBUG InternetModel:124                Adding internet service: "DigitallyImported" 
00:19:53.636 DEBUG InternetModel:124                Adding internet service: "Icecast" 
00:19:53.641 DEBUG InternetModel:124                Adding internet service: "Jamendo" 
00:19:53.676 INFO  Player:561                       Registered URL handler for "lastfm" 
00:19:53.676 DEBUG CoverProviders:34                Registered cover provider "last.fm" 

00:19:53.708 DEBUG NetworkProxyFactory:30           Detected system proxy URLs: ("", "", "", "") 
00:19:53.708 DEBUG CoverProviders:34                Registered cover provider "Amazon" 
00:19:53.708 DEBUG CoverProviders:34                Registered cover provider "Discogs" 
00:19:53.708 DEBUG CoverProviders:34                Registered cover provider "MusicBrainz" 
00:19:53.717 WARN  DeviceKitLister:56               Error enumerating DeviceKit-disks devices: "org.freedesktop.DBus.Error.ServiceUnknown" "The name org.freedesktop.UDisks was not provided by any .service files" 
00:19:53.727 WARN  IconLoader:54                    Couldn't load icon "clementine-panel" 
00:19:53.732 WARN  IconLoader:54                    Couldn't load icon "clementine-panel-grey" 
00:19:53.760 DEBUG QxtGlobalShortcutBackend:32      registering 
00:19:53.761 WARN  unknown                          QxtGlobalShortcut failed to register: "Media Next"  
00:19:53.761 WARN  unknown                          QxtGlobalShortcut failed to register: "Media Play"  
00:19:53.761 WARN  unknown                          QxtGlobalShortcut failed to register: "Media Previous"  
00:19:53.761 WARN  unknown                          QxtGlobalShortcut failed to register: "Media Stop"  
00:19:53.823 DEBUG MainWindow:191                   Starting 
00:19:53.831 WARN  IconLoader:54                    Couldn't load icon "find" 
00:19:53.913 WARN  unknown                          libpng warning: iCCP: known incorrect sRGB profile 
00:19:53.932 DEBUG MainWindow:243                   Initialising player 
00:19:53.944 DEBUG MainWindow:249                   Creating models 
00:19:53.951 DEBUG MainWindow:269                   Creating UI 
00:19:53.971 DEBUG MainWindow:630                   Creating equalizer 
00:19:53.984 DEBUG MainWindow:655                   Creating now playing widget 
00:19:54.046 WARN  unknown                          libpng warning: iCCP: known incorrect sRGB profile 
00:19:54.203 DEBUG MainWindow:699                   Loading settings 
00:19:54.207 INFO  NetworkRemote:83                 Network Remote deactivated 
00:19:54.281 DEBUG MainWindow:756                   Started 
00:19:54.286 INFO  DeviceManager:410                Device added: "/dev/sr0" 

00:19:58.885 INFO  MoodbarLoader:144                Creating moodbar data for "/home/alexandros/Music/David Guetta - Dangerous.mp3" 
00:19:58.935 ERROR unknown                          Fatal Error: Accessed global static 'KIconLoader *globalIconLoader()' after destruction. Defined at /home/abuild/rpmbuild/BUILD/kdelibs-4.14.3/kdeui/icons/kiconloader.cpp:1625 
Aborted

Many thanks for any help

Clementine uses gstreamer-0.10, so check that you have gstreamer-0_10-fluendo-mp3 installed (it isn’t by default any more I think, as KDE uses gstreamer-1.0 now). And/or make sure that all gstreamer-0_10 packages come from Packman and you additionally have gstreamer-0_10-plugins-ugly-orig-addon
(but in my experience, the fluendo plugin is the best one).

Clementine start normally and play .mp4 but
when i choose to add mp3 tracks to the playlist and click to play them, then I took that logs from terminal

alexandros@desktop:~> clementine
00:19:58.885 INFO  MoodbarLoader:144                Creating moodbar data for "/home/alexandros/Music/David Guetta - Dangerous.mp3" 
00:19:58.935 ERROR unknown                          Fatal Error: Accessed global static 'KIconLoader *globalIconLoader()' after destruction. Defined at /home/abuild/rpmbuild/BUILD/kdelibs-4.14.3/kdeui/icons/kiconloader.cpp:1625 
Aborted

Well, the last message there is about creating the moodbar data, so maybe try to disable that.
No idea about that kiconloader error though at the moment. I would find it strange that it would only happen (and cause clementine to crash) with MP3 files…

It works!
Just Installed gstreamer-0_10-fluendo-mp3 package and work fine now!

Thank you!!!