New issue by rilysh on void-packages repository https://github.com/void-linux/void-packages/issues/43132 Description: ### Is this a new report? Yes ### System Info Void 6.1.21_1 x86_64 GenuineIntel uptodate rrmFFF ### Package(s) Affected wine-32bit-8.4_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour 32-bit version of wine should run just fine. ### Actual behaviour Launching wine (32-bit) literally throws that ntdll.so couldn't be found on its path. Running wine (64-bit) with its usual name, wine64 which runs just fine. #### Message wine (32-bit) ``` wine: could not load ntdll.so: /usr/libexec/wine/../../lib32/wine/i386-unix/ntdll.so: cannot open shared object file: No such file or directory ``` ### Steps to reproduce 1. Enable 32-bit repositories in Void. Usually with (`xbps-install -Sy void-repo-multilib`) 2. Install wine with its package name, wine-32bit with (`xbps-install -Sy wine-32bit`) 3. Open a terminal and run wine (which will now address 32-bit version of wine)