Hi KRogersX​ ,
I have a suggestion that will suppress the error from getting to the test results but does not resolve the actual issue.
TestComplete includes a module that monitors Windows for crashes involving standard (default) Windows applications. This is why you’ve been receiving the "Git.exe process crashed" message.
This module, tcJITHook.exe, is specifically designed to generate log entries when default Windows applications crash.
To prevent this behavior, you can rename tcJITHook.exe to tcJITHook1.exe (simply adding a "1" before the .exe extension) in both of the following locations:
- C:\Program Files (x86)\SmartBear\TestComplete 15\Bin\Extensions\tcJITHook.exe
- C:\Program Files (x86)\SmartBear\TestComplete 15\x64\Bin\Extensions\tcJITHook.exe
If you are also using TestExecute, you’ll need to make the same change in these locations:
- C:\Program Files (x86)\SmartBear\TestExecute 15\Bin\Extensions\tcJITHook.exe
- C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\Extensions\tcJITHook.exe