> Trisquel had some of the files in question, just not the 32 bit versions so I just downlaoded those files and put them in the game's folder

For future reference, the "correct" way to handle this would have been to enable Trisquel's 32-bit packages via

$ sudo dpkg --add-architecture i386
$ sudo apt update

and to install the 32-bit packages you need via apt. For example, to instal the 32-bit version of package `foo`, you would run

$ sudo apt install foo:i386

Reply via email to