11-06-2016, 10:54 AM
(This post was last modified: 01-19-2018, 05:24 PM by -z-.
Edit Reason: Added solution to the top of the thread and context for the issue.
)
Latest edit by mod for visibility:
The first thing to try is control+click the application in Finder, then select "open" and click "open" again when you see the popup.
This is the easiest way.
Edit by mod for visibility:
Type the following, replacing "/path/to/" with your actual path to Xonotic:
I would like to shed light on the reason for this.
We haven't paid "the Apple Tax" ... as a developer you have to pay Apple in order to sign your packages. We are an "unknown" developer to them, and the package is unsigned. This DOES NOT mean the package cannot be verified. This is exactly why we provide hash sums to verify your downloaded package.
The Team is discussing possible solutions, but for now, the command above is you saying "yes, I know I downloaded this, and verified I know the developers" manually.
See the tracker for more technical details https://gitlab.com/xonotic/xonotic/issues/182
OP below this line
-------
Greetings:
I downloaded "xonotic-0.8.1.zip" this morning and I am unable to get it working on my macOS Sierra 10.12.1 system. When I click on the Application to launch it, it says the following.
I installed it by doing the following steps.
I tried launching it via double-clicking on it within Finder and with the following command within Terminal.
The configuration directory path that is auto-generated is within the following directory. I have tried removing this in-between each attempt and it doesn't fix the problem.
I have also tried updating with "rsync-updater."
The closest I've been able to get to get it working was to do the following.
This will work after the "release" or "autobuild" updates; it will not produce sound if run without the update, i.e., straight from the initial Zip file. When it does launch, it sends torturous stuff to the speakers for a few seconds before it settles.
I appreciate any assistance and recommendations with regards to this problem. Thank you for your help and time.
Kind regards,
iqxonotic
The first thing to try is control+click the application in Finder, then select "open" and click "open" again when you see the popup.
This is the easiest way.
Edit by mod for visibility:
Type the following, replacing "/path/to/" with your actual path to Xonotic:
Quote:xattr -r -d com.apple.quarantine "/path/to/Xonotic.app"
I would like to shed light on the reason for this.
We haven't paid "the Apple Tax" ... as a developer you have to pay Apple in order to sign your packages. We are an "unknown" developer to them, and the package is unsigned. This DOES NOT mean the package cannot be verified. This is exactly why we provide hash sums to verify your downloaded package.
The Team is discussing possible solutions, but for now, the command above is you saying "yes, I know I downloaded this, and verified I know the developers" manually.
See the tracker for more technical details https://gitlab.com/xonotic/xonotic/issues/182
OP below this line
-------
Greetings:
I downloaded "xonotic-0.8.1.zip" this morning and I am unable to get it working on my macOS Sierra 10.12.1 system. When I click on the Application to launch it, it says the following.
Code:
You have reached this menu due to missing or unlocatable content/data.
You may consider adding
-basedir /path/to/game
to your launch commandline
I installed it by doing the following steps.
Code:
$ md5sum xonotic-0.8.1.zip
f7a9cd8ab68a00336acca164f983b569
$ unzip xonotic-0.8.1.zip
$ mv Xonotic /Applications/MyApplications
I tried launching it via double-clicking on it within Finder and with the following command within Terminal.
Code:
$ open /Applications/MyApplications/Xonotic/Xonotic.app
The configuration directory path that is auto-generated is within the following directory. I have tried removing this in-between each attempt and it doesn't fix the problem.
Code:
~/Library/Application Support/xonotic
I have also tried updating with "rsync-updater."
Code:
$ cd /Applications/MyApplications/Xonotic/misc/tools/rsync-updater
$ ./update-to-release.sh
# when that didn't work...
$ ./update-to-autobuild.sh
The closest I've been able to get to get it working was to do the following.
Code:
$ cd /Applications/MyApplications/Xonotic/Xonotic.app/Contents/MacOS/
$ open xonotic-osx-sdl-bin
This will work after the "release" or "autobuild" updates; it will not produce sound if run without the update, i.e., straight from the initial Zip file. When it does launch, it sends torturous stuff to the speakers for a few seconds before it settles.
I appreciate any assistance and recommendations with regards to this problem. Thank you for your help and time.
Kind regards,
iqxonotic