Seeing that you have already been able to start compilation, I assume you’ve already got the latest wine installed. What you need is downgrading it to an older version. There are two ways to go about it (please replace wine
with wine-staging
in the following if that’s the version of wine you have):
(1) Install from cache
(assuming you had wine 3.20 at some point in the past):
# pacman -U /var/cache/pacman/pkg/wine-3.20-1-x86_64.pkg.tar.xz
(2) If you’ve never had wine 3.20 installed, the command above will not work. Then you need to use downgrade
(you can install it from AUR). Once installed, all it takes is
downgrade wine
and select the appropriate version in the list it displays.
Please post back if you need any help.
Pinned Comments