Tallima: I have not had these issues, but if I did, the first thing I would do is update my kernel. I'm no Linux expert yet so that's all I can give you.
Gydion: The first thing? Far more likely they are
missing some dependencies:
Requires the following packages to be installed: libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 and dependencies.
Gydion: The thread-o-mancer! I have re-awoken this post to tell you how to do it. if you are on Linux mint, or a Debian derivative, do this.
apt install then paste the entire dependency block, shown under system requirements. (This you could go library by library but it will take a lot of copy/paste just do like so
apt install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libjson-c2:i386 libopenal1:i386 libstdc++6:i386 libssl1.0.0:i386 libexpat1:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxcursor1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libjson0:i386
it will go through all of your libs, and install the ones you need. I had this problem and now its verified fixed.