On Thu Aug 18 07:24:44 2022 +0000, Davide Beatrici wrote:
I nuked the prefix several times, there's a bitness mismatch somewhere. https://gitlab.winehq.org/wine/wine/-/blob/4a3c7e2758ac10b7947e859015f2a755d... `native_machine` is set to `IMAGE_FILE_MACHINE_I386`. `current_machine` is set to `IMAGE_FILE_MACHINE_AMD64`. Found the issue: I first installed the 64 bit build and then the other one, resulting in a 32 bit `wineserver`. I got confused by the fact that you first have to build 64 bit and then 32 bit.
`ALSA lib conf.c:4004:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so: cannot open shared object file: No such file or directory)`
Isn't it supposed to load 64 bit libraries?