Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Amarok crashes immediately with any engine by playing mp3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Erlenmayr
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2005
Posts: 85

PostPosted: Sat Dec 10, 2005 12:33 pm    Post subject: Amarok crashes immediately with any engine by playing mp3 Reply with quote

Hi!

If I want to play an mp3 with amarok, it crashes immediately after double clicking the entry in the playlist or clicking the play button. After that it starts my mail program (Mozilla Thunderbird). The engine I try to play with does not matter, it crashes with xine and gstreamer. It still plays Ogg Vorbis files without any trouble.

Two days ago there was a new version of amarok in the portage tree (1.3.7), so I updated. After that it did not play any mp3 files any more. I downgraded to the version which I had installed before, but the problem is still there.

After that I unmerged amarok completely and removed every configuration file. Then I installed the stable version of amarok 1.2.4, but it still crashes.

I let revdep-rebuild check the libraries, but there were no corruptions found. Other players (xmms, Kaffeine) still play mp3 without any trouble.

I also tried to remerge the packages used by amarok (perl, berkley DB etc.) but all that did not help.



Does anyone have an idea, what the problem is?
_________________
Die Idee ist gut, doch die Welt noch nicht bereit.
Back to top
View user's profile Send private message
weaksauce
Apprentice
Apprentice


Joined: 17 Nov 2005
Posts: 204
Location: NYC

PostPosted: Sat Dec 10, 2005 9:25 pm    Post subject: Reply with quote

I know it's obvious sounding, but you should look at the USE flags on it, I don't know why but when I turned off xmms USE flag, amarok became much more stable for me. I'm assuming you also have mp3 flag turned on? Just checking... I'm using version 1.3.7


Hope it helps,
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sat Dec 10, 2005 9:39 pm    Post subject: Reply with quote

Try rebuilding tunepimp and then amarok.

Does this happen using all the output engines?

Start from a commandline and post the message, if any, when it crashes.
Back to top
View user's profile Send private message
Erlenmayr
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 1:34 pm    Post subject: Reply with quote

Headrush wrote:
Try rebuilding tunepimp and then amarok.

I do not have tunepimp installed.

Headrush wrote:
Does this happen using all the output engines?

Yes.

Headrush wrote:
Start from a commandline and post the message, if any, when it crashes.

That does not give any output messages, because "amarok" starts another process called "amarokapp" and exits without trouble after that.
_________________
Die Idee ist gut, doch die Welt noch nicht bereit.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Dec 11, 2005 2:10 pm    Post subject: Reply with quote

Yo Erlenmayr ;)

try to start amarokapp directly. AFAIK that's the right way to start amarok anyway
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Erlenmayr
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 2:59 pm    Post subject: Reply with quote

gimpel wrote:
Yo Erlenmayr ;)

try to start amarokapp directly. AFAIK that's the right way to start amarok anyway


Code:
$ amarokapp
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
STARTUP
Previous frame inner to this frame (corrupt stack?)


The last line comes when amaroK crashes. But I do not unterstand it.

Some up-to-date information: I remerged taglib and amarok 1.3.6 - now it does not crash immediately after startup any more. It crashes a few seconds later.
_________________
Die Idee ist gut, doch die Welt noch nicht bereit.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Dec 11, 2005 3:31 pm    Post subject: Reply with quote

which database backend do you use? (just because i heard of that error somehow related to the database backend)

also a full gdb trace could be interesting and/or compile it in debug mode
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sun Dec 11, 2005 6:38 pm    Post subject: Reply with quote

To get full debugging info you will have to recompile with USE="debug" and add nostrip to the FEATURES= section in /etc/make.conf.

Last edited by Headrush on Sun Dec 25, 2005 8:33 pm; edited 1 time in total
Back to top
View user's profile Send private message
mr_smidge
n00b
n00b


Joined: 11 Aug 2003
Posts: 64
Location: London

PostPosted: Mon Dec 12, 2005 11:48 pm    Post subject: Reply with quote

I had this same issue after upgrading to gcc 3.4.4 - Since amaroK is a C++ application, I thought that this crashing was most likely due to the ABI change from changing compilers.

Re-emerging a few likely-looking packages solved things for me. I don't know which one of these packages in particular did the job, but you might like to try re-emerging some of the following:

Code:

# emerge faad2 gst-plugins id3lib libmpeg2 musicbrainz smpeg taglib xine-lib ffmpeg gst-plugins-ffmpeg tunepimp amarok


I realise this might be a bit of a sledgehammer "emerge everything and see" approach, but I HTH,
_________________
Mr Smidge
Back to top
View user's profile Send private message
Erlenmayr
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2005
Posts: 85

PostPosted: Sun Dec 25, 2005 8:12 pm    Post subject: Reply with quote

I only deactivated the database features of amarok in the setting menu - now it does not crash any more.

I think the problem is caused by the update of Berkley DB.
_________________
Die Idee ist gut, doch die Welt noch nicht bereit.
Back to top
View user's profile Send private message
Shards
n00b
n00b


Joined: 08 Jan 2006
Posts: 9

PostPosted: Mon Jan 09, 2006 4:28 am    Post subject: Reply with quote

hey guy, thought id add my 2 cents, i had this exact problem but a recompile of taglib fixed it. hope this helps you
Shards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum