Xonotic Forums
[SOLVED] Cant get latest version on Mac - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Cant get latest version on Mac (/showthread.php?tid=1941)



Cant get latest version on Mac - FlyingHigh - 06-28-2011

I downloaded the auto updater and i followed the instructions (on my mac). When i type in ./update-xonotic.sh i get this error message:
rsync: on remote machine: --extended-attributes: unknown option
rsync error: requested action not supported (code 4) at clientserver.c(841) [sender=3.0.7]
rsync: read error: Connection reset by peer (54)
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-40/rsync/io.c(603) [receiver=2.6.9]


RE: Cant get latest version on Mac - Halogene - 06-29-2011

As far as I am informed, the daily autobuild does only builds for Linux and Windows. For Mac, I use git compile. You can find the instructions how to do that here:

http://dev.xonotic.org/projects/xonotic/wiki/Repository_Access (don't forget to install XCode as first thing if you haven't done so already)

This eats up more space and loads significantly slower (at least first time you connect to a server each time you start the game). But you're always on the bleeding edge of Xonotic development then and the game runs as fast as autobuilds do once you finished loading eventually.


RE: Cant get latest version on Mac - divVerent - 06-29-2011

No, it is supposed to support OS X. You have a weird rsync version there. Will probably have to make a new autobuild downlooader package to fix that.

Please redownlooad the autobuild downloader and try again. The issue is that Apple decided to change the meaning of the -E option.


RE: Cant get latest version on Mac - Halogene - 06-29-2011

Oh well then I failed at discovering that - I tried to set up the autobuild for my mac yesterday as well and couldn't figure it out. I'll have a look at it again.


RE: Cant get latest version on Mac - FlyingHigh - 06-29-2011

thanks that worked! XD <3