http://bugs.winehq.org/show_bug.cgi?id=11172
Summary: no web cache Product: Wine Version: 0.9.53. Platform: PC OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: hramrach@centrum.cz
As far as I can tell the wine wininet does not implement cache. This in itself would not be that troublesome but there is unimplemented function InternetSetFilePointer that appears to rely on cache from the msdev description, and I have no idea how to implement it without one.
It appears that a game updater relies on this function to cache a file completely so that it can be read easily. It calls it with zero offset and the second parameter from the end set to 2, and again with all parameters zero except the fd. It then proceeds to read the file with InternetReadFile and fails. The update is carried out much faster in wine than on windows.
http://bugs.winehq.org/show_bug.cgi?id=11172
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-13 13:37:57 --- Lets start with: 1. What is the program in question? 2. What is the problem you have with the program from 1)? 3. What are _exact_ steps to reproduce the problem? 4. Is there a demo version of 1)? 5. If there is, does it have the same issue?
Bug is invalid until all those questions are answered.
http://bugs.winehq.org/show_bug.cgi?id=11172
Michal Suchanek hramrach@centrum.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://nostale.co.uk/play_do | |wnload.php Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #2 from Michal Suchanek hramrach@centrum.cz 2008-01-15 13:09:36 --- The application in question is Nostale, it's free to download, and shows the error when downloading updates (which is the first thing you have to do after installation). The updates are never successfully downloaded in Wine.
http://bugs.winehq.org/show_bug.cgi?id=11172
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=11172
Michal Suchanek hramrach@centrum.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hramrach@centrum.cz
--- Comment #3 from Michal Suchanek hramrach@centrum.cz 2008-01-17 04:43:06 --- OK, further testing shows that the update does succeed sometimes, and it sometimes finishes but corrupts the installation.
This is behaviour not observed on Windows XP, the update process is very reliable there. So there is something flaky in the Wine implementation but it might be as well something completely different.
http://bugs.winehq.org/show_bug.cgi?id=11172
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #4 from Hans Leidekker hans@it.vu.nl 2008-05-03 06:55:00 --- This updater adds a user agent string just like the one from bug 3426. It installs and runs fine here with my patch applied. Reporter, does this patch fix the problem for you?
http://www.winehq.org/pipermail/wine-patches/2008-May/054475.html
http://bugs.winehq.org/show_bug.cgi?id=11172
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Hans Leidekker hans@it.vu.nl 2008-05-16 14:10:21 --- OK, I broke down and downloaded the 895MB installer. On startup the updater downloaded many files but eventually it completed and I could start the game.
http://bugs.winehq.org/show_bug.cgi?id=11172
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-05-23 10:38:01 --- Closing bugs fixed in 1.0-rc2.
http://bugs.winehq.org/show_bug.cgi?id=11172
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other
--- Comment #7 from Austin English austinenglish@gmail.com 2012-02-23 15:21:17 CST --- Removing deprecated 'All' OS.