View Single Post
Old 07-12-2022, 09:35 AM   #96
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,996
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kovidgoyal View Post
@slantybard: That's an issue with loading libcrypto on macOS. If the developer of FFF will post a code snippet for whatever code is causing it to load and fail I will iinvestigate if something can be done.

Incidentally this is likely the same issue that affects the noDRM plugin on macOS.
Literally the same issue, I believe. From FFF:
Code:
        if not db.add_format_with_hooks(book_id,
                                        options['fileform'],
                                        book['outfile'], index_is_id=True):
Caliber is calling DeDRM(/NoDRM?) as a File Type plugin when FFF adds the format. Nothing FFF can do about it, I believe.
JimmXinu is offline