According to the error, the problem is with the loading of a specific .dll file:
Code:
# for hex 0xc0000142 / decimal -1073741502 :
STATUS_DLL_INIT_FAILED ntstatus.h
# {DLL Initialization Failed}
# Initialization of the dynamic link library %hs failed. The
# process is terminating abnormally.
# 1 matches found for "c0000142" Unfortunately, the program doesn't handle the problem and thus knowing which one isn't necessarily obvious. If you ran
process monitor while launching the program, however, and then saving out the .pml file for review, you could probably figure out which file it was looking for and failed to find (or failed to load), to give yourself a starting point for fixing this.