It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi,

it was a little bit tricky,but I have exit my work sucessfully. I have to do a lot of things before I could play this game under Debian Stretch. Here are the instructions:

1. Download this package and extract it in the "game" folder of the game
https://drive.google.com/file/d/0Bw5Xv02Yq2HrR2I0YldfWkFWY0E

2. Acivate Multiarch
dpkg --add-architecture i386

3. Update your Database
apt update

4. Install some Packages from the Repo
apt install libc6:i386 libxinerama1:i386 libxrandr2:i386 libxss1:i386 libidn11:i386 librtmp1:i386 libgssapi-krb5-2:i386 libglib2:i386 libaudio2:i386

5. Now you have to download some libs from Wheezy
wget http://ftp.de.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u3_i386.deb && wget http://ftp.de.debian.org/debian/pool/main/libt/libtasn1-3/libtasn1-3_2.13-2+deb7u2_i386.deb && wget http://ftp.de.debian.org/debian/pool/main/g/gnutls26/libgnutls26_2.12.20-8+deb7u3_i386.deb && wget http://ftp.de.debian.org/debian/pool/main/r/rtmpdump/librtmp0_2.4+20111222.git4e06e21-1_i386.deb

6 Now install the libs in this order
dpkg -i libtasn1-3_2.13-2+deb7u2_i386.deb && dpkg -i libgcrypt11_1.5.0-5+deb7u3_i386.deb && dpkg -i libgnutls26_2.12.20-8+deb7u3_i386.deb && librtmp0_2.4+20111222.git4e06e21-1_i386.deb

7 Enjoy the game ;)

I hope I have made no mistake in the order. You can copy the code in your terminal. You have to install the game as user and download the libs from wheezy as user, too. The you have to get root access witz "su" and install alle the needed packages as root.
Post edited September 22, 2015 by Patsche85