New issue by camthesaxman on void-packages repository https://github.com/void-linux/void-packages/issues/43740 Description: ### Is this a new report? Yes ### System Info Void 6.1.15_1 x86_64 GenuineIntel notuptodate hold rrrmDFFFFFF ### Package(s) Affected wine-32bit-8.7_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour wine and wine-32bit are both version 8.7_1, so `wine --version` and `wine64 --version` should both report version 8.7. Because of this, I cannot run winecfg or any programs in wine. The following error appears. ``` wine client error:0: version mismatch 762/761. Your wine binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? ``` ### Actual behaviour `wine --version` (the 32-bit one) reports `wine-8.3` even though I have version 8.7_1 installed. `wine64 --version` does in fact report `wine-8.7`. ### Steps to reproduce 1. Remove both the wine and wine-32bit packages if installed. `xbps-remove wine wine-32bit` 2. Install them again. `xbps-install -S` followed by `xbps-install wine wine-32bit` 3. Attempt to run `winecfg`. You cannot due to a version mismatch. 4. Run `wine --version` and `wine64 --version`. The versions are different somehow.