Playing MP3s crashes XBMC on ArchLinux
#1
I have a problem with xbmc on my archlinux... Built it using the xbmc-svn pkgbuild from AUR, and everything works fine, except playing MP3s... Whenever I try to play a mp3, xbmc simply crashes. Anyone else ever had that prob? Here's my debug log:http://omploader.org/vMTY4aA

Thanks in advance, mots
Reply
#2
i had this exact same problem, its your paplayer that causint it .. so what i done was i changed my default player to dvdplayer and all is good now .. just search this forum for changing default player! worked for me
Reply
#3
It works with DVDPlayer, but I don't seem to get any visualizations... Is there any way to get visualizations with DVDPlayer?
Reply
#4
mots Wrote:It works with DVDPlayer, but I don't seem to get any visualizations... Is there any way to get visualizations with DVDPlayer?
xbmc-svn 17396-1 is the latest revision that doesnt crash on me when playing mp3s with paplayer. for newer i have to use dvdplayer Sad
Reply
#5
Stack trace?
Reply
#6
Code:
20:41:40 T:3056199536 M:279719936   DEBUG: ------------------- GUI_MSG_WINDOW_DEINIT
20:41:40 T:3056199536 M:279719936   DEBUG:
20:41:40 T:3056199536 M:279719936   DEBUG: -------------------
20:41:40 T:3056199536 M:279617536   DEBUG: SECTION:UnloadDelayed(DLL: Q:\system\ImageLib-i486-linux.so)
20:41:40 T:3056199536 M:279617536   DEBUG: Unloading: ImageLib-i486-linux.so
20:41:40 T:3056199536 M:281751552   DEBUG: Update - NEW at 30697:000000037ff07be0 00 Down mceusb (Down)
20:41:40 T:3056199536 M:281751552   DEBUG: OnKey: 167 pressed, action is 4
20:41:41 T:3056199536 M:286007296   DEBUG: Update - NEW at 31357:000000037ff07be1 00 Up mceusb (Up)
20:41:41 T:3056199536 M:286007296   DEBUG: OnKey: 166 pressed, action is 3
20:41:41 T:3056199536 M:286007296   DEBUG: Update - NEW at 31657:000000037ff07bdd 00 OK mceusb (OK)
20:41:41 T:3056199536 M:286007296   DEBUG: OnKey: 11 pressed, action is 7
20:41:41 T:3056199536 M:286007296   DEBUG: new file set audiostream:0
20:41:41 T:3056199536 M:286007296   DEBUG: CPlayerCoreFactor::GetPlayers(/home/gorus/data/Music/test.mp3)
20:41:41 T:3056199536 M:285937664   DEBUG: SECTION:LoadDLL(Q:\system\players\paplayer\MADCodec-i486-linux.so)
20:41:41 T:3056199536 M:285937664   DEBUG: Loading: /usr/share/xbmc/system/players/paplayer/MADCodec-i486-linux.so
20:41:41 T:3056199536 M:285798400    INFO: MP3Codec: Loaded decoder at 0xb4170e30
20:41:41 T:3056199536 M:285798400   DEBUG: SECTION:LoadDLL(Q:\system\players\paplayer\MACDll-i486-linux.so)
20:41:41 T:3056199536 M:285798400   DEBUG: Loading: /usr/share/xbmc/system/players/paplayer/MACDll-i486-linux.so
(END)
Reply
#7
gorus Wrote:xbmc-svn 17396-1 is the latest revision that doesnt crash on me when playing mp3s with paplayer. for newer i have to use dvdplayer Sad

Uhm, nothing in core have changed since r17393 (both pap and dvdp lies in core).

You sure on that numbering? If so I would have to guess something is failing while you make XBMC.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#8
yep numbering is correct .. ill try to get a log of my build and pastebin it somewhere .. somebody with the know how could help all of us .. im myself am just an avg. linux user cant help with much but to provide logs and info as much as i can Sad
Reply
#9
Hehe, also do provide a stacktrace, its a sticky in forum on how to obtain it.

Cheers,
Tobias
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#10
And a full debug log. None of that snipping crap. Use pastebin.com.
Reply
#11
ok.. please dont hit me just yet ill be good next time

backtrace:
http://pastebin.com/m6fccfcad

xbmc.log
http://pastebin.com/m21e348ae

hope this is what you asking for, if not slap me and ill try harder
Reply
#12
Nah thats what we wanted, looks like its seg faulting in madc-11 ? which isnt changed since, I dont even know when it changed Smile

Anyways, try make reallyclean and if it says anything about revert then you need to delete those files (or checkout a completely new workspace)

and then do ./configure and such, please provide logs on the make and configure process.

Also do a sudo make uninstall incase you installed it with make prior so we dont have something old. Also did you change kernel recently?

Cheers,
Tobias
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply

Logout Mark Read Team Forum Stats Members Help
Playing MP3s crashes XBMC on ArchLinux0