https://bugs.winehq.org/show_bug.cgi?id=57943
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #9 from Zeb Figura z.figura12@gmail.com --- (In reply to d.astra from comment #8)
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)
No, the clipboard, mountmgr, and ieframe messages are unrelated to each other.