[Bug 16669] New: Service does not start second time.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 29 04:28:37 CST 2008


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 at winehq.org
        ReportedBy: amorozov at 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).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list