[Bug 49372] winedump crashes for sltg typelib files

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jun 13 04:03:04 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49372

--- Comment #4 from Dmitry Timoshkov <dmitry at 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'.

-- 
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.



More information about the wine-bugs mailing list