[Bug 45663] New: [regression] winetricks dotnet40 hangs with 0040:err: msiexec:custom_action_server Failed to create custom action server pipe: 231
https://bugs.winehq.org/show_bug.cgi?id=45663 Bug ID: 45663 Summary: [regression] winetricks dotnet40 hangs with 0040:err:msiexec:custom_action_server Failed to create custom action server pipe: 231 Product: Wine Version: 3.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs(a)winehq.org Reporter: farmboy0+winehq(a)googlemail.com Distribution: --- Just tried running winetricks dotnet40 in a clean 64bit prefix. The dotnet40 installer always stops after File Verification. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[regression] winetricks |winetricks dotnet40 hangs |dotnet40 hangs with |with |0040:err:msiexec:custom_act |0040:err:msiexec:custom_act |ion_server Failed to create |ion_server Failed to create |custom action server pipe: |custom action server pipe: |231 |231 Keywords| |download, regression CC| |austinenglish(a)gmail.com --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- Could you run a regression test please? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #2 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to Austin English from comment #1)
Could you run a regression test please?
I think that won't be necessary in this case. I'm looking into it. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Assignee|wine-bugs(a)winehq.org |z.figura12(a)gmail.com --- Comment #3 from Zebediah Figura <z.figura12(a)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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gabrielfaithfulness(a)gmail.c | |om --- Comment #4 from Zebediah Figura <z.figura12(a)gmail.com> --- *** Bug 45668 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz Regression SHA1| |3a884c2ef7a5828a5b42bf9d253 | |2422afeac0fd8 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 --- Comment #5 from farmboy0+winehq(a)googlemail.com --- I can confirm that installation of dotnet40 proceeds and succeeds with this patch. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hildogjr(a)gmail.com --- Comment #6 from Zebediah Figura <z.figura12(a)gmail.com> --- *** Bug 45675 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Keywords| |Installer Summary|winetricks dotnet40 hangs |Multiple 64-bit MSI |with |installers fail with |0040:err:msiexec:custom_act |'err:msiexec:custom_action_ |ion_server Failed to create |server Failed to create |custom action server pipe: |custom action server pipe' |231 |(MS .NET Framework 4.x, | |Python 2.7, PSIM 11) --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary for dupe collection. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 --- Comment #8 from farmboy0+winehq(a)googlemail.com --- Quick Question: When trying to install dotnet35 in 64bit prefix the install fails during install with 01a9:err:msiexec:custom_action_server Failed to read from custom action server pipe: 109 01af:err:msiexec:custom_action_server Failed to read from custom action server pipe: 109 Is this error related or unrelated to this one? (I think its unrelated because the same error happens with wine 3.12 and its also not fixed by your patch, just want to make sure) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 --- Comment #9 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to farmboy0+winehq from comment #8)
Quick Question: When trying to install dotnet35 in 64bit prefix the install fails during install with 01a9:err:msiexec:custom_action_server Failed to read from custom action server pipe: 109 01af:err:msiexec:custom_action_server Failed to read from custom action server pipe: 109
Is this error related or unrelated to this one? (I think its unrelated because the same error happens with wine 3.12 and its also not fixed by your patch, just want to make sure)
Yes, that looks different. I suspect it's the bug mentioned in bug 45483, comment 7, though a new bug report probably wouldn't be a bad idea. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathew.hodson(a)gmail.com --- Comment #10 from Mathew Hodson <mathew.hodson(a)gmail.com> --- Patch committed with https://source.winehq.org/git/wine.git/commit/51ad009bacd297c0607bc6de4d5dae... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mathew.hodson(a)gmail.com | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |51ad009bacd297c0607bc6de4d5 | |dae18afe6ea98 --- Comment #11 from Zebediah Figura <z.figura12(a)gmail.com> --- Marking fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=45663 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.15. -- 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.
participants (1)
-
wine-bugs@winehq.org