[Bug 35339] Multiple Realarcade installers fail on startup, complaining with COM/LUA scripting errors ('FileAttribute*' typeinfo lookup failure)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 11 06:00:38 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35339

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
This looks exactly like bug 31724 - FileAttribute enum is defined after
interface forward definition that uses it. The problem is that widl generate a
broken typelib in this case - enum is added twice and second time offset is
overwritten, but interface keeps referencing it with old offset. Lookup
obviously fails. I sent a patch for that:

http://www.winehq.org/pipermail/wine-patches/2014-March/131027.html

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