TortoiseGit occasionally is not able to reach git.exe

Occasionally when performing git operations with TortoiseGit I keep running into various failures randomly, wherein if I retry it once or twice afterward it will succeed in performing the same operation. This happens randomly across the board on pulls, pushes, commits, check-outs etc.

Going into the general settings, I can push a button to query the version where I assume it makes a call to git.exe to poll the version, and this random failure behavior is visible there as well.

This is on a workstation supplied by the company that I work in, so my user does not have explicit administrative access to it. (Worth noting is that on my personal computer at home I have never encountered such an issue.) So I was wondering if this could be due to some group policy which goes berzerk randomly or due to something else?

Here's a small demo on how the issue looks from the general settings perspective:demonstration

1

1 Answer

Exit code -1073741502 is in hex `0xC0000142, whichWindows NTSTATUS values shows means STATUS_DLL_INIT_FAILED which is:

{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.

Unfortunately, your error message does not indicate the DLL that failed.

If I had to guess, I would think that the Git client version you have installed is unsuitable for running your version of TortoiseGit.

I would suggest uninstalling both, then downloading and installing, in order:

If this does not help, please let me know your installed versions of both products.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like