Page 1 of 1

Catalina and Makemkv

Posted: Sat Oct 12, 2019 4:09 pm
by Low Winter Sun
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?

Re: Catalina and Makemkv

Posted: Sun Oct 13, 2019 6:06 pm
by bl00dshed
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.

Re: Catalina and Makemkv

Posted: Mon Oct 14, 2019 1:09 am
by Low Winter Sun
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/

Re: Catalina and Makemkv

Posted: Mon Oct 14, 2019 1:38 am
by Woodstock
Mike has said that you should not install dsapi unless MakeMKV says it would help. It should no longer be needed for most people.

Re: Catalina and Makemkv

Posted: Mon Oct 14, 2019 7:15 pm
by Low Winter Sun
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

Posted: Tue Oct 15, 2019 10:00 pm
by 315dude
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

Re: Catalina and Makemkv

Posted: Mon Oct 21, 2019 9:54 pm
by jimthedj
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

Posted: Sat Oct 26, 2019 4:57 pm
by MaxJones
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

Posted: Tue Dec 10, 2019 6:26 pm
by stemll
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).

Re: Catalina and Makemkv

Posted: Wed Dec 11, 2019 11:04 pm
by furiousape
stemll wrote:
Tue Dec 10, 2019 6:26 pm
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).
First of all, it's Ctrl+Click (or right-click) and choose "open" to temporarily bypass the first gatekeeper hindrance.

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

Posted: Mon Dec 23, 2019 6:16 pm
by Razor
Just saw this. Does this mean sudo xattr won't work anymore?

https://forums.appleinsider.com/discussion/214092/

Re: Catalina and Makemkv

Posted: Tue Dec 31, 2019 8:59 am
by Rasseru
Does anyone know whether Makemkv has applied or, if not, intends to apply to Apple for notarisation of the app?

Re: Catalina and Makemkv

Posted: Mon Jan 13, 2020 11:11 am
by mike admin
There is no need. Catalina still perfectly allows running unsigned applications; and signed/hardened applications can load unsigned plugins (libmmbd) with some reasonable restrictions.