darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyld: Missing AVFAudio Library

soype opened this issue · comments

commented

Hi all, I'm trying Darling to port Arc Browser to Linux but I'm encountering this error. I've donwloaded the latest build of Darling (at least the one that's on the website) and the latest version of Arc.

darling ~/.darling/Applications/Arc.app/Contents/MacOS/Arc 
Bootstrapping the container with launchd...
dyld: Library not loaded: /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
  Referenced from: /Applications/Arc.app/Contents/MacOS/Arc
  Reason: image not found
abort_with_payload: reason: dyld: No shared cache present
Library not loaded: /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
  Referenced from: /Applications/Arc.app/Contents/MacOS/Arc
  Reason: image not found; code: 1

Am I missing a library?

oh well, just tried the same (via wsl lmao, to get the double vitualization-emulation)

i just thought of starting a macos vm and copying the needed files over but i'm too lazy to create a macos vm lmao

Am I missing a library?

A framework stub will need to be created. However, GUI support is still at it's early stages, so it will be a while before the Arc Browser works on Darling.

i just thought of starting a macos vm and copying the needed files

Darling doesn't support running macOS' system libraries/framework.

Darling doesn't support running macOS' system libraries/framework.

ohh i see, thanks for notice :)