http://bugs.winehq.org/show_bug.cgi?id=19927
Summary: NAVIGON Fresh locks in version check Product: Wine Version: 1.1.29 Platform: PC URL: http://navigon.vo.llnwd.net/o25/u/eu/fresh/NAVIGON_Fre sh_setup.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: Stefan.Leichter@camLine.com
Created an attachment (id=23410) --> (http://bugs.winehq.org/attachment.cgi?id=23410) source of a unittest exhibiting the problem with InternetQueryDataAvailable
NAVIGON Fresh checks at the navigon web server if the local version is the newes one. The fails currently on wine because the InternetQueryDataAvailable fail. NAVIGON Fresh expects the call to succeed and retries it, until it does, which never happend one wine (endless loop).
In the attachment is the source of a wine unittest with the relevant calls to the wininet dll. The unit test succeeds one WinXP (after removing the file urlcache.c because of the missing export GetDiskInfoA) but fails on wine.