https://bugs.winehq.org/show_bug.cgi?id=40816 --- Comment #4 from Robert Walker <bob.mt.wya(a)gmail.com> --- Created attachment 55212 --> https://bugs.winehq.org/attachment.cgi?id=55212 webrotate console log (unset WINEDEBUG) I've tested the application with winemenubuilder.exe disabled... Short log attached (unset WINEDEBUG). I've checked with a full complement of WINEDEBUG. export WINEDEBUG=+relay,+seh,+tid,fixme+all,warn+all,err+all The output prior to the fixme call is: 0039:Ret ntdll.RtlReAllocateHeap() retval=00885258 ret=00370abc 0039:Call KERNEL32.CreateFileW(00885268 L"\\\\.\\pipe\\ToServerAdvinst_Extract_C:\\webrotate360_free.exe",c0000000,00000000,00000000,00000003,00000000,00000000) ret=00358970 0039:Ret KERNEL32.CreateFileW() retval=000000f8 ret=00358970 0039:Call ntdll.RtlFreeHeap(00110000,00000000,00885258) ret=00370a82 0039:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00370a82 0039:Call ntdll.RtlAllocateHeap(00110000,00000000,00000020) ret=00370a65 0039:Ret ntdll.RtlAllocateHeap() retval=007a6128 ret=00370a65 0039:Call KERNEL32.WriteFile(000000f8,007a6138,00000004,00eee560,00000000) ret=00358bb3 0039:Ret KERNEL32.WriteFile() retval=00000001 ret=00358bb3 0039:Call KERNEL32.FlushFileBuffers(000000f8) ret=00358bbc 0039:Ret KERNEL32.FlushFileBuffers() retval=00000001 ret=00358bbc 0039:Call ntdll.RtlFreeHeap(00110000,00000000,007a6128) ret=00370a82 0039:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00370a82 0039:Call KERNEL32.ConnectNamedPipe(000000f8,00000000) ret=00358b0c 0039:fixme:ntdll:server_ioctl_file Unsupported ioctl 110008 (device=11 access=0 func=2 method=0) When it goes to use the named pipe (handle 000000f8) Wine blows up!! -- 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.