[Bug 49679] Regression: deadlock in installer for VB6 enterprise edition

WineHQ Bugzilla wine-bugs at winehq.org
Sat Aug 15 16:03:17 CDT 2020


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

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
(In reply to Nikolay Sivov from comment #2)
> One way to achieve presumably equivalent behaviour is with
> CoIncrementMTAUsage()/CoDecrementMTAUsage(). If that works it could be done
> for every returned IHolder not just once per dispenser.

The documentation for CoIncrementMTAUsage() states that it can't be called from
within DllMain, and will add the current thread to the MTA if not initialized.
Unless both statements are incorrect, that won't work.

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