https://bugs.winehq.org/show_bug.cgi?id=36687
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|msxml4 |-unknown Resolution|--- |INVALID Summary|Multiple applications want |Multiple applications |'Msxml2.DOMDocument.4.0' |report error 0x80040111, |('{88d969c0-f192-11d4-a65f- |class |0040963251e5} -> |'{88d969c0-f192-11d4-a65f-0 |CLSID_DOMDocument40)(CodeGe |040963251e5}' |ar RAD Studio 2009) |(CLSID_DOMDocument40) not | |registered after | |'winetricks msxml3'
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
indeed it was likely a leftover of bug 36686 which required 'winetricks -q msxml3'
Since builtin msxml3 actually handles all MSXML versions (CLSID_DOMDocument2, CLSID_DOMDocument26, CLSID_DOMDocument30, CLSID_DOMDocument40, CLSID_DOMDocument60) but native keeps it separated for at least 3.x and 4.x, it's kind of expected behaviour.
Resolving 'invalid' but still useful to catch this kind of problem.
Regards