https://bugs.winehq.org/show_bug.cgi?id=52944
--- Comment #4 from Esme Povirk madewokherd@gmail.com --- I didn't have .NET Framework 3.5 installed.
I made a commit adding that directory: https://github.com/madewokherd/wine-mono/commit/d30b97b0af371fb655159e7a2970...
But I'm just seeing a crash in mshtml. If I'm reading this correctly, OleObject_SetClientSite attempts to call IDocHostUIHandler_GetHostInfo, but the method is NULL in the object's vtable, so it crashes.