https://bugs.winehq.org/show_bug.cgi?id=57943
d.astra@yopmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
--- Comment #8 from d.astra@yopmail.com --- I dived deeper into this, than originally planed, but I found the cause for the instant crash: ieframe gets a timeout and doesn't load properties into a container, thus msxml can't access said container, which then isn't provided to mshtml. That's the entire error chain.
It all starts with this error: 00e8:err:clipboard:convert_selection Timed out waiting for SelectionNotify event 0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data 0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data 0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
Which is preventing this from happening: 012c:trace:ieframe:PropertyNotifySink_OnChanged (00000000002ADA60)->(-525) 012c:fixme:ieframe:ClientSite_GetContainer (00000000002ADA60)->(000000000011E628) 012c:trace:ieframe:ClientSite_QueryInterface (00000000002ADA60)->(IID_IOleCommandTarget 000000000011E6A8) (After this section comes loads of Data for the container, which I omit for readability reasons)
I'm still seeking the reason for the later crash, when the setups has successfully launched. Ultimately all runs end with an unhandled page fault (which can be seen in all provided crash dumps), which seems to be random and not related to either ieframe, msxml or mshtml. I also tested this with the same result on a different machine, so it has nothing to do with RAM or CPU problems.