Hello, I'm working to make a customized recovery CD from Apple's Recovery Partition and I need to know what frameworks VirtualBox needs to run. I already know I needed to copy over /System/Library/Frameworks/AGL.framework as it was a hard link, but now I'm getting the following error.
NSSoftLinking - The Librarian framework's library couldn't be loaded from (null).
NSSoftLinking - The function 'LBCurrentProcessHasUbiquityContainer' can't be found in the Librarian framework.
When that happens, I get an empty Critical Error message. I can't see what the buttons show or anything, see below.
dl.dropbox /u/610721/IMG_1353.jpg[/img]
Questions that pop to mind... Does VirtualBox need Java to run?
Source Code to my project is at github GRMrGecko/SpinRiteRecoveryDisc if you wish to try building a recovery disc with it and debug VirtualBox.
Sorry about URLs... This stupid limitation exists.
VirtualBox on a Mac OS Recovery CD.
Re: VirtualBox on a Mac OS Recovery CD.
I found that it used QuickTime.framework and Python.framework. So I copied those over, but still no go... I also found that NSSoftLinking has nothing to do with the issue.