https://bugs.winehq.org/show_bug.cgi?id=48044
Bug ID: 48044 Summary: wine64 err:msiexec:custom_action_server Failed to create custom action server pipe Product: Wine Version: 4.0.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: daire.byrne@gmail.com Distribution: ---
I realise this has come up many time before (e.g. 45663, 45509, 45856), but I am still seeing it on both 4.0 and 4.18-staging. I have verified that the previous patch to address this (circa wine-3.15) has been applied in both versions:
https://source.winehq.org/git/wine.git/blobdiff/6552ddaaa5c189db504e81a2360b...
It could be that I'm doing something wrong (I'm not a wine expert). I only have the 64bit wine installed (as is the norm for centos/fedora), so have not tried with a 32bit wine prefix.
Steps to reproduce:
rm -rf ~/.wine wineboot winetricks python27
Executing wine msiexec /i python-2.7.16.msi ALLUSERS=1 0030:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 0038:err:msiexec:custom_action_server Failed to create custom action server pipe: 2
I have also seen it with a few other random installers too.