It looks like you're new here. If you want to get involved, click one of these buttons!
I just tried creating a new install on Mac from the stable release, 1.11. The setup.sh script failed to download the resource file https://bitbucket.org/orx/orx-extern/get/0487f7600096.zip.
When I go to that website there is no orx-extern folder in https://bitbucket.org/orx.
Everything is fine when installing HEAD, but I don't want to rely on unreleased code for my game.
Can someone either release a 1.11.1 that points to a valid url, or restore the file to the url above?
Thank you
Comments
Unfortunately bitbucket has removed support for mercurial, that's why the setup script cannot find the dependencies there anymore.
I'll upload a new version pointing to the new git repository (I thought that was already the case), however I do recommend syncing the main repo instead, using the master branch.
Ah I believe I see why you don't get the new URL for setup: did you use https://github.com/orx/orx/archive/1.11.zip instead of the actual asset from the release (https://github.com/orx/orx/releases/download/1.11/orx-src-1.11.zip) by any chance?
I'll move the tag in a short while to fix this issue, however I still recommend using the latest from the master branch.
I just moved the 1.11 tag, https://github.com/orx/orx/archive/1.11.zip should now be working as well.
Thanks for reporting the issue!