mullvad / windows-service-rs

Windows services in Rust
Apache License 2.0
513 stars 83 forks source link

Error code 1063 #101

Closed karinzitta closed 1 year ago

karinzitta commented 1 year ago

I'm running as windows admin, but, the examples and my code i've made don't work. I'm using Windows 11, i haven't tried on Windows 10, i can install the service and uninstall but i can't run it.

Ahh, another thing, if I compile and run the ".exe" as admin it will run just fine.

image

karinzitta commented 1 year ago

Ok, after some studies I found an issue same as mine and this comment works great for me (https://github.com/mullvad/windows-service-rs/issues/53#issuecomment-713491580)