Actually, I didn't try 7zip - however I redownloaded and noticed 1 byte size difference (and with that of course a different md5).
The Installation did finally work, but running doesn't. the binary in "game/" is not found, neither through start.sh nor by running directly... I am still looking into that.
Background: I just installed Edubuntu on this Notebook. No issues with disk space or other things.
Ok, so...
readelf -a Kingdom\ Rush.x86
-> [Requesting program interpreter: /lib/ld-linux.so.2]
I install libc6-i386.
So then
game/Kingdom Rush.x86: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I install libstdc++6:i386. After that this game carries on, I install...
libglu1:i386
libxcursor1:i386
... Now it seems to run.
Why the .... doesn't the install script take that into account? At least check if the required libs are available?
Post edited January 10, 2016 by garvanell