Kodi Community Forum

Full Version: XBMC shutting down suddenly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm on Ubuntu 11.04.

XBMC crashes after a few seconds after I am in the video source (i.e. tv series)

I get this from the terminal:

Code:
there is no soundcard // I actually have sound
Segmentation fault (core dumped)
Crash report available at /home/stuepc/xbmc_crashlog-20110907_194441.log

xbmc_crashlog-20110907_194441.log


Somebody that can help me understand?
Same happend to me today!
I've tried to reinstall and everything.

Get different errors when i run xbmc from commandline

Here's one of them:
<code>xbmc@xbmc:~/.xbmc/userdata/Database$ xbmc
Running DIL (3.6.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
there is no soundcard
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 36
Current serial number in output stream: 37
Segmentation fault (core dumped)
Crash report available at /home/xbmc/xbmc_crashlog-20110907_202341.log
</code>

http://pastebin.com/BDsnA3yg
Think this is the problem...
https://github.com/xbmc/xbmc/commit/6351...20314b67b6
Found it in another thread, should be ok after they do tonight's nightly build.
*fingers crossed*
have the same problem with svn, but it crashes when going into video plugins and movies etc.. all video related, everything else is running file..
I'm glad seeing I'm not the only one with this problem!
having the same problem here. Natty+Eden. XBMC crashes when i try to look into movies/episodes. With music it works. crossing fingers.
has anyone got this problem fixed.. I haven't had any nightly builds in quit a few days.Nerd
also eagerly waiting for an update. had none in several days.
Hey.

I managed to get it fixed for me today. I am using Ubuntu 11.04 (natty) and xbmc from the development repository.

In case you've not tried, do the following:
Code:
sudo apt-get update
sudo apt-get upgrade

I also had to update the alsa drivers, as i have just installed a Nvidia GT 430 card and wanted to get the audio working over HDMI. Used the commands in this link.

Don't know if it's relevant to you guys, but doing both of those things seemed to have fixed it for me.