http://bugs.winehq.org/show_bug.cgi?id=24867
--- Comment #5 from Metulski pausenclown_metulski@yahoo.de 2010-11-01 16:36:51 CDT --- Running "metatester.exe" on wine-1.3.6 it is possible to add a remote agent service. I guess the changes by Hans Leidekker (19) caused this effect.
"advapi32: Implement EnumServicesStatusA/W." "advapi32: Implement EnumServicesStatusExA/W."
But the remote agent service is still not usable. The terminal.exe - program can connect to the "remote agent" of metatester.exe but the connection is lost after some seconds. The terminal.exe program does not show any error messages why the connection is lost after some seconds.
The error message you get from "metatester.exe" is the following:
"fixme:service:EnumServicesStatusW resume handle not supported"
(see log file, too)
further explanations: In order to connect to the "remote agent" you must specify the same IP:Port and password in the "terminal.exe" as you specified before in "metatester.exe". If you do not use the correct IP:Port the connection is not possible at all.
But if you fill in the wrong password in "terminal.exe" you get the same behaviour as if you fill in the correct password. The connection is lost after some seconds.
=> I think the "login" fails after connection because the password cannot be exchanged between the "remote agent" of "metatester.exe" and the "terminal.exe".