Recent

Author Topic: Solved. Daemon Application on Windows Error 1053  (Read 2119 times)

HassleToSignUP

  • Newbie
  • Posts: 1
Solved. Daemon Application on Windows Error 1053
« on: November 26, 2017, 05:52:45 pm »
On trying to install my daemon application on Windows I get "Error: 1053: The service did not respond to the start or control request in a timely fashion.". Note I get this error when trying to manually start the service after I install it thru CMD using the following.

Code: Pascal  [Select][+][-]
  1. cmd using SC CREATE ServiceName binPath "path to exe"

This part works fine, but when I try to start it I get the error message above. I also try installing this service using the normal -i argument, but that appears to not be doing anything for me so I install it manual with the above command.

I also seem to be having the same issue on creating a new daemon application just using the default options and no code added. I attached the basic daemon application here.

This issue is solved. I just needed to set properties for DaemonMapper.
« Last Edit: November 27, 2017, 04:44:13 am by HassleToSignUP »

 

TinyPortal © 2005-2018