Catalina and Makemkv
-
- Posts: 51
- Joined: Thu Dec 28, 2017 11:51 pm
Catalina and Makemkv
So, I'd really like to upgrade to OSX Catalina, but would rather not lose the ability to backup my UHD/Bluray media.
Can anyone confirm that Makemkv can rip UHD/Bluray disks running under Catalina?
Can anyone confirm that Makemkv can rip UHD/Bluray disks running under Catalina?
Re: Catalina and Makemkv
I'm not sure about the application itself, but the package "daspi_1.5" is incompatible when I try to install it from a clean macOS Catalina.
-
- Posts: 51
- Joined: Thu Dec 28, 2017 11:51 pm
Re: Catalina and Makemkv
OSX says it's a 64 bit kernel extension, but unsigned. wonder what's different about Catalina that would interfere? Kernel extensions have been depreciated, but they should still work...
https://www.sentinelone.com/blog/7-big- ... -catalina/
https://www.sentinelone.com/blog/7-big- ... -catalina/
Re: Catalina and Makemkv
Mike has said that you should not install dsapi unless MakeMKV says it would help. It should no longer be needed for most people.
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
-
- Posts: 51
- Joined: Thu Dec 28, 2017 11:51 pm
Re: Catalina and Makemkv
Well, I did a upgraded a spare HD I have as a test. Makemkv was able to decrypt the TOC of a UHD disk and list out all the tracts to extract. so.. it seems to work. I didn't go as far as ripping anything to storage though.
Re: Catalina and Makemkv
i've updated to catlina and i've ripped a few blurays since then.
i do have a problem with the automatic sdf updates failing. but i'm not sure its related
i do have a problem with the automatic sdf updates failing. but i'm not sure its related
Re: Catalina and Makemkv
For a new install, if you use the command "sudo spctl --master-disable" in the terminal, I was told this disables not being able to run unsigned applications. I haven't needed to use it yet, because mine was already installed. I would like to know everyone's results.
Re: Catalina and Makemkv
It seems you should be able to allow an exception. If you go to the MakeMKV download page, there is a link to Apple's web site regarding Gatekeeper options. Scroll to the bottom of that page and there are instructions on how to add an exception.
Re: Catalina and Makemkv
If you just double click MakeMKV under Catalina you can't run it, you just get Cancel and Move to Bin (or Trash depending where you are).
Either follow Apple's convoluted instructions linked above or just Option-Click the MakeMKV app in the Applications folder. You will still get the gatekeeper warning but it will now have the option to run it. You only need to do this once (for each version you download, so download a new version after 30 days and you have to do this again).
Either follow Apple's convoluted instructions linked above or just Option-Click the MakeMKV app in the Applications folder. You will still get the gatekeeper warning but it will now have the option to run it. You only need to do this once (for each version you download, so download a new version after 30 days and you have to do this again).
-
- Posts: 1
- Joined: Wed Dec 11, 2019 10:26 pm
Re: Catalina and Makemkv
First of all, it's Ctrl+Click (or right-click) and choose "open" to temporarily bypass the first gatekeeper hindrance.stemll wrote: ↑Tue Dec 10, 2019 6:26 pmIf you just double click MakeMKV under Catalina you can't run it, you just get Cancel and Move to Bin (or Trash depending where you are).
Either follow Apple's convoluted instructions linked above or just Option-Click the MakeMKV app in the Applications folder. You will still get the gatekeeper warning but it will now have the option to run it. You only need to do this once (for each version you download, so download a new version after 30 days and you have to do this again).
Not always that simple anymore. macOS first checks the Developer ID signature to verify that the software is from an identified developer.
Catalina also requires software to be notarized, so you can be confident that the software you run on your Mac doesn't contain known malware.
If it isn't notarized macOS Catalina will blindly assume that this software is malicious.
But I believe the xattr trick still works fine:
Code: Select all
sudo xattr -r -d com.apple.quarantine /Applications/[name_of_application_bundle_here].app
Re: Catalina and Makemkv
Just saw this. Does this mean sudo xattr won't work anymore?
https://forums.appleinsider.com/discussion/214092/
https://forums.appleinsider.com/discussion/214092/
Re: Catalina and Makemkv
Does anyone know whether Makemkv has applied or, if not, intends to apply to Apple for notarisation of the app?
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Catalina and Makemkv
There is no need. Catalina still perfectly allows running unsigned applications; and signed/hardened applications can load unsigned plugins (libmmbd) with some reasonable restrictions.