darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.36k stars 440 forks source link

DiscRecording.framework missing for Logic Pro X #935

Open BRichter99 opened 3 years ago

BRichter99 commented 3 years ago

Framework

Unfortunately all I could find was this brief description of the key classes and the header-files.

Test Application Logic Pro X (v10.4.4)

Steps To Reproduce

  1. Copy 'Logic Pro X.app' archive to /Applications/
  2. run '/Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X'

System Information

Software Version
Darling https://github.com/darlinghq/darling/commit/fdd60d1969d91c83146d22619c44e1410e6baedc

Probably not a priority, but I would love to see Logic work one day!

BRichter99 commented 3 years ago

The output:

dyld: Library not loaded: /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  Referenced from: /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
  Reason: image not found
abort_with_payload: reason: Library not loaded: /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  Referenced from: /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
  Reason: image not found; code: 1
Abort trap: 6 (core dumped)
mrolappe commented 2 years ago

Stubs are in master now.

neurodiverseEsoteric commented 1 year ago

Stubs are in master now.

Does that mean we can compose in Logic Pro on Linux now?

mrolappe commented 1 year ago

Most probably not, due to other missing stuff.

publicsite commented 1 month ago

It is missing some other stuff (I'm not sure if I should open a new issue) ...

Darling [/Applications/Logic Pro X.app/Contents/MacOS]$ ./Logic\ Pro\ X dyld: Library not loaded: /System/Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary Referenced from: /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X Reason: image not found abort_with_payload: reason: dyld: No shared cache present Library not loaded: /System/Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary Referenced from: /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X Reason: image not found; code: 1 Abort trap: 6 (core dumped)