http://bugs.winehq.org/show_bug.cgi?id=2988
------- Additional Comments From lhouk@lesliehouk.com 2005-02-09 14:22 ------- I just tried my original program, C-W95.exe, under Wine 20050725, and it still doesn't run. I first tried running it in the console window, and the only message I got was "fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub". I then ran it with "WINEDEBUG=+comm,+file,+relay,+ntdll", which produced a ~100MB file. I got rid of about 75% of the debug messages by deleting the messages preceeding the "fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub" message, then I gzipped the remaining messages. I just submitted the gzipped debug output as attachment (id=1000).
Interestingly, I no longer found the error code 0x3e5, ERROR_IO_PENDING, in the debug messages. Could someone who is skilled at reading the debug output confirm that something new is occurring? Thanks in advance!