XBMC exits to desktop when playing
#60
(2014-12-20, 23:59)Xander Log Wrote:
(2014-12-20, 23:17)fritsch Wrote: Windows Testbuild: http://mirrors.xbmc.org/test-builds/win3...verlay.exe

Linuxers can easily build from source.

Sincerely... your work is extraordinary!. It's amazing that you've a solution for windows and linux and I've read even someone has been testing on RPI.

I don't know how to fix it, I mean, I've see the lines affected and the file (xbmc/cores/dvdplayer/DVDPlayer.cpp) but I can't find it, I suppose it's compiled as you say.

how can I apply this patch?

Thanks a lot

You need to compile xbmc from source, which is not 100% easy.

Code:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get build-dep xbmc
git clone https://github.com/xbmc/xbmc.git
cd xbmc
git checkout Helix
./bootstrap
./configure --disable-debug --enable-optimizations --enable-vaapi --disable-vdpau
make -j5

If you find xbmc build succesfully, you can try to start it by doing (use the lubuntu desktop session):
Code:
./kodi.bin

don't do sudo make install, as helix will have that fix and comes out the next few days and we don't want to overwrite your local packaged installation.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply


Messages In This Thread
RE: XBMC exits to desktop when playing - by fritsch - 2014-12-21, 00:05
Logout Mark Read Team Forum Stats Members Help
XBMC exits to desktop when playing0