installation's problems

This section is now closed.
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.
Locked
scagnosky
Posts: 4
Joined: Wed Sep 07, 2011 2:33 pm
Operating System: Please select

installation's problems

Post by scagnosky » Fri Sep 09, 2011 8:28 am

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!

kozikowski
Forum Staff
Posts: 69384
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: installation's problems

Post by kozikowski » Fri Sep 09, 2011 12:40 pm

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

steve
Site Admin
Posts: 81652
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: installation's problems

Post by steve » Fri Sep 09, 2011 1:09 pm

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 )
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

scagnosky
Posts: 4
Joined: Wed Sep 07, 2011 2:33 pm
Operating System: Please select

Re: installation's problems

Post by scagnosky » Wed Sep 21, 2011 5:45 pm

thanks for your precious suggestions, but it still doesn't work!

steve
Site Admin
Posts: 81652
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: installation's problems

Post by steve » Wed Sep 21, 2011 6:35 pm

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

Post by Gale Andrews » Thu Sep 22, 2011 1:36 am

Did you exit Audacity before you edited audacity.cfg?


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

scagnosky
Posts: 4
Joined: Wed Sep 07, 2011 2:33 pm
Operating System: Please select

Re: installation's problems

Post by scagnosky » Sat Oct 01, 2011 8:32 am

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!

steve
Site Admin
Posts: 81652
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: installation's problems

Post by steve » Sat Oct 01, 2011 12:28 pm

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

Post by Gale Andrews » Sat Oct 01, 2011 5:19 pm

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
Attachments
audacity_cfg.zip
(224 Bytes) Downloaded 91 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

scagnosky
Posts: 4
Joined: Wed Sep 07, 2011 2:33 pm
Operating System: Please select

Re: installation's problems

Post by scagnosky » Tue Nov 08, 2011 9:31 pm

I tried to built by my self a file like this without success. but this way it works!wonderfull! thanks so much

Locked