installation's problems
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
installation's problems
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!
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!
-
kozikowski
- Forum Staff
- Posts: 69384
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: installation's problems
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
http://wiki.audacityteam.org/wiki/Audacity_Preferences
Koz
Re: installation's problems
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:
(here's a direct link to the part about resetting preferences http://wiki.audacityteam.org/wiki/Audac ... defaults_2 )
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=09/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: installation's problems
thanks for your precious suggestions, but it still doesn't work!
Re: installation's problems
Does the "VST scanning" still occur?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: installation's problems
Did you exit Audacity before you edited audacity.cfg?
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: installation's problems
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!
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
As far as I'm aware Audacity 1.3.x does not have a "preferences.cfg" file.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: installation's problems
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:
Gale
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
- Attachments
-
- audacity_cfg.zip
- (224 Bytes) Downloaded 91 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: installation's problems
I tried to built by my self a file like this without success. but this way it works!wonderfull! thanks so much