norio-nomura / EasySIMBL

EasySIMBL is modified "SIMBL" for OS X 10.7, 10.8, 10.9 or 10.10 supporting sandbox, resume. No installer.
818 stars 76 forks source link

Cannot find executable for CFBundle #2

Closed ylluminate closed 11 years ago

ylluminate commented 11 years ago

I have my Users folder on a different volume and am seeing errors such as the following rather frequently within my system.log for EasySIMBL: Cannot find executable for CFBundle 0x100138250 (not loaded)

norio-nomura commented 11 years ago

I have coded on the premise that ~/Library is on same volume with EasySIMBL.app. I hope this issue will be resolved if EasySIMBL.app is installed on your Users folder volume, such as ~/Applications.

ylluminate commented 11 years ago

It is presently installed on /Applications and ~ is on another volume (where /Users is another volume). Should I then make a ~/Applications folder and drop EasySIMBL.app into that instead of /Applications?

norio-nomura commented 11 years ago

As I know, EasySIMBL.app needs to be placed on same volume with ~/Library/ScriptingAdditions, ~/Library/Application Support/SIMBL/Plugins and ~/Library/Containers/<sandboxed-app-bundle>. You can place EasySIMBL.app at any folders matching these conditions.

norio-nomura commented 11 years ago

EasySIMBL-1.4 has been released for resolving this issue. Now EasySIMBL.app can work in /Application with /Users in another volume. Thank you for your reporting.