Audacity quits unexpectedly on startup[SOLVED]

I have been using Audacity since 2008. Yesterday, using v. 1.3 and Mac OsX v. 10.5.8, Audacity started crashing upon startup. I downloaded v. 2.0.0, but still have the same error message: “The application Audacity quit unexpectedly.” Here is the start of the crash report:

Process: Audacity [233]
Path: /Applications/Audacity/Audacity.app/Contents/MacOS/Audacity
Identifier: net.sourceforge.audacity
Version: 2.0.0.0 (2.0.0.0)
Code Type: X86 (Native)
Parent Process: sh [231]

Interval Since Last Report: 712 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 6 sec
Per-App Crashes Since Last Report: 1

Date/Time: 2012-03-31 07:51:20.674 -0400
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: DA36D73E-EEFD-41A7-988F-509FA89F5C04

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0

Thread 0 Crashed:
0 ??? 0000000000 0 + 0
1 …le.audiounit.AURoundTripAAC 0x15462419 AURoundTripAAC::AURoundTripAAC(ComponentInstanceRecord*) + 233
2 …le.audiounit.AURoundTripAAC 0x15462fc2 ComponentEntryPoint::Dispatch(ComponentParameters*, AURoundTripAAC*) + 119
3 …ple.CoreServices.CarbonCore 0x950c1899 CallComponentDispatch + 29
4 …ple.CoreServices.CarbonCore 0x950c1879 CallComponentOpen + 43
5 …ple.CoreServices.CarbonCore 0x950bff15 OpenAComponent + 449
6 Audacity 0x000825f8 AudioUnitEffect::AudioUnitEffect(wxString, ComponentRecord*) + 104
7 Audacity 0x00084dbc LoadAudioUnitsOfType(unsigned long) + 156
8 Audacity 0x00084f62 LoadAudioUnits() + 18
9 Audacity 0x000c2505 LoadEffects() + 2149
10 Audacity 0x0004459a AudacityApp::OnInit() + 2778
11 Audacity 0x00046981 wxAppConsole::CallOnInit() + 17
12 Audacity 0x00525900 wxEntry(int&, wchar_t**) + 112
13 Audacity 0x0003e6d8 main + 24
14 Audacity 0x0003e47e _start + 216
15 Audacity 0x0003e3a5 start + 41

Audacity is crashing while attempting to load an Audio Unit effect. Do you have an AU effect named “AURoundTripAAC” or similar somewhere on your computer?
The places to look are /Library/Plug-Ins/Audio/Components and /Library/Plug-Ins/Audio/Components.
If you can find it in one of those two locations, move it out of the Components folder to somewhere else on your computer, such as the Desktop.

– Bill

Excellent! That was it. I found it in Library/Audio/Plug-ins/Components. Thanks!