http://bugs.winehq.org/show_bug.cgi?id=25478 --- Comment #17 from Hans Leidekker <hans(a)meelstraat.net> 2011-01-28 09:12:26 CST --- (In reply to comment #15)
err:rpc:I_RpcReceive we got fault packet with status 0x80070424
That's HRESULT_FROM_WIN32(ERROR_SERVICE_DOES_NOT_EXIST). I wonder what service that is?
It's looking for the 'PlugPlay' service. Activation fails with a different error if I add a stub implementation of this service and start it beforehand. This happens right after a call to undocumented ioctl 0x560000. (A quick web search didn't bring up much, except that 0x56 == 'V', which might mean 'Volume'). If I stub this ioctl it proceeds to communicate with the server. After a couple of requests the server responds with an internal server error and a dialog pops up saying I have exceeded the number of activation attempts allowed by the license. I can still activate under Windows, however, so I guess we're not sending the right data. -- 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.