• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst]Amarok spielt plötzlich kein MP3 mehr

Hi,

ohne das ich ein Update gemacht habe, spielt Amarok keine MP3s mehr. Der Testton geht, den man über "Amarok einrichten" nutzen kann. Also scheint die Soundkarte ok. Der Treiber ist auch richtig. Im Backend ist ganz oben xine. Auch wie vorher. Als ich Amarok über das Terminal gestartet und MP3s zu spielen habe, bekam ich folgende Meldungen:

Code:
tomas@linux-u2zz:~> amarok
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!           
100119  8:25:45  InnoDB: Database was not shut down normally! 
InnoDB: Starting crash recovery.                              
InnoDB: Reading tablespace information from the .ibd files... 
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...                                                      
Object::connect: No such signal KLineEdit::downPressed()               
HTTP GET "http://post.audioscrobbler.com/?hs=true&p=1.2.1&c=ark&v=2.1.1&u=tomaschko86&t=1263885946&a=6207e45cf1b5f43749ab8f819a811dd6&api_key=402d3ca8e9bc9d3cf9b85e1202944ca5&sk=94bfbca86abc5a41c42bce44dc2f10cd"                                                               
Couldn't resolve property: linearGradient5167                                                                                            
link XMLID_9_ hasn't been detected!                                                                                                      
Couldn't resolve property: linearGradient3563                                                                                            
link XMLID_9_ hasn't been detected!                                                                                                      
link XMLID_9_ hasn't been detected!                                                                                                      
link XMLID_9_ hasn't been detected!                                                                                                      
amarok:  **********************************************************************************************                                  
amarok:  ** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **                                  
amarok:  ** amarok --debug                                                                           **                                  
amarok:  **********************************************************************************************                                  
tomas@linux-u2zz:~> QPainter::begin: Cannot paint on a null pixmap                                                                       
QPainter::translate: Painter not active                                                                                                  
QPainter::end: Painter not active, aborted                                                                                               
":"                                                                                                                                      
  QUrl( "" )                                                                                                                             
 ""                                                                                                                                      
":"                                                                                                                                      
  QUrl( "" )                                                                                                                             
 ""                                                                                                                                      
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
":"                                                                                                                                      
  QUrl( "" )                                                                                                                             
 ""                                                                                                                                      
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
WARNING: GOT NULL NODE IN COPY CONSTRUCTOR!                                                                                              
""                                                                                                                                       
Will retry in 60 seconds                                                                                                                 
QPainter::begin: Cannot paint on a null pixmap                                                                                           
QPainter::translate: Painter not active                                                                                                  
QPainter::end: Painter not active, aborted                                                                                               
QPainter::begin: Cannot paint on a null pixmap                                                                                           
QPainter::translate: Painter not active                                                                                                  
QPainter::end: Painter not active, aborted

Was tun?
 

lOtz1009

Moderator
Teammitglied
Nur mp3 aus der Datenbank oder auch welche die du z.B. über den Dateibrowser aufrufst?
Was liefert denn
Code:
rpm -qa | grep xine
 
auch beim direkten Dateiaufruf

Dein Konsolenkniff ergab folgendes:
Code:
tomas@linux-u2zz:~> rpm -qa | grep xine
libxine1-codecs-1.1.16.3-2.pm.6.5.i586
phonon-backend-xine-4.3.1-3.3.i586
xinetd-2.3.14-143.2.i586
libxine1-1.1.16.3-2.pm.6.5.i586
 
Hi
Mein Amarok hat auch gestreikt!

Das Problem verursachte ein K3B-Codec:
Note 1: On 32-bit systems there'll be a dialog asking for about architecture change for libxine1 from from i586 to i686, accept that change.

Note 2: If you have already installed xine components (most people) then there is a version conflict with two codec packs: libxine1-codecs and k3b-codecs. You are presented with a warning dialog and conflict resolutions. Select the topmost "install" option "with vendor change" for everything to work.

Gefunden auf http://opensuse-community.org/Restricted_Formats/11.2


Ich habe einfach die 1KlickInstallation gemacht und Amarok neu gestartet. Und siehe da, es geht!
 
Ich hab mich sowieso mit amarok nie anfreunden koennen und hab mir dann auf openSUSE 11.2 einfach per webpin xmms besorgt :up:

Das nur mal als Tipp :D

LG ... Wolfi ;)
 
ich habe mich mit Amarok sofort angefreundet und möchte es nicht missen ;)

ich werde mich mal an die Lösung von xunilinux wagen und berichten
 
Ich habe mich die Nacht mit google rumgeschlage, da auch der letzte Vorschlag nicht half.

geholfen hat nun folgendes: den Ordner .xine (im Homeverzeichnis) umbenennen in .xine.bak und Rechner neustarten. Dann erstellt sich die Konfigurationsdatei von xine selbst neu und danach ging es wieder. So einfach kann es sein.
 
Oben