https://bugs.winehq.org/show_bug.cgi?id=49372
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Vijay Kamuju from comment #0)
winedump: ../../../wine/tools/winedump/tlb.c:1984: sltg_dump: Assertion `hlpstr_len == len + 6' failed. Aborted (core dumped)
Attaching the affected sltg typelib file.
Thanks for the report, I'll try to find time to have a look. Just curious, do you know with which tool that .tlb file was created? It uses a very old index strings naming scheme.
(In reply to Nikolay Sivov from comment #1)
Are there tools to generate such typelib on modern Windows systems, with example idl's ?
Looks like 'midl.exe /oldtlb hello.idl' is broken in Windows 10 SDK, parsing works, however it can't save the resulting .tlb. It still should be possible to find mktyplib.exe and call it like this: 'mktyplib.exe /old hello.idl'.