The latest update to Plex Media Server doesn’t launch in Mac OS Ventura 13.6.7 (Intel). I have been using Plex for many years. I did try to download a clean copy from Plex.tv with the same results. Is it possible to download the previous version?
I was able to download and install the previous update (1.40.2.8395-c67dce28e) and it works again. I would appreciate a fix for this though. I like to keep up to date.
If there’s no hint on why it’s failing to launch in your server logs, you could try the following procedure to identify what’s wrong with the setup:
Open Finder and navigate to /Applications
Select Show Content from the context menu of the Plex Media Server.app item
Navigate to Contents/MacOS
Open the Terminal app
Drag the Plex Media Server executable from the Finder window (#3) into the Terminal Window and press Return to execute it
This is no different from running the app, so it won’t succeed – but you should get a more specific error message about what’s causing it to fail starting.
Post your server logs from a failed startup attempt. You can find them in ~/Library/Logs/Plex Media Server. Plex zip and attach the whole set of logs.
Run “/Applications/Plex Media Server.app/Contents/MacOS/Plex Media Server” directly from a terminal and have a look at the output (and/or post it here). It may provide some clues as to why it’s failing to start.
[Edit]
Oops, crossed posts with @tom80H . Their way is probably easier.
This is the result from attempting to launch version 1.40.4:
tony@Server ~ % /Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Server
Error: Unable to set up server: sqlite3_statement_backend::loadOne: database disk image is malformed (N4soci10soci_errorE)
Launching version 1.40.2 from terminal results in:
tony@Server ~ % /Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Server
Error: Unable to set up server: sqlite3_statement_backend::loadOne: database disk image is malformed (N4soci10soci_errorE)
tony@Server ~ % /Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Server
Error starting framework core for /Users/tony/Library/Application Support/Plex Media Server/Plug-ins/PlexTools.bundle.
It’s possible that the database corruption is only exposed by the new version. I’d suggest backing up your current databases (com.plexapp.plugins.library.db and com.plexapp.plugins.library.blobs.db) and running @ChuckPa’s excellent DBRepair.sh tool to check for and repair damage to your database (this is Chuck’s own project, but he’s a Plex team member):
You can just download it to your Downloads folder, make sure Plex isn’t running, run the script, and choose the automatic option. Read the GitHub page for full options/directions.