The Windows builds of version 1.1.1 and 1.2.0 are statically built (ie: it depends on the visual c++ runtime). This causes the binaries to fail with a returncode 3221225781 on systems where the right version of the visual c++ runtime is not installed.
The 1.1.0 build was statically built, so it runs regardless of whether the visual c++ runtime is installed.