CRASH - Too many plugins?

This section is now closed
Forum rules
Audacity 1.2.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
plyall
Posts: 2
Joined: Sat Jun 04, 2011 2:06 am
Operating System: Please select

CRASH - Too many plugins?

Post by plyall » Sat Jun 04, 2011 2:15 am

Folks -

When I use the latest BETA, I always get a crash (can post if useful). I can only assume that this is due to the number of plugins I have (hundreds). The 'stable' version seems to work, but the complaint I always get is that files were created with a later version (laptop with less plugins). How can I get a version that both deals with my plug-ins and processes my files?

Thanks!

Pete

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

Re: CRASH - Too many plugins?

Post by kozikowski » Sat Jun 04, 2011 2:40 am

In random order...

Files are perfectly compatible between all versions of Audacity. It's Projects that don't work backwards. Export a nice WAV file from any version and it will open on any other version.

Never do production in MP3. Ever.

It's not Plugins that cause Audacity instability, it's the one or two plugins -- or group -- that are very badly written. Find the group. Take out half and see how Audacity acts. Take out the other half. Start with none and add them back group at a time.

And finally, you don't want to be the editor who smashed in all the plugins he could reach just because it's cool. I finally got rid of all my production fonts because I only ever used six. Maybe seven. I bet you can't even name half of your plugins much less use them.

Koz

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

Re: CRASH - Too many plugins?

Post by steve » Sat Jun 04, 2011 3:19 am

A quick and easy way to determine if it's your plug-ins that are causing the problem.
Edit menu > Preferences > Effects
Disable all plug-ins
Restart Audacity.

Does Audacity still crash?
If not, go back into Preferences and re-enable ONE TYPE of plug-in (for example "Nyquist") and restart Audacity.

Work through the plug-in types one at a time to find which type of plug-in is causing the problem.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

plyall
Posts: 2
Joined: Sat Jun 04, 2011 2:06 am
Operating System: Please select

Re: CRASH - Too many plugins?

Post by plyall » Sat Jun 04, 2011 7:06 pm

Folks -

Much appreciated on the feedback. I will go through the disabling exercise in a bit. Question: how do I disable the plugins if I can't get Audacity to start?

I don't recall mentioning MP3, but I do use it occasionally when I want to take a composition of mine to the car for listening.

Pete

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

Re: CRASH - Too many plugins?

Post by steve » Sat Jun 04, 2011 7:50 pm

plyall wrote:Question: how do I disable the plugins if I can't get Audacity to start?
You didn't mention that it wouldn't start.
In that case you need to find the file "audacity.cfg" (it's in a hidden folder, so enable search for hidden files and folders)
Normally it will be in ~/Library/Application Support/audacity

I don't use Macs so I'm not sure exactly what effects they have, but you will find some entries similar to this:

Code: Select all

[Ladspa]
Enable=1
[Nyquist]
Enable=1
[VAMP]
Enable=1
[VST]
Enable=1
In the square brackets is the type of effect, and the following line enables/disables that type of effect. (1= Enabled, 0=Disabled)
If you have trouble working out what to do, give a shout and we can get one of the Mac people to advise.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

billw58
Forum Staff
Posts: 5602
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: CRASH - Too many plugins?

Post by billw58 » Sat Jun 04, 2011 8:34 pm

steve wrote: In that case you need to find the file "audacity.cfg" (it's in a hidden folder, so enable search for hidden files and folders)
Normally it will be in ~/Library/Application Support/audacity
Actually, that folder is not hidden. And "~" means "your home".

Once you open the audacity.cfg file in TextEdit, you'll find (in a default installation)

Code: Select all

[AudioUnits]
Enable=1
GUI=1
[Ladspa]
Enable=1
[Nyquist]
Enable=1
[VAMP]
Enable=1
[VST]
Enable=1
GUI=1
Rescan=0
You should probably start by setting "Enable=0" and "GUI=0" for AudioUnits and VST effects. Also make sure the "Rescan=0" under VST.

-- Bill

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

Re: CRASH - Too many plugins?

Post by steve » Sun Jun 05, 2011 12:04 am

Thanks Bill.

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

Re: CRASH - Too many plugins?

Post by kozikowski » Wed Jun 08, 2011 5:12 pm

And then, assuming Audacity starts working, you still get to figure out which plugins are causing problems. It's possible you can get a condition where two plugins interfere with each other -- the problems only happen when both are installed at once.

You may decide you don't need thousands of plugins.

Koz

Locked