git installation failing, windows 10, CryptStringToBinaryW

88 views Asked by At

Git for windows is failing to install, I've redownloaded numerous times.

The install log looks like this :

2021-05-07 09:02:33.191   -- DLL function import --
2021-05-07 09:02:33.191   Function name: CryptStringToBinaryW
2021-05-07 09:02:33.191   DLL name: crypt32.dll
2021-05-07 09:02:33.191   Dest DLL name: crypt32.dll
2021-05-07 09:02:33.191   Importing the DLL function.
2021-05-07 09:02:33.191   Successfully imported the DLL function. Delay loaded? No
2021-05-07 09:02:33.221   Exception message:
2021-05-07 09:02:33.221   Message box (OK):
                          Invalid floating point operation.
2021-05-07 09:05:07.456   User chose OK.
2021-05-07 09:05:07.456   Deinitializing Setup.
2021-05-07 09:05:07.458   Log closed.

Each install, the last action is CryptStringToBinaryW import followed by floating point overflow error ... I think I may have a hardware issue ?

2

There are 2 answers

1
VonC On

There is no obvious issue reported in git-for-windows/git, so you might have to report one with your exact setup (Windows version, and possible additional firewall/antivirus setup)

Just for testing, double-check:

1
NimChimpsky On

replaced the cpu and everything worked. There were other problems associated with that crypt lib, alongside the failing git install.