I'm moderately experienced in the use of Wine. But recently, I've tried installing the 64-bit version side-by-side with the 32-bit, and have run into a snag.
The version of Wine which I have is Wine Staging 3.11 . I installed both the 32-bit and 64-bit versions from the Debian 9 (Stretch) repository, and have also installed 'winehq-staging', which sets some symlinks to point to '/opt/wine-staging/bin', for system-wide use.
So now to test the 64-bit capability, I run the following command:
Code: Select all
WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg
Code: Select all
wine: created the configuration directory '/home/dirk/.wine64'
wine: WINEARCH set to win64 but '/home/dirk/.wine64' is a 32-bit installation.
What gives?
(Edit - Solution ... )
Apparently there existed the possibility of two packages being installed - one or the other - the names of which were confusingly similar:
Code: Select all
wine-staging-i386:i386
wine-staging:i386
Code: Select all
wine-staging
Code: Select all
wine-staging:i386

Dirk