[Bug 17273] Many apps and games need SetNamedPipeHandleState implementation (support for named pipe message mode)(FireFox+Flash, Win8/NET 4.x SDK/vcrun2012, WiX installers)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 8 16:37:29 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=17273

--- Comment #49 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

'Adobe Flash Builder 4.6' also needs this.

--- snip ---
$ WINEDEBUG=+tid,+seh,+relay wine ./FlashBuilder_4_6_LS10.exe >>log.txt 2>&1
...
0031:Call KERNEL32.CreateNamedPipeW(028ca39c
L"\\\\.\\pipe\\asurd_deploywr",00000001,00000006,000000ff,00000400,00000400,00000000,00000000)
ret=0283b470
0031:Ret  KERNEL32.CreateNamedPipeW() retval=00000170 ret=0283b470
0031:Call KERNEL32.CreateNamedPipeW(028ca3cc
L"\\\\.\\pipe\\asuwr_deployrd",00000002,00000006,000000ff,00000400,00000400,00000000,00000000)
ret=0283b497
0031:Ret  KERNEL32.CreateNamedPipeW() retval=00000174 ret=0283b497
...
0031:Call KERNEL32.ConnectNamedPipe(00000170,00000000) ret=0283b2a5 
...
0031:Ret  KERNEL32.ConnectNamedPipe() retval=00000001 ret=0283b2a5 
...
0031:Call KERNEL32.ReadFile(00000170,0b95c9ac,00001028,0b95c990,00000000)
ret=0283b6fc
0031:Ret  KERNEL32.ReadFile() retval=00000001 ret=0283b6fc 
...
0031:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0b95cc14 "[INFO]
DWANative - Received Invalid packet\n",ffffffff,0b95d078,000003ee) ret=028b7795
0031:Ret  KERNEL32.MultiByteToWideChar() retval=0000002c ret=028b7795 
--- snip ---

dwPipeMode = 00000006 -> PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE

The patchset helps the installer to get further.

Download:
https://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5517&fileID=5536

$ sha1sum FlashBuilder_4_6_LS10.exe 
7991023d94bcf62f06eb1500914b5274b32c30ea  FlashBuilder_4_6_LS10.exe

$ du -sh FlashBuilder_4_6_LS10.exe 
819M    FlashBuilder_4_6_LS10.exe

$ wine --version
wine-1.7.18-76-gcfb81f2

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.



More information about the wine-bugs mailing list