http://bugs.winehq.org/show_bug.cgi?id=16669
Summary: Service does not start second time. Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: amorozov@etersoft.ru
Created an attachment (id=18294) --> (http://bugs.winehq.org/attachment.cgi?id=18294) Service with .reg file
To reproduce this problem should copy test_service.exe from attach to windows/system32 and import test_service.reg to registry.
C:>net start test_service The test_service service is starting. The test_service service was started successfully. C:>winedbg Wine-dbg>info process pid threads parent executable (all id:s are in hex) 00000008 1 00000000 'cmd.exe' 0000000c 6 0000000a 'services.exe' 0000000f 4 0000000c 'winedevice.exe' 0000001a 3 0000000c 'test_service.exe' Wine-dbg> pid threads parent executable (all id:s are in hex) 00000008 1 00000000 'cmd.exe' 0000000c 5 0000000a 'services.exe' 0000000f 4 0000000c 'winedevice.exe' Wine-dbg>q C:>net start test_service The test_service service is starting. Service already running
There is not this problem on Windows 2000 (Windows should be rebooted after importing .reg file).