[Bug 36981] Flexera InstallShield 20.x based installers crash in NdrProxyInitialize ( Samsung Kies 3, Designspark 6.1, Exelis ENVI 5.x)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 17 23:05:06 CST 2019


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

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |rpc
                 CC|                            |z.figura12 at gmail.com

--- Comment #26 from Zebediah Figura <z.figura12 at gmail.com> ---
The basic cause here is that the program unmarshals a proxy into one STA
thread, destroys that thread, and then tries to use the object from a different
thread. On Windows this fails with CO_E_OBJNOTCONNECTED, and that's enough to
make the Kies installer work. I'm working on a patch.

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