[Bug 38756] FutureMark SystemInformation diagnostics (.NET 4.0 app) crashes when clicking 'connect' (COM support for 'new' moniker and 'BIND_OPTS3' missing)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Dec 13 02:03:07 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=38756

--- Comment #4 from Nikolay Sivov <bunglehead at 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.

-- 
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.



More information about the wine-bugs mailing list