This message can be ignored for now. The only loss of functionality this issue is causing is that the service will not go back to a stopped state if a real error occurred during startup.
This is due to the setServiceStatus function in ServiceControl.cs not working. The call to advapi32 is erroring and returning code 13 which appears to be ERROR_INVALID_DATA. Working to determine the cause.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This message can be ignored for now. The only loss of functionality this issue is causing is that the service will not go back to a stopped state if a real error occurred during startup.
This is due to the setServiceStatus function in ServiceControl.cs not working. The call to advapi32 is erroring and returning code 13 which appears to be ERROR_INVALID_DATA. Working to determine the cause.
Fixed in [r3]
Fix will be released in 1.0b2
Related
Commit: [r3]