-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem for starting service #131
Comments
If this is still a problem, can you provide more information? For example code where this happens? It sounds like your code fails to return in a timely manner and report back to Windows that it started successfully? Does the ping example work for you, but not your program? Then can you try massaging them until you figure out where the difference is? |
i have a similar Problem when starting my windows service I created. The service is created but cannot be started from the rust program itself. What did i wrong? ERROR: IO error in winapi call
|
I complete my code following your ping service code example but when I want to start service return windows error:1053
The service is not responding to the control function.
how to fix that?
The text was updated successfully, but these errors were encountered: