Hello all. Several problems have appeared for me with the latest wine (20031212) (I grabbed the tarball and compiled it myself). 1?) programs that used to work (Baldur's Gate and Icewind Dale) don't work anymore; though I didn't change anything to my config, wine now locks up with this message: err:ntdll:RtlpWaitForCriticalSection section 0x40342a48 "?" wait timed out in thread 000a, blocked by 0009, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x40f6f5c0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0009, blocked by 000a, retrying (60 sec) I've tried Baldur's Gate with winex-CVS, and it works flawlessly (Icewind Dale never worked with winex-CVS). Has anybody experienced the same thing, and has found a cure? 2?) I wanted to give the CVS a try, and I noticed 2 things: * the CVS hasn't been updated since 12/12/2003? Maybe that's just the Christmas break :^) * when I login on cvs.winehq.org, cvs updates the whole wine tree on my machine, and then hangs indefinitely instead of closing; the same thing doesn't happen when I login on rhlx01.fht-esslingen.de (cvs finishes correctly after updating the tree). Same question as above :^) See you. -- Fabrice DELENTE E-mail : fabrice.delente@free.fr
> Several problems have appeared for me with the latest wine (20031212) (I > grabbed the tarball and compiled it myself).It would be useful to know what version you previously used, and if you have the same problem with a official binary. You can get one from http://sourceforge.net/project/showfiles.php?group_id=6241> * the CVS hasn't been updated since 12/12/2003? Maybe that's just the > Christmas break :^)The maintainer is on holiday in Switzerland, he did say he was going to be 2 weeks... Ivan.
Fabrice DELENTE wrote:> ... > * when I login on cvs.winehq.org, cvs updates the whole wine tree on my > machine, and then hangs indefinitely instead of closing; the same thing > doesn't happen when I login on rhlx01.fht-esslingen.de (cvs finishes > correctly after updating the tree). >That is likely due to a "bug" in the version of CVS you have, that is only triggered when connecting to a server of the version that winehq is using. You can fix it be setting the CVS compression level to 0 (-z 0) or upgrade your CVS.
On Sun, 28 Dec 2003, Fabrice DELENTE wrote: [...]> Several problems have appeared for me with the latest wine (20031212) (I > grabbed the tarball and compiled it myself). > > 1?) programs that used to work (Baldur's Gate and Icewind Dale) don't work > anymore; though I didn't change anything to my config, wine now locks up > with this message: > > err:ntdll:RtlpWaitForCriticalSection section 0x40342a48 "?" wait timed out > in thread 000a, blocked by 0009, retrying (60 sec)[...]> Has anybody experienced the same thing,Yes, similar problem when installing IE6, same wine version. See my post from a week or two back (search for "deadlock").> and has found a cure?Nope. Where should this be reported, if anywhere? John
> Nope. Where should this be reported, if anywhere?After doing everything written here http://www.winehq.org/site/docs/wine-user/bugs any bugs should be reported here http://bugs.winehq.com Ideally use the bug_report.pl tool for generating bug reports, you can get it here http://cvs.winehq.org/cvsweb/~checkout~/wine/tools/bug_report.pl?rev=1.21&content-type=text/plain Ivan.