Audacity Completely Freezes Laptop

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
atvong
Posts: 3
Joined: Sun Aug 29, 2010 5:58 am
Operating System: Please select

Audacity Completely Freezes Laptop

Post by atvong » Sun Aug 29, 2010 6:07 am

I am running windows 7 and before today, I was able to run 1.3 just fine. But now every time when I try to open it, my computer just freezes all together and I have to turn off my laptop.I've tried uninstalling it and re installing and still has the same problem. I've also tried deleting the preferences and still have the issue of computer freezing. I have no idea what I did or what I should do. Is there any solution to this?

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

Re: Audacity Completely Freezes Laptop

Post by steve » Sun Aug 29, 2010 6:53 pm

Have you recently installed any other software? In particular and audio software or VST effects, or audio software that includes VST effects?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

atvong
Posts: 3
Joined: Sun Aug 29, 2010 5:58 am
Operating System: Please select

Re: Audacity Completely Freezes Laptop

Post by atvong » Mon Aug 30, 2010 12:06 am

I have installed Debut Video Capture software and it freezes also when ever I try to record something. Also, I have installed the program called Free Audio Editor, which is pretty similar in a way to Audacity. I can open it just fine without it freezing my laptop.

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

Re: Audacity Completely Freezes Laptop

Post by steve » Mon Aug 30, 2010 11:58 am

Search your computer for the file "audacity.cfg" (you will probably need to enable searching for hidden files).
It should be in the folder:
Users<user name>AppDataRoamingAudacity

Open audacity.cfg in NotePad or another text editor and look for the following lines:

Code: Select all

[VST]
Enable=1
GUI=1
Rescan=0
Change the values to "0" so that it says:

Code: Select all

[VST]
Enable=0
GUI=0
Rescan=0
then save the file (ensure that Windows does not add ".txt" to the end of the file name, it must be "audacity.cfg")
Then try to launch Audacity.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

atvong
Posts: 3
Joined: Sun Aug 29, 2010 5:58 am
Operating System: Please select

Re: Audacity Completely Freezes Laptop

Post by atvong » Mon Aug 30, 2010 1:13 pm

stevethefiddle wrote:Search your computer for the file "audacity.cfg" (you will probably need to enable searching for hidden files).
It should be in the folder:
Users<user name>AppDataRoamingAudacity

Open audacity.cfg in NotePad or another text editor and look for the following lines:

Code: Select all

[VST]
Enable=1
GUI=1
Rescan=0
Change the values to "0" so that it says:

Code: Select all

[VST]
Enable=0
GUI=0
Rescan=0
then save the file (ensure that Windows does not add ".txt" to the end of the file name, it must be "audacity.cfg")
Then try to launch Audacity.
thanks for the help everything seems to be working again. I just had to delete the cfg file from the previous install and re-installed audacity again.

Locked