http://bugs.winehq.org/show_bug.cgi?id=7545
------- Additional Comments From ncliang@google.com 2007-01-03 15:20 ------- I could reproduce the bug in wine-git by first running the service: wine TestCompleteService5.exe
then start the client in a seperate terminal: wine TestComplete.exe
I then get a popup from the service complaining that it could not stop service. Then, the client shows a popup complaining that the service is not running.
On the server terminal, I get the following output:
ncliang@westwood:~/local/wine-git$ ./wine ../.wine/drive_c/Program\ Files/Automated\ QA/TestComplete\ 5/Bin/TestCompleteService5.exe fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:advapi:RegisterEventSourceA ((null),"TestComplete 5 Service"): stub fixme:advapi:RegisterEventSourceW (L"",L"TestComplete 5 Service"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7d07191c,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x183ee0,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub
On the client side:
ncliang@westwood:~/local/wine-git$ ./wine ../.wine/drive_c/Program\ Files/Automated\ QA/TestComplete\ 5/Bin/TestComplete.exe fixme:advapi:RegisterEventSourceA ((null),"AQA"): stub fixme:advapi:RegisterEventSourceW (L"",L"AQA"): stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:advapi:DeregisterEventSource (0xcafe4242) stub