http://bugs.winehq.org/show_bug.cgi?id=4227
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com AssignedTo|truiken@gmail.com |wine-bugs@winehq.org Status|ASSIGNED |NEW Component|wine-msi |wine-ole
------- Additional Comments From truiken@gmail.com 2006-30-08 13:56 ------- Now that the max msi handles bug is fixed, this is now an ole bug. The log is too big to attach, but I'll show the interesting part. CoUninitialize is called, then the installer seemingly halts (not that it fails, just gets stuck) while "copying files". +ole shows a huge stream of:
trace:ole:__CLSIDFromString L"{5CE52F68-63AD-4363-B47C-3E326DB3388E}" -> 0x620898a0 trace:ole:__CLSIDFromString L"{5CE52F68-63AD-4363-B47C-3E326DB3388E}" -> 0x620898c0 trace:ole:__CLSIDFromString L"{5CE52F68-63AD-4363-B47C-3E326DB3388E}" -> 0x62089850 ... trace:ole:__CLSIDFromString L"{5CE52F68-63AD-4363-B47C-3E326DB3388E}" -> 0x620898c0 trace:ole:__CLSIDFromString L"{5CE52F68-63AD-4363-B47C-3E326DB3388E}" -> 0x62089850
and that takes you to where I pkill -9 wine. I tried to use native ole,oleaut,rpcrt4, but I wasn't able to install DCOM.