![]() |
|
Alaska Original BUGS thread - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Alaska (/forumdisplay.php?fid=126) +---- Thread: Alaska Original BUGS thread (/showthread.php?tid=68470) |
- scrolling - 2010-02-06 08:16 Hitcher I didn't read through the whole thread, so I'm not sure if this has been reported or not. The aired date seems like it belongs under the title.
- Hitcher - 2010-02-06 08:30 You're not using an up-to-date enough XBMC build. - scrolling - 2010-02-06 17:16 Hitcher Wrote:You're not using an up-to-date enough XBMC build. I'm using this XBMCupdate tool and it's saying I have the latest build. Is there someplace else I should be looking?
- succo - 2010-02-06 17:32 xbmcupdater doesn't update anymore you have to use http://mirrors.xbmc.org/nightlies/ to have the latest build available for win btw, xbmcupdater says you have the latest build available on that server, not the latest build, which is quite noticeable you don't have
- hcopp - 2010-02-06 17:39 how does one update to the latest build on xbmclive - from what I can tell they don't do nightly builds for linux - am I out of luck? I am also having the same issue. - scrolling - 2010-02-06 18:24 Thanks yet again. - calmdown - 2010-02-06 18:34 hcopp Wrote:how does one update to the latest build on xbmclive - from what I can tell they don't do nightly builds for linux - am I out of luck? I am also having the same issue. you'll have to update from the launchpad site i think, something like: add this to your /etc/apt/sources.list Code: deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main Code: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534Code: sudo apt-get updateCode: sudo apt-get install xbmcCode: sudo apt-get install xbmc-livebe aware tho that you might get an unstable version of xbmclive onto your box. - fidoboy - 2010-02-06 18:44 don't use that two last lines, you must use: Code: sudo apt-get upgradeand if that doesn't work, use this: Code: sudo apt-get dist-upgraderegards, - calmdown - 2010-02-06 18:54 well, if you apt-get upgrade you might get other issues, for one I experienced the other week was that my open-gl drivers was updated/changed so that it no longer worked with xbmc. so a complete reinstall was the easiest option for me at that point however only updating xbmc might also give you problems i suppose.. - hcopp - 2010-02-06 20:45 Thanks all, trying this out - last time I tried this to go from Beta I to RC1 i had to completely reinstall, we will see. |