79799489

Date: 2025-10-25 12:04:51
Score: 2
Natty:
Report link

In my case, the system environment was not set properly. When i connected to my machine, some PATH are set to link to my executable and DLL (d:\bin, d:\lib), but was set in User environment, so when the service was started as LocalService or LocalSystem, the library (DLL) attach to my service was not able to started. Just put inside the System environment thoses two directory (d:\bin & d:\lib) has resolved the problem of 1053

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Richard Boutin