https://bugs.winehq.org/show_bug.cgi?id=36981 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |rpc CC| |z.figura12(a)gmail.com --- Comment #26 from Zebediah Figura <z.figura12(a)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.