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.
http://bugs.winehq.org/show_bug.cgi?id=19927
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=19927
Stefan Leichter Stefan.Leichter@camLine.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18402
http://bugs.winehq.org/show_bug.cgi?id=19927
--- Comment #1 from Stefan Leichter Stefan.Leichter@camLine.com 2009-09-28 15:23:27 --- Still in 1.1.30. (The problem with urlcache.c and GetDiskInfoA happend because mingw's import lib exports GetDiskInfoA by name, which is wrong)
http://bugs.winehq.org/show_bug.cgi?id=19927
Stefan Leichter Stefan.Leichter@camLine.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #2 from Stefan Leichter Stefan.Leichter@camLine.com 2010-07-01 16:39:29 --- The old version of the program finished the version check now, but fails to download the update. It is not clear to me if the fix was in the wine soure or the server changed the response. I did not manage to install current mdac_typ.exe with wine-1.1.30 to verify the change was not on server side.
http://bugs.winehq.org/show_bug.cgi?id=19927
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-02 04:18:52 --- Closing.