https://bugs.winehq.org/show_bug.cgi?id=57206
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- I first suspected also a missing 32-bit gnutls library, but this would, as Nicolas wrote, prints a warning to the terminal.
I found now the address 0x018D1EDD is inside the file DX_SoundSystemPlugin.dll.
Therefore I strace'd the process looking for something alsa related, and found it crashes short after trying to load /usr/lib32/wine/i386-unix/winealsa.so. And ldd showed for it a missing dependency: libasound.so.2 => not found
@Nicolas, could you please check if the error goes away when you install "pacman -Sy lib32-alsa-lib" - at least in my arch VM this makes the game no longer crash?