Let’s have you verify the file PlexMediaServer-1.18.0.1944-f2cae8d6b-x86_64.zip that you downloaded. I’ll guess that file is in your Downloads directory.
The SHA1 checksum it spits out must match the one listed above. Does it?
If it does, please right click on the zip file in Finder, and choose Open with … then choose Archive Utility
Do that so you uncompress it with Apple’s built in Archive Utility, not some 3rd party app.
Let us know how you get along.
They cut my power for a few days in California. As far as your issue goes, it’s possible your limited user rights are a factor. See if you can get some help from your admin to install the program for all users. It’s just a program for watching videos and playing music.
Hello again. I was able to recreate your issue. It happens when a perfectly good application has its executable permissions stripped from it by Antivirus, Anti-Malware, Security, or File Sharing software.
We could prove that by listing the permissions.
Here are what correct files look like:
nibbles$ ls -l /Applications/Plex\ Media\ Server.app/Contents/MacOS
And below is what incorrect files look like on your computer, where all the files are missing the x for executable:
If your files lack the executable bit as I have deduced, then we could fix that by setting them correctly.
@nibbles i ran the first command (nibbles$ ls -l /Applications/Plex\ Media\ Server.app/Contents/MacOS) as an admin and i got what looks like the correct files:
That’s good news the firewall is off and the permissions are correct.
In general the error message you get is a good indication of what’s happening.
When I alter the permissions on MediaInfo.app:
and then I click MediaInfo in my Dock to start it, I see your type of error:
Even with the error, I can get a positive result when I try to run the app from the command line. Or the command line could yield more debug information. Let’s try it with MediaInfo. I’ve shown it won’t open with altered perms, and gives the same error as yours. On the command line, however, it will start:
When I issue that command, the application starts normally but is being run from the terminal. The terminal tab that’s open will be busy until I quit MediaInfo. So that is an example of how an app can still be run from the command line in certain cases.
Let’s have you issue a similar command with PMS and tell us what happens, and whether you get more information on the command line:
/Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Server
should be the command unless I made a typo. Good luck!