[PATCH] programs/services: Start service dependencies.

Dmitry Timoshkov dmitry at baikal.ru
Fri Jul 15 05:21:06 CDT 2022


Alexandre Julliard <julliard at winehq.org> wrote:

> > is there anything that could be improved in this patch to make it acceptable?
> 
> It needs a mechanism to avoid dependency loops. Possibly trying to start
> the parent service process first would work.

I'm not sure what you mean by the parent service. The situation that I observe
here is that the service with the missing dependency gets started by services.exe
and that service is crashing because it apparently doesn't check for missing
functionality. An attempt to start such a service under Windows with 'sc start'
fails with ERROR_SERVICE_DEPENDENCY_DELETED error.

-- 
Dmitry.



More information about the wine-devel mailing list