Registry Error
Forum rules
This 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.
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.
Registry Error
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
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
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
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
What exactly happens when you try to select and copy some audio? What happens when you try to export an AIFF?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.
That error is not in our source code. I believe it must be coming from some plug-in Audacity is trying to load.
Follow these steps.joebataz wrote: I had an older version installed. Is there an un-installer or what else might be causing the problem.
Audacity > Quit Audacity.
In Finder, Go > Go to Folder,
Type
Code: Select all
~/Library/Preferences/
Type
Code: Select all
~/Library/Application Support/audacity/
Code: Select all
NewPrefsInitialized=1
[AudioUnits]
Enable=0
[VST]
Enable=0
Rescan=0
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Registry Error
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
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
Re: Registry Error
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
Thanks again for the help!
Joe B
Re: Registry Error
Hoorayjoebataz wrote:(I DO back stuff up)
Though it would be good to know where that error is coming from (and ideally, to fix it).joebataz wrote: I can live with the message if it lets me export the scrubbed audio which it did.
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
There is no reason that the .cfg I suggested: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.
Code: Select all
NewPrefsInitialized=1
[AudioUnits]
Enable=0
[VST]
Enable=0
Rescan=0
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
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual