Registry Error

Help for Audacity on macOS.
Forum rules
ImageThis forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
joebataz
Posts: 6
Joined: Tue Apr 16, 2013 6:36 am
Operating System: Please select

Registry Error

Post by joebataz » Tue Apr 16, 2013 6:40 am

I just installed 2.03 on my iMac 10.7.5 and I get a Registry Error, not installed correctly. The program will start and run but I can't save/export/copy, etc. I had an older version installed. Is there an un-installer or what else might be causing the problem.

Thanks,

Joe B

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

Re: Registry Error

Post by kozikowski » Tue Apr 16, 2013 6:45 am

This has happened before. Somehow we managed to produce a Windows error on a Mac. I'm not sure this is an advance.

http://forum.audacityteam.org/viewtopic ... 4&p=209621

So it's not a one-off. You're both on iMacs, too.

Koz

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Registry Error

Post by Gale Andrews » Tue Apr 16, 2013 7:18 am

joebataz wrote:I just installed 2.03 on my iMac 10.7.5 and I get a Registry Error, not installed correctly. The program will start and run but I can't save/export/copy, etc.
What exactly happens when you try to select and copy some audio? What happens when you try to export an AIFF?

That error is not in our source code. I believe it must be coming from some plug-in Audacity is trying to load.
joebataz wrote: I had an older version installed. Is there an un-installer or what else might be causing the problem.
Follow these steps.

Audacity > Quit Audacity.

In Finder, Go > Go to Folder,

Type

Code: Select all

 ~/Library/Preferences/
Delete the file "audacity Preferences" if it exists.

Type

Code: Select all

~/Library/Application Support/audacity/
Open the file "audacity.cfg" if it exists, otherwise create it. Edit audacity.cfg so it contains this text only and no other text

Code: Select all

NewPrefsInitialized=1
[AudioUnits]
Enable=0
[VST]
Enable=0
Rescan=0  
This disables Audacity from loading VST or Audio Unit plug-ins. Save audacity.cfg and launch Audacity. Do you still see the error?


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

joebataz
Posts: 6
Joined: Tue Apr 16, 2013 6:36 am
Operating System: Please select

Re: Registry Error

Post by joebataz » Tue Apr 16, 2013 2:47 pm

OK, that worked but now I can't do anything with effects. How does this help? I guess that a plug-in is causing an issue so does that mean I have to manually go thru and figure out which one it is?

Thanks, I do appreciate the swift response. I have a gig where I want to play a song but it's loaded with hisses and pops which audacity did a beautiful job removing but now I can't export it. Hmmmmm, I have an idea...

I'll get back in a few

THX

Joe B

joebataz
Posts: 6
Joined: Tue Apr 16, 2013 6:36 am
Operating System: Please select

Re: Registry Error

Post by joebataz » Tue Apr 16, 2013 3:09 pm

Well the bad news is that with the modified .cfg I can't export as well. The GOOD news is that when I put the original .cfg back in (I DO back stuff up) I still threw the error but now the export and everything appears to work. I still get the registry error but I'm convince it's a plug-in. No worries, I can live with the message if it lets me export the scrubbed audio which it did.

Thanks again for the help!

Joe B

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

Re: Registry Error

Post by steve » Tue Apr 16, 2013 5:50 pm

joebataz wrote:(I DO back stuff up)
Hooray :D
joebataz wrote: I can live with the message if it lets me export the scrubbed audio which it did.
Though it would be good to know where that error is coming from (and ideally, to fix it).
Since you are able to run Audacity, try going into Preferences, and in the Effect section, disable VST, then restart Audacity. Does that remove the error?
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: Registry Error

Post by Gale Andrews » Wed Apr 17, 2013 6:53 am

joebataz wrote:Well the bad news is that with the modified .cfg I can't export as well. The GOOD news is that when I put the original .cfg back in (I DO back stuff up) I still threw the error but now the export and everything appears to work. I still get the registry error but I'm convince it's a plug-in.
There is no reason that the .cfg I suggested:

Code: Select all

NewPrefsInitialized=1
[AudioUnits]
Enable=0
[VST]
Enable=0
Rescan=0  
would prevent you exporting. It would set Audacity back to its default export directory and it's possible that might create an issue if you had no permission to write there, but you could change the export folder to a location where you did have permission.

It's really a process of elimination to find the plug-in that causes that error. You can narrow it down to a VST or Audio Unit plug-in by disabling first VST only in Effects Preferences then restart Audacity, and then if necessary disable Audio Units and restart.

Here are the locations from which Audacity loads VST and Audio Units (assuming the problem isn't to do with a VST in the Audacity Plugins folder):

VST:
~/Library/Audio/Plug-Ins/VST
/Library/Audio/Plug-Ins/VST

Audio Unit:

~/Library/Audio/Plug-Ins/Components
/Library/Audio/Plug-Ins/Components

Note those are four different locations (~/Library is your user library).



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

Post Reply