Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on run #20

Open
brijazz opened this issue Jan 30, 2025 · 1 comment
Open

Error on run #20

brijazz opened this issue Jan 30, 2025 · 1 comment

Comments

@brijazz
Copy link

brijazz commented Jan 30, 2025

Just installed DV7toDV8 (app, not script) on an older Mac, running 10.13.6. On my first run, I get this error:

Setting target directory: '/Volumes/Movies/4K' • • •
Prompting for settings...
Using CMv4.0 config file...
Using bundled tools...
Processing directory: '/Volumes/Movies/4K' • • •
Demuxing BL+EL+RPU HEVC from MKV...
dyld: Symbol not found: _NSAppearanceNameDarkAqua
Referenced from: /Applications/DV7 to DV8.app/Contents/Resources/
tools/libs/libQt6Core.6.dylib (which was built for Mac 0S X 10.15)
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/
AppKit
in /Applications/DV7 to DV8.app/Contents/Resources/tools/libs/
libQt6Core.6.dylib
/Applications/DV7 to DV8.app/Contents/Resources/script: line 199:
79463 Abort trap: 6 "$mkvextractPath" "SmkvFile" tracks
0: "$BL_EL_RPU_HEVC"
Failed to extract HEVC track from MKV. Quitting.

Any suggestions?

@nekno
Copy link
Owner

nekno commented Jan 31, 2025

mkvtoolnix dropped support for macOS 10.13 in v42.0, so I think you need to install v41.0 and then use the option in the DV7 to DV8 Settings app to enable Use system tools.

I would recommend:

  • Install Homebrew
  • In Terminal:
    • Install mkvtoolnix: brew install mkvtoolnix
    • Install dovi_tool: brew install dovi_tool

If you can get those to compile and install for macOS 10.13, you should be able to enable the option to use them in the Settings app, approve the security controls, and hopefully be good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants