https://bugs.winehq.org/show_bug.cgi?id=38756
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 65953 --> https://bugs.winehq.org/attachment.cgi?id=65953 patch
Next issue is that it fails to create "new" moniker instance in CLSCTX_LOCAL_SERVER context. It's not supposed to work, because it's not registered as a local server. This patch changes moniker creation to use default (inproc) context, while still using supplied context for target object.
With this "Connect" button does not crash anymore, and reports "Connected" in application log list. Patch needs tests obviously, attaching it here so we can move this further, to the next issue.