Audacity Completely Freezes Laptop
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.
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.
Audacity Completely Freezes Laptop
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?
Re: Audacity Completely Freezes Laptop
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)
Re: Audacity Completely Freezes Laptop
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.
Re: Audacity Completely Freezes Laptop
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:
Change the values to "0" so that it says:
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.
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=0Code: Select all
[VST]
Enable=0
GUI=0
Rescan=0
Then try to launch Audacity.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity Completely Freezes Laptop
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.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:Change the values to "0" so that it says:Code: Select all
[VST] Enable=1 GUI=1 Rescan=0then save the file (ensure that Windows does not add ".txt" to the end of the file name, it must be "audacity.cfg")Code: Select all
[VST] Enable=0 GUI=0 Rescan=0
Then try to launch Audacity.