Run game x86 on system x86_64


How to do it ?Open terminal (CTRL+ALT+T) and check need depends for game:
ldd /path_to_game/game | grep not


Now that you know what you need. Install this libraries.

For example, DEB-based distros:
sudo apt-get install libopenal1:i386 libssl1.0.0:i386 libxrandr2:i386 libglu1-mesa:i386

For example, PACMAN-based distros:
sudo pacman -S lib32-openal lib32-libxrandr lib32-openssl lib32-glu

And run game!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.