[Bug 45663] winetricks dotnet40 hangs with 0040:err:msiexec: custom_action_server Failed to create custom action server pipe: 231

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 18 16:42:01 CDT 2018


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

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Assignee|wine-bugs at winehq.org        |z.figura12 at gmail.com

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
Created attachment 62095
  --> https://bugs.winehq.org/attachment.cgi?id=62095
msi: Don't assume that WoW64 redirection is enabled in custom_start_server().

custom_start_server() assumes that WoW64 file-system redirection is disabled
when it starts the server. Previously it was, since it was started on its own
thread, but as of 3a884c2ef7a5828a5b42bf9d2532422afeac0fd8 it is started on the
main thread. Specifically, it's started inside of the INSTALL standard action,
and we disable WoW64 redirection for all standard actions.

The attached patch should help with that.

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