hyperscan
hyperscan copied to clipboard
Executing a 32-bit `unit-hyperscan.exe` fails when executed in 64-bit Windows.
Hyperscan was cross compiled on a 64-bit Windows 10 host targeting 32-bit Windows using Visual Studio 2019. Executing unit-hyperscan.exe on the 64-bit build host result in it exiting at regression.UE_2763. At least that is the last output in the terminal. The exit code as returned by the terminal is -1073741819.
Same issues when executed in 64-bit Windows 7 with the 32-bit VS2019 redistributable runtime.
Alas, I don't have a 32-bit system handy to test on.