You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to launch it as a Windows Service, I get the following message: "Windows could not start the MonaServer service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion."
I also tried setting HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ServicesPipeTimeout to 0x18000000 in RegEdit.
I suspect it might be because I downloaded the pre-built 64-bit version, which may have been built as Debug. If that is the case, may I suggest disabling the -r=auto cli option for debug builds?
The text was updated successfully, but these errors were encountered:
When I attempt to launch it as a Windows Service, I get the following message: "Windows could not start the MonaServer service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion."
I also tried setting
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ServicesPipeTimeout
to0x18000000
in RegEdit.I suspect it might be because I downloaded the pre-built 64-bit version, which may have been built as Debug. If that is the case, may I suggest disabling the
-r=auto
cli option for debug builds?The text was updated successfully, but these errors were encountered: