http://bugs.winehq.org/show_bug.cgi?id=14792
Summary: Entered IP address rejected as invalid by a program Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: patrol@sinus.cz
Hi! I'm trying to upgrade firmware of a Linksys VoIP gateway. There is a windows binary for this purpose, which communicates with the gateway. The program starts normally and asks for IP address of the gateway to be upgraded. A dialog appears with a line and three dots in it to separate the octets. Clicking into the line to place the cursor causes wine to emit the following single line to the console: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x1003a) There are visually no problems with entering the address. However, clicking on OK in the dialog to submit the entered IP address emits the same wine message again, and the program immediately responds with a small dialog saying "Invalid IP address". I didn't find any way to work this problem around, so I cannot use the program and upgrade my gateway :-(. I cannot upload the binary of the upgrader because of its copyright; however, I think I can send a single copy to a person which would eventually work on this bug. With regards, Pavel Troller