https://bugs.winehq.org/show_bug.cgi?id=49319
--- Comment #2 from Michel Terrisse mterrisse@free.fr --- Created attachment 67386 --> https://bugs.winehq.org/attachment.cgi?id=67386 A minimal Windows service
I attached MyService.exe Here are steps to reproduce the problem: - run wine64 cmd.exe - MyService.exe -Install - exit This closes the command line so the service should stop. But look at the running processes, wineserver and wine64-preloader are still running. - run wine64 cmd.exe - MyService -Stop (or net stop MyService) - exit This time the processes wineserver and wine64-preloader stop after a few seconds.
I hope this helps,
Michel Terrisse