Well clearly your 32-bit Mesa build isn't working for whatever reason.
Очевидно, ваша 32-битная сборка Mesa по какой-то причине не работает.
But without DXVK everything works fine
There really isn't anything that uses 32bit Vulkan besides DXVK (and the WineD3D Vulkan backend).
hmm... indeed, with WINE_D3D_CONFIG='renderer=vulkan' wine 32x-game.exe
it also doesn't work...
This fix solved my problem
sed -i 's|"library_arch": "64"|"library_arch": "32"|' /usr/share/vulkan/icd.d/*.i686*.json
Hi! After updating mesa from version 25.1.9 to version 25.2.0, all x32 games stopped working and started giving an error:
64-bit games work fine.
What could be the problem?