Kodi Community Forum

Full Version: XBMC crashes on playing music (Pre-Eden)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

XBMC crashes whenever I try to play music. It makes no difference if it's an item in the library or a plain file.

I'm using XBMCLive with a pre-eden build from 28th september.

Here's my full debug log:
http://pastebin.com/MVk2mYsz
Same issue here.
I just installed xbmc pre-eden with the unstable ubuntu app repository.
Quote:13:53:22 T:14314992 ERROR: Unable to load libmad.so.0, reason: libmad.so.0: cannot open shared object file: No such file or directory

sudo aptitude install libmad0

and will be happy Smile
Will try this out when i'm home.
Qestion, from where do you get this log?
Jep, 'sudo aptitude install libmad0' did the trick.
Can this be set as dependency for the ubuntu repo?

thank you for helping out!
Thanks, came here looking for a fix and found it.
Thanks!
Thanks!
This fixed it also on my Eden (Beta 2) system!
Thanks this also fixed the probelm on eden RC
Thanks this solved for me on Eden (final) on upgrade from XBMCLive
I've just verified and this is installed on a clean version of Eden (XBMCBuntu) - i suspect it may have been a missing dependancy under early Dharma releases. Hopefully this shouldn't be an issue now.

Code:
prae5@MicroServer:~$ dpkg -s libmad0
Package: libmad0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 152
Maintainer: Ubuntu Developers <[email protected]>
Architecture: i386
Source: libmad
Version: 0.15.1b-5ubuntu1
Depends: libc6 (>= 2.4)
Description: MPEG audio decoder library
MAD is an MPEG audio decoder. It currently only supports the MPEG 1
standard, but fully implements all three audio layers (Layer I, Layer II,
and Layer III, the latter often colloquially known as MP3.)
.
MAD has the following special features:
   - 100% fixed-point (integer) computation
   - completely new implementation based on the ISO/IEC 11172-3 standard
   - distributed under the terms of the GNU General Public License (GPL)
Original-Maintainer: Mad Maintainers <[email protected]>