Page 1 of 1

installation's problems

Posted: Fri Sep 09, 2011 8:28 am
by scagnosky
I can't install audacity 1.3 (any version) on my macbook (intel - 32bit - OSX 10.5).
It makes VST scanning than..crash! I've tried to moove away vst from vst's folder in the library but without results!
somebody has ideas to help me?
Thanks!

Re: installation's problems

Posted: Fri Sep 09, 2011 12:40 pm
by kozikowski
You can get into trouble when an older install of Audacity hangs and leaves trash around to poison a new install.

http://wiki.audacityteam.org/wiki/Audacity_Preferences

Koz

Re: installation's problems

Posted: Fri Sep 09, 2011 1:09 pm
by steve
You can disable VST effects in Audacity altogether by following the steps given in Koz's link, but when you get to the step:

2) Open audacity.cfg in a text editor such as Notepad and remove all the content except the line NewPrefsInitialized=1

put (only) the following lines into the audacity.cfg file:

Code: Select all

NewPrefsInitialized=1
[VST]
Enable=0
GUI=0
Rescan=0
(here's a direct link to the part about resetting preferences http://wiki.audacityteam.org/wiki/Audac ... defaults_2 )

Re: installation's problems

Posted: Wed Sep 21, 2011 5:45 pm
by scagnosky
thanks for your precious suggestions, but it still doesn't work!

Re: installation's problems

Posted: Wed Sep 21, 2011 6:35 pm
by steve
Does the "VST scanning" still occur?

Re: installation's problems

Posted: Thu Sep 22, 2011 1:36 am
by Gale Andrews
Did you exit Audacity before you edited audacity.cfg?


Gale

Re: installation's problems

Posted: Sat Oct 01, 2011 8:32 am
by scagnosky
no more vst scanning, just a crash.
i've also tried to move vst in another place but it doesn't solve anything.
but i've got a "preferences.cfg", not "audavity.cfg"..i've tried to change it but still no solutions!

Re: installation's problems

Posted: Sat Oct 01, 2011 12:28 pm
by steve
As far as I'm aware Audacity 1.3.x does not have a "preferences.cfg" file.

Re: installation's problems

Posted: Sat Oct 01, 2011 5:19 pm
by Gale Andrews
Make sure you are using 1.3.13 (the "13" is important because it has a fix for the problem you may be experiencing):
http://audacity.googlecode.com/files/au ... 1.3.13.dmg

Male sure you are looking in <your home folder>/Library/Application Support/audacity for audacity.cfg. But it will not exist if you have never closed Audacity without a crash. In that case extract the attached audacity.cfg to <your home folder>/Library/Application Support/audacity. That .cfg also disables AudioUnits which can be a problem on Mac. Here is the content of the attached audacity.cfg:

Code: Select all

NewPrefsInitialized=1
[AudioUnits]
Enable=0
GUI=0
[VST]
Enable=0
GUI=0
Rescan=0

Gale

Re: installation's problems

Posted: Tue Nov 08, 2011 9:31 pm
by scagnosky
I tried to built by my self a file like this without success. but this way it works!wonderfull! thanks so much