http://bugs.winehq.org/show_bug.cgi?id=59549 --- Comment #2 from Wolfgang Hartl <wolfo.dev@wolke7.net> --- The error happens in oleaut32/typelib.c when SLTG_ProcessRecord() call SLTG_DoVars() with checking for references to other types, as it is done correctly in other processing functions like in SLTG_ProcessModule() or SLTG_ProcessDispatch(). I fixed the function and tested with MS-Money. I wrote a small IDL with a nested record type and loaded it with wine 11 and with the fixed version. There it can be seen that the error is shown and the record structure is not shown correctly. With the fix the error is gone and the full nested records is show correctly. See next attachment. -- 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.