On Mon, Feb 22, 2021 at 02:28:12AM +0100, Antoine Le Gonidec wrote: > On Sun, 21 Feb 2021 14:22:19 +0100 Alex Andreotti <alex.andreo...@gmail.com> > wrote: > > I been using a script to level wav files for more than a year without > > problems, until few day ago, I guess it was the upgrade to version 5.6-1 > > but I'm not sure > > In bug #983117 there is a series of commands showing how to downgrade to > wine-development 5.5-9: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983117#5 > > Following it would allow you to check is your issue happens with 5.5-9 too, > or if actually started happening with 5.6-1. > > Here is a copy for convenience (all commands as root): > > cat > /etc/apt/sources.list.d/snapshot-20201026T024334Z.list << EOF > # wine-development 5.5-9 > # cf. https://snapshot.debian.org/package/wine-development/5.5-9/ > deb [check-valid-until=no] > https://snapshot.debian.org/archive/debian/20201026T024334Z/ sid main > EOF > apt update > apt install > {libwine-development:{amd64,i386},wine32-development:i386,wine64-development,wine-development}=5.5-9 >
Thanks, I confirm that downgrading to 5.5-9 the problem does not exist, I had already switched to the non -development version which does not have the issue. Let me know if I can help.