http://bugs.winehq.org/show_bug.cgi?id=4912
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.download.com/3001
| |-7555_4-10301428.html
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-31-07 04:54 -------
there's a free trial here. Does it have the same problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5696
Rincebrain(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.17. |0.9.2.
------- Additional Comments From Rincebrain(a)gmail.com 2006-31-07 04:54 -------
Bug persists in 0.9.18.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5504
Ronny.Standtke(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Ronny.Standtke(a)gmx.net 2006-31-07 04:30 -------
Seems to be fixed with 0.9.18.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From mike(a)codeweavers.com 2006-31-07 03:09 -------
InternetCheckConnection is at: wine/dlls/wininet/internet.c # 2766
I'd advise you to use InternetOpenConnection, and not try to guess the
server/port to connect to yourself.
Hans's suggestion to do investigate what Windows does is a good one too. Maybe
use ethereal?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From hans(a)it.vu.nl 2006-31-07 03:05 -------
Please try to find out what Windows does when InternetCheckConnection
is called, using tcpdump or Wireshark to observe traffic from a Windows
VM guest or something like that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From daniel.skorka(a)stud.uni-karlsruhe.de 2006-31-07 03:01 -------
I'm sorry, but I cannot find this function in the wine-0.9.18 source. Neither
Google nor MSDN return any results for InternetOpenConnection. However, after
looking at the MSDN documentation for InternetCheckConnection it appears that
what we really need to check is the availability of an URL. Thus, I think we
should connect to the given host, on the port corresponding to the protocol
(like http)
or that given in the URL (like http://foo.info:4242/). I can write that patch if
desired.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From mike(a)codeweavers.com 2006-31-07 01:55 -------
How about just using InternetOpenConnection() to check whether the connection
can be made, then InternetCloseHandle() to close it again? It should be a
fairly simple patch to write...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From daniel.skorka(a)stud.uni-karlsruhe.de 2006-31-07 01:35 -------
I agree. However, you still have to decide which port to connect to. Looking at
the source, port 80 seems to be implicated, but I don't know what the official
behaviour is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5807
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3110|application/octet-stream |text/plain
mime type| |
Attachment #3110|mercora_output |mercora_output.txt
filename| |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-07 23:11 -------
(From update of attachment 3110)
Please if you can not set corect mime type for your attachmets then add .txt
extensions to plain text files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.