![]() |
Xbmc 12.2 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Installation (/forum-16.html) +--- Thread: Xbmc 12.2 (/thread-858.html) Pages: 1 2 |
Xbmc 12.2 - Scool - 2nd May, 2013 05:25 AM hello i get trouble with one Mkv on my Rpi with 12.1 Xbian, no problem on my Rpi 12.2 Raspbmc, so my question there is a way to install 12.2 on xbian ? thx best regards Chris RE: Xbmc 12.2 - CurlyMo - 2nd May, 2013 05:37 AM https://github.com/xbianonpi/xbmc-nightly RE: Xbmc 12.2 - Scool - 3rd May, 2013 03:55 AM ok thx i test it in some minutes.. RE: Xbmc 12.2 - Scool - 3rd May, 2013 06:45 PM i did.. and now all is working good ! nice !! thx for the help RE: Xbmc 12.2 - roidy - 4th May, 2013 04:13 AM Help please, I'm trying to update to 12.2 using the instruction on the github page and I get the following error when I restart XBMC:- xbian@xbian ~/xbmc-nightly $ sudo service xbmc start xbian@xbian ~/xbmc-nightly $ /usr/local/lib/xbmc/xbmc.bin: error while loading shared libraries: libbluetooth.so.3: cannot open shared object file: No such file or directory RE: Xbmc 12.2 - Koenkk - 4th May, 2013 04:45 AM Code: sudo apt-get install libbluetooth3 fixes it RE: Xbmc 12.2 - roidy - 4th May, 2013 05:19 AM Thank you for such a quick response ![]() ![]() RE: Xbmc 12.2 - Koenkk - 4th May, 2013 05:26 AM Code: sudo apt-get update RE: Xbmc 12.2 - roidy - 4th May, 2013 05:35 AM Still hangs at starting xbmc, the progress bar moves but xbmc never starts. RE: Xbmc 12.2 - Koenkk - 4th May, 2013 05:57 AM Did you reboot after that? RE: Xbmc 12.2 - roidy - 4th May, 2013 06:16 AM Yep, a few times, also tried a new install, same problem. RE: Xbmc 12.2 - Koenkk - 4th May, 2013 06:26 AM Then try Code: sudo apt-get upgrade -y (I had the same issue you have today while testing XBMC 12.2, and somehow solved it) RE: Xbmc 12.2 - Scool - 4th May, 2013 06:27 AM i didn't had any trouble but yep i made an apt-get upgrade yesterday ... so perhaps .. RE: Xbmc 12.2 - roidy - 4th May, 2013 06:41 AM Excellent, that fixed it, thanks for the help Koenkk. Ok, next problem, that's not 12.2. It's showing as 12.1 Git:20130317-0d373cc (Compiled: Mar 18 2013) OK, did the github install instructions again and now it works and it's XBMC 12.2. Finally ![]() RE: Xbmc 12.2 - Rudy76 - 5th May, 2013 05:24 PM (4th May, 2013 06:41 AM)roidy Wrote: Excellent, that fixed it, thanks for the help Koenkk. Just want to confirm that I had the same issues after an upgrade to 12.2 and all the steps above did resolve the booting problem. R. |