After some tests :
- Microsoft Visual C++ redistributable 2017 14.11.25325.0 --> crash
- Microsoft Visual C++ redistributable 2015 14.0.23026 --> crash
Did one test changing display resolution from 1366*768 to 1280*720 --> crash
So this is not a compatibilty problem with the Microsoft Visual C++ redistributable...
And not a display resolution problem...
UPDATE :Just found on the download page that "Microsoft .NET framework 4.7.2 must be installed before you start installing Instant Terra."
Checking my registry keys with the following command :
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
gives me :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\CDF
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4.0
and then the following cmd to get the version of the v4 .NET :
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version
gives me :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full
version REG_SZ 4.8.03752
So with 4.8.03752, I am above your 4.7.2 requirement. Maybe that's the beginning of an answer? More tests tomorrow...
Thanks!