http://bugs.winehq.org/show_bug.cgi?id=24387 --- Comment #48 from Wolfgang Hartl <wolfo.dev@wolke7.net> --- I had some progress. I managed now to have a proper own compiled version 11.0 of wine. Seems, the issue was that I took 11.3 as code base, which behave differently. Anyway. My assumptions about the missing TKIND_UNION implementation were wrong! I was able to fix a missing implementation, so that the FIXME log is gone; but it does not solve this crash. Neither was the crash solved by another fix that I was able to make for TKIND_RECORD, that solved multiple errors of "0170:err:typelib:sltg_get_typelib_ref Unable to find reference" when the record has a reference to another user-defined type. It seems that referencing the GUID {3e9cf0bc-53f5-11d2-9f2d-0000f87a581e} causes the crash.
err:ole:CoGetClassObject no class object {3e9cf0bc-53f5-11d2-9f2d-0000f87a581e} could be created for context 0x1
It is not registered, not in wine and not in windows too. I checked. So, windows ignores the error gracefully, wine with native oleaut32 also. Digging deeper... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.