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