rtts / ialauncher

Play all of the Internet Archive’s MS-DOS games offline!
GNU General Public License v3.0
78 stars 6 forks source link

Windows installer (2.1.0) does not work with Windows 7 #8

Closed anzz1 closed 3 years ago

anzz1 commented 3 years ago

Windows installer (2.1.0) does not work with Windows 7 because it is compiled with Python 3.9 which does not support Windows 7 anymore. Compiling the installer with Python 3.8 should fix the issue.

JaapJoris commented 3 years ago

I know this doesn't sound very retro of me, but I do not want to support ancient operating systems like Windows 7. You can still get it running yourself by installing Python 3.8 manually and running pip3 install ialauncher. Feel free to open a new issue if that doesn't work!

anzz1 commented 2 years ago

If someone else has the same problem you can also install ialauncher normally, then replace the Python3.9 DLLs in the ialauncher directory with ones from the Python W7 compatibility fork

I packed just the DLLs from the python package for your convenience. These match the 2.1.1 version of IALauncher (Python version 3.9.1150.1013) python3.9.1_w7_DLLs.zip