While looking for a way to run an old windows game I came to this : https://github.com/ferion11/Wine_Appimage/releases
(speciffilcally I use https://github.com/ferion11/Wine_Appima ... 4.AppImage )
This is a Wine with all deps.
I ended up completely removing my wine installation (had issues with at least half of my windows programs).
Now I have made the links /usr/bin/wine and /usr/bin/wine32 pointing to the appimage above.
At the moment almost everything ( 90%) from my programs work -even the ones that had issues in windows 10.
(example command for the link ln -s /Path-to-image/wine-staging-linux-x86-v5.11-PlayOnLinux-x86_64.AppImage /usr/bin/wine )