http://bugs.codeweavers.com/show_bug.cgi?id=448
*** shadow/448 Fri Apr 26 05:04:49 2002
--- shadow/448.tmp.19446 Fri Apr 26 05:09:14 2002
***************
*** 67,69 ****
--- 67,73 ----
------- Additional Comments From david(a)molina.subs.map.es 2002-04-26 05:04 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From david(a)molina.subs.map.es 2002-04-26 05:09 -------
+ Created an attachment (id=72)
+ With the release 20020411, the problem continues. This is the trace of winsock in this release:
On Fri, 26 Apr 2002 wine-bugs(a)winehq.com wrote:
> + ------- Additional Comments From jarto(a)starsoft.fi 2002-04-26 03:13 -------
> + Nope, I haven't tried anything. I'm not subscribed to any mailing lists or
> + monitor the wine newsgroup. So if you want me to test something, please email me
> + or drop a note here.
> +
> + Should I apply the patches to the latest cvs-version or some specific snapshot?
> + Could you also tell me which patches to test? There are 25 patches from you and
> + I wouldn't want to spend too much time guessing. (A nice email with the patches
> + to apply would be best as copy-paste from a web page +cleanup is not fun)
The patches are easy to spot, they have been submitted to wine-patches
during the last two days and start from CVS 2002-04-24.
(Look at the wine patches archive "by author" and spot my name).
Alexandre is now integrating them (or part of them) into CVS, so applying them to today's
CVS will be a pain, you must figure out what Alexandre has already
applied and what he hasn't. I will be off to a two weeks vacation
tomorrow. I shall try to produce clean patches over today's CVS and send
them to you. If I have no time for that anymore, you must either try your luck
with the patches in the web or wait 2 weeks - sorry.
Martin
--
Martin Wilck Phone: +49 5251 8 15113
Fujitsu Siemens Computers Fax: +49 5251 8 20409
Heinz-Nixdorf-Ring 1 mailto:Martin.Wilck@Fujitsu-Siemens.com
D-33106 Paderborn http://www.fujitsu-siemens.com/primergy
http://bugs.codeweavers.com/show_bug.cgi?id=418
*** shadow/418 Thu Apr 25 12:42:12 2002
--- shadow/418.tmp.8321 Fri Apr 26 01:39:51 2002
***************
*** 32,34 ****
--- 32,38 ----
NtQuerySystemInformation is undocumented function of Windows API.
Reporter, did you try to specify winver win95 (if Rational Roze runs on Windows
95 at all)
+
+ ------- Additional Comments From dog(a)dog.net.uk 2002-04-26 01:39 -------
+ Created an attachment (id=70)
+ winver win95 has no effect
http://bugs.codeweavers.com/show_bug.cgi?id=624
*** shadow/624 Thu Apr 25 20:03:10 2002
--- shadow/624.tmp.28274 Thu Apr 25 20:03:10 2002
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Windows Media player cannot install codecs |
+ +----------------------------------------------------------------------------+
+ | Bug #: 624 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: michaelc(a)lindows.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Using wine from cvs on 04/23/20002, Windows Media Player launches and when you
+ try to open a file it can download new codecs, but it fails to install them.
+
+ This works fine in crossover office.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=622
*** shadow/622 Thu Apr 25 19:59:02 2002
--- shadow/622.tmp.27996 Thu Apr 25 19:59:02 2002
***************
*** 0 ****
--- 1,42 ----
+ +============================================================================+
+ | aol7 cannot communicate with the aol proxy server |
+ +----------------------------------------------------------------------------+
+ | Bug #: 622 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-net |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: michaelc(a)lindows.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I've been working on trying to figure out why aol7 doesn't work under wine
+ for a few weeks, but I was using the old code up until now. Actually, with
+ the current wine tree, you can launch aol and login, but you can't get any
+ web content or your buddy list. I think that both of these operations go
+ through aol's web proxies and require a successful handshake with the proxy
+ to succeed.
+
+ Basically, what I know is that aol7 uses asynchronous sockets, but doesn't
+ seem to use overlapped io, unless you're on a modem. When aol is trying to
+ connect to it's web proxy it only sends one packet out when running under
+ wine, and then after a while gets an ACK packet in response from the proxy.
+ The one packet that gets sent is completely identical to the one sent under
+ windows. Under windows, it actually sends out three packets in rapid
+ succession, and then gets a response from the proxy. The packets sent are
+ using the AIM protocol and can be examined using ethereal under windows and
+ under linux. The handshake between the aol client and the proxy is as follows:
+
+ client -> AIM packet, family: 0x5472
+ client -> AIM packet, family: 0x5472
+ client -> AIM packet, family: 0x7963
+ proxy -> AIM packet, family: 0x7963
+
+ I looked at the return code from ws2_32.send and it claims that the requested
+ number of bytes were sent successfully. Also, there are no obvious errors
+ around the time that the handshake packets are sent.
\ No newline at end of file