http://bugs.winehq.org/show_bug.cgi?id=12971
Summary: Bitware Bitfax can not detect modems during setup Product: Wine Version: 0.9.61. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P5 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: k.king177@ntlworld.com
Bitware Bitfax v3.30.20 bundled with many datafax analog modems (some time ago) tries to detect modem during install. normally it looks for COM1 to COM12. Under all recent versions of wine up to 0.9.61 it issues a msgbox headed "Modem Detection Error" with text Modem detection found a com port currently used by other application. Do you want to continue the detection anyway ?
It issues this message for each of the 12 Com ports it's trying to find.
In the console the text similar to below appears for each COM port it checks.
err:int21:INT21_FileDateTime int21: unknown/not implemented parameters: int21: AX 5769, BX 0007, CX 0000, DX 11f7, SI 0000, DI 0000, DS 1247, ES 1437
I only have a COM1 port which I have linked and set in registry as per various help resources. The AX, CX, SI, DI are static. The BX register changes by hex of 1 per port. The other registers vary slightly but I have not got logged (yet).