Page 1 of 1
Italian localization breaks Audacity effects
Posted: Thu May 13, 2021 10:14 pm
by hexaae
When I use Audacity 3.0.2.0 and change language to my native tongue Italian, almost every effect I try (e.g. Change Pitch / Cambia intonazione) fail with a Validation Error:
https://i.ibb.co/nwpkQ3t/image.png
Switching to Eng, Ger, Fra, Spa it does work fine. Seems something is broken in the Italian localization...
Re: Italian localization breaks Audacity effects
Posted: Thu May 13, 2021 10:30 pm
by steve
Hmm, it's working in Italian OK here.
You could try doing a full reset of Audacity, though any custom plug-ins that you have added will need to be enabled again after the reset. If that's OK with you:
- Ensure that Audacity is not running.
- Open the hidden folder: Users\<username>\AppData\Roaming\audacity\
(where "<username>" is your computer log-in name).
- Delete the three files:
audacity.cfg
pluginregistry.cfg
pluginsettings.cfg
- Restart Audacity
When you restart Audacity, you should see the "Welcome" screen.
Before using Audacity, if the language does not default to Italian, open Preferences and set the language to Italian.
Let us know how it goes.
Re: Italian localization breaks Audacity effects
Posted: Thu May 13, 2021 10:39 pm
by hexaae
Still the same... But I thought about a possible explanation why this happens: I changed my default Italian
CSV delimiter char
Could this be the reason?
Re: Italian localization breaks Audacity effects
Posted: Thu May 13, 2021 10:43 pm
by steve
hexaae wrote: ↑Thu May 13, 2021 10:39 pm
Could this be the reason?
Yes it could.
Re: Italian localization breaks Audacity effects
Posted: Thu May 13, 2021 10:47 pm
by hexaae
steve wrote: ↑Thu May 13, 2021 10:43 pm
hexaae wrote: ↑Thu May 13, 2021 10:39 pm
Could this be the reason?
Yes it could.
Wouldn't be safer to force "." char for ANY language in the input gadgets of Audacity since it's the only accepted char? It looks like it automatically replaces them with Windows user settings decimal delimiter even when I use . and I press OK. It could be a problem in case someone needs to change it in Windows...