http://bugs.winehq.org/show_bug.cgi?id=17273
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|SetNamedPipeHandleState is |SetNamedPipeHandleState is |a stub - affects flash on |a stub (FireFox+Flash, |FireFox |Win8/NET 4.x SDK installer)
--- Comment #23 from Anastasius Focht focht@gmx.net 2012-07-04 17:34:04 CDT --- Hello,
this insufficiency also affects Windows Software Development Kit (SDK) for Windows 8 Release Preview (includes SDK for .NET 4.x).
The (WiX Burn based) bootstrapper installer ought to communicate with child process using named pipes and this fails.
--- snip --- ... 002f:Call KERNEL32.CreateNamedPipeW(001735f0 L"\\.\pipe\BurnPipe.{86F7F562-0AC4-4083-AB8C-8C970652DEAD}",00080003,00000000,00000001,00010000,00010000,00000001,00000000) ret=0040d687 002f:Ret KERNEL32.CreateNamedPipeW() retval=00000050 ret=0040d687 ... 002f:Call KERNEL32.CreateNamedPipeW(001735f0 L"\\.\pipe\BurnPipe.{86F7F562-0AC4-4083-AB8C-8C970652DEAD}.Cache",00080003,00000000,00000001,00010000,00010000,00000001,00000000) ret=0040d752 002f:Ret KERNEL32.CreateNamedPipeW() retval=00000054 ret=0040d752 ... 002f:Call KERNEL32.SetNamedPipeHandleState(00000050,0033fa90,00000000,00000000) ret=0040d826 002f:Ret KERNEL32.SetNamedPipeHandleState() retval=00000000 ret=0040d826 ... 002f:Call KERNEL32.lstrlenA(001463f0 "[002E:002F][2012-07-05T00:15:05]: Error 0x80004005: Failed to set pipe to non-blocking.\r\n") ret=0042f42a ... 002f:Call KERNEL32.lstrlenA(001463f0 "[002E:002F][2012-07-05T00:15:05]: Error 0x80004005: Failed to connect to elevated parent process.\r\n") ret=0042f42a ... --- snip ---
Download: http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx
$ wine --version wine-1.5.8
Regards