[Bug 46654] dotnet35sp1 fails to install with winetricks

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 18 06:07:19 CST 2019


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

--- Comment #1 from Hans Leidekker <hans at meelstraat.net> ---
Created attachment 63626
  --> https://bugs.winehq.org/attachment.cgi?id=63626
patch

It fails in the BindImage action because imagehlp is a delay load import. By
the time we're going to call BindImageEx fs redirection has already been
disabled, so the 32-bit version of imagehlp cannot be found.

This patch avoids these issues by getting rid of all delay imports.

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