http://bugs.winehq.org/show_bug.cgi?id=5745
------- Additional Comments From juan_lang@yahoo.com 2006-27-07 12:17 ------- Created an attachment (id=3072) --> (http://bugs.winehq.org/attachment.cgi?id=3072&action=view) ole log
A +ole log (after this patch is applied).
Interesting bits in the log:
1. Before the first connection point error, there's a failing GetIDsOfNames call for the name "Enabled". Other names (e.g. "Add") successfully resolve on the same object, so I'm not sure if this is a typelib error or if the name is just missing.
2. After the second connection point error, CreateErrorInfo is called. I'm guessing this is used to indicate the error to the user, but what the source of the error is I can't tell.