crmne / Soundflower

MacOS system extension that allows applications to pass audio to other applications.
https://github.com/Cycling74/Soundflower
MIT License
34 stars 4 forks source link

Error on install #1

Closed coreylight closed 10 years ago

coreylight commented 10 years ago

Getting an error trying to use the Soundflower.pkg from this tag: https://github.com/crmne/Soundflower/releases/tag/1.6.7-mavericks

"The Installation Failed" "The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance."

My machine: OSX 10.9.2. Xcode 5.1.1

Not sure how I can debug this to help further.

crmne commented 10 years ago

It should be fixed now in https://github.com/crmne/Soundflower/releases/tag/1.6.7-mavericks-p1, but I couldn't test it in another system so let me know!

coreylight commented 10 years ago

Still same error for me. :( Anything I can do to help debug?

crmne commented 10 years ago

Yes, could you press ⌘L and select Show All Logs and then paste it here? Thanks :)

coreylight commented 10 years ago

May 11 15:50:31 coreys-mbp.home installd[456]: PackageKit: ----- Begin install ----- May 11 15:50:31 coreys-mbp.home installd[456]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Soundflower.pkg”." UserInfo=0x7ffbd262d430 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Soundflower-1.6.7%202/Soundflower.pkg, PKInstallPackageIdentifier=com.cycling74.soundflower, NSLocalizedDescription=An error occurred while running scripts from the package “Soundflower.pkg”.} { NSFilePath = "./preinstall"; NSLocalizedDescription = "An error occurred while running scripts from the package \U201cSoundflower.pkg\U201d."; NSURL = "file://localhost/Volumes/Soundflower-1.6.7%202/Soundflower.pkg"; PKInstallPackageIdentifier = "com.cycling74.soundflower"; } May 11 15:50:32 coreys-mbp.home Installer[10697]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. May 11 15:50:32 coreys-mbp.home Installer[10697]: Displaying 'Install Failed' UI. May 11 15:50:32 coreys-mbp.home Installer[10697]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.

crmne commented 10 years ago

Is that all the logs you got in that window? If so can you post me the output of

$ which bash
$ ls -lah `which bash`

Otherwise please post everything that shows up there, and remember to select Show All Logs. Thanks!

coreylight commented 10 years ago
/bin/bash
-r-xr-xr-x  1 root  wheel   1.2M Oct 31  2013 /bin/bash
crmne commented 10 years ago

Can you run other bash scripts properly? The installer stops because the preinstall script fails without even printing unload the old soundflower… Try to run the preinstall script in particular. Thanks

coreylight commented 10 years ago

I ran the Uninstall script from terminal and then the pkg ran fine. I may have restarted before that as well. Thank you for all of your help and work on this package!

crmne commented 10 years ago

I'm glad it worked!