Hi!
I there a way to install latest SVN builds from SSHC site? Every time when you run the script there comes the error 126.
TNX
illiac4
Fan Joined: May 2009 Reputation: 1 |
2010-04-25 11:21
Post: #1
|
| find quote |
Sam.Nazarko
Posting Freak Posts: 835 Joined: Dec 2009 Reputation: 12 Location: London |
2010-04-25 21:16
Post: #2
Use the official builds by adding it to your Launcher downloads menu:
Code: ssh frontrow@appletv.localThe official builds are much better, they are automated by buildbot and they are trusted. Bare in mind that right now there is a code merge taking place through SVN, so for stability issues, builds have stopped. See http://mirrors.xbmc.org |
| find quote |
KevinSartori
Senior Member Joined: Dec 2003 Reputation: 1 Location: Connecticut, USA |
2010-05-11 15:55
Post: #3
I know things are unstable right now, but I'd like to experiment with a new build for AppleTV. I recall reading in a different post that we are still probably months away from the official nightly builds being activated again. Is anyone able to install a new build from SSHC for AppleTV without getting the error:
Error: Update script exited with status: 126 Is there any way around this? Has anyone downloaded the .DMG directly and successfully updated the AppleTV lately? Thanks! |
| find quote |
tuckbodi
Senior Member Posts: 291 Joined: Oct 2008 Reputation: 5 Location: A beach on Kepler 22-b |
2010-05-11 21:11
Post: #4
I think I read around here somewhere that it has something to do with how he's building it because he was using a 10.5 version of something or other. Thus, the build will work on say a Mac w/10.5 or greater but will not work on say an AppleTV w/10.4. I think that's what I read and actually proved it worked on my Mac mini running 10.6 but got an error on my ATV with the same XBMC.
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-05-11 23:35
Post: #5
tuckbodi Wrote:I think I read around here somewhere that it has something to do with how he's building it because he was using a 10.5 version of something or other. Thus, the build will work on say a Mac w/10.5 or greater but will not work on say an AppleTV w/10.4. I think that's what I read and actually proved it worked on my Mac mini running 10.6 but got an error on my ATV with the same XBMC. Only builds targeting 10.4SDK are supported, if you target 10.5/10.6, you are on your own. MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-05-11 23:56
Post: #6
How about a context for "Error: Update script exited with status: 126", is that runtime or what?
MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
KevinSartori
Senior Member Joined: Dec 2003 Reputation: 1 Location: Connecticut, USA |
2010-05-12 05:15
Post: #7
ssh frontrow@appletv.local
defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array http://www.sshcs.com/xbmc/Info.asp This adds the SSHC nightly build option to Launcher. When you go into the Launcher menu and then select Downloads, you can select it and it downloads, but, unfortunately, when it tries to install, it gives the following onscreen error: Error: Update script exited with status: 126 You can hit the Menu button to escape back to the AppleTV menu screen. Before you guys launched the official nightly builds, I used to use it to update to the latest XBMC build for AppleTV, but somewhere along the line, it became broken. I tried emailing the guy who runs the SSHC site (TheQuestor), but he doesn't have an AppleTV and doesn't seem to know why it doesn't work. In fact, I kind of got the impression that he thought it might just be a problem on my end... |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-05-12 05:25
Post: #8
KevinSartori Wrote:ssh frontrow@appletv.local run the script manually to see what the problem is. http://www.sshcs.com/xbmc/Info.asp is the following; UpdateScript http://files.getdropbox.com/u/858897/XBM...e_sshcs.sh URL http://www.sshcs.com/xbmc/?mode=CW&P=OSX&R=30020 Type Application MD5 5385cf23d7ad71f12b8cc6fd812519b1 Name XBMC r30020 Date 11/05/2010 04:15 PM Code: wget http://files.getdropbox.com/u/858897/XBMC/xbmc-9.04_update_sshcs.shMediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
KevinSartori
Senior Member Joined: Dec 2003 Reputation: 1 Location: Connecticut, USA |
2010-05-12 16:10
Post: #9
I'm not really that good at this kind of stuff, but I'll give it a try. Here's what I got when I ran those four lines of code in PuTTY:
Code: login as: frontrowLooking at the last error, I downloaded XBMC_OSX_30020.tgz manually and moved the file over to the frontrow directory using WinSCP. Then I tried that last line again in PuTTY: Code: -bash-2.05b$ ./xbmc-9.04_update_sshcs.sh XBMC_OSX_30020.tgzUsing WinRAR, I can see that the XBMC_OSX_30020.tgz archive contains the file XBMC.dmg. I extracted it manually. I noticed that there was no XBMCLauncherDownloads directory in Caches, so I created one. I moved XBMC.dmg to the /Users/frontrow/Library/Caches/XBMCLauncherDownloads directory with WinSCP and tried that last line again: Code: -bash-2.05b$ ./xbmc-9.04_update_sshcs.sh XBMC_OSX_30020.tgzIt seemed like it might have worked, but when I try to launch XBMC from the AppleTV launcher menu, I get the following onscreen error: Error: XBMC/Boxee exited with status: 5 Hit menu to return I was a little worried that I might have completely blown out XBMC, but I was able to go in to the Downloads section of Launcher and reinstall the last official nightly build, XBMC svn r28256. Whew! I would love to experiment with the latest changes, but there doesn't seem to be an easy way for XBMC on AppleTV folks to go about it. |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-05-12 17:31
Post: #10
KevinSartori Wrote:I'm not really that good at this kind of stuff, but I'll give it a try. Here's what I got when I ran those four lines of code in PuTTY: Their script needs to create /Users/frontrow/Library/Caches/XBMCLauncherDownloads "Error: XBMC/Boxee exited with status: 5" is a crash, there should be a crashreporter.log file and xbmc.log file related to this. MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |

Search
Help