Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-12 Thread Eric Pouech
and if you remove the entire line (if (!is_version_nt()) access = TIMER_ALL_ACCESS;)? A+

Re: A new systray patch

2004-12-12 Thread Steven Edwards
Hi, --- Mike Hearn <[EMAIL PROTECTED]> wrote: > - Add a wineshell process to stand in for Explorer > - Rewrite system tray code to be standards compliant Maybe we should just go ahead and call it explorer in case you plan on adding stuff later on or adapting parts of ReactOS explorer. Thanks St

Baldur's Gate 2 randomly crashes ("Runtime error") with Wine-20041201

2004-12-12 Thread Michal Kepien
Hi there, I've recently compiled Wine-20041201 and I'm trying to get Baldur's Gate II running. The installation sequence is fine, so is the main menu, character creation etc. The problem is, once inside the actual game, the application randomly crashes giving me: Runtime error c:\bg2\BGMain.exe a

Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-12 Thread Anish Mistry
On Sunday 12 December 2004 02:54 pm, Eric Pouech wrote: > Jonathan Gevaryahu a écrit : > does this help? > A+ > > Index: sync.c > === > RCS file: /home/cvs/cvsroot/wine/wine/dlls/kernel/sync.c,v > retrieving revision 1.64 > diff -u -u

Re: winsock:WS_setsockopt

2004-12-12 Thread MediaHost (TM)
Sure! The URL is http://www.lanwatch.da.ru/ and it's free... Dan Kegel wrote: You wrote: >>... the program is "Lanwatch". A nice little app, which makes a lot of >>noise (if configured correctly) when the Internet connection goes down. >>I used it for years, but now we've got rid of

Re: winsock:WS_setsockopt

2004-12-12 Thread Dan Kegel
You wrote: >>... the program is "Lanwatch". A nice little app, which makes a lot of >>noise (if configured correctly) when the Internet connection goes down. >>I used it for years, but now we've got rid of the last Windows here >> >>I have other network monitoring tools, but it's just the acous

Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-12 Thread Eric Pouech
Jonathan Gevaryahu a écrit : does this help? A+ Index: sync.c === RCS file: /home/cvs/cvsroot/wine/wine/dlls/kernel/sync.c,v retrieving revision 1.64 diff -u -u -r1.64 sync.c --- sync.c 7 Dec 2004 14:23:03 - 1.64 +++ syn

Re: [AppDB] login problem

2004-12-12 Thread Jonathan Ernst
Thanks for the tip Jeremy. Chris Morgan and myself don't have this problem locally this was tested using php 4.3.9 and php 5.x Tony Lambregts has the same version of php as the online server 4.2.2 and has the same problem. After a lot of testingand googling he found out that he had an extra carri

Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-12 Thread Jonathan Gevaryahu
The CVS commit on 12/02 at 18:05:37 UTC causes the game "Total Annihilation" to cease functioning. Previously the game worked (although sounds don't work due to a seperate directsound issue), but since the aformentioned commit, the game changes resolution but does not ever display its titlescre

Re: winsock:WS_setsockopt

2004-12-12 Thread MediaHost (TM)
Well, if the setting is win98 instead of win2k, than the output differs a little. The program tries to connect to a http server and gets the HEAD of the server / page. That's what's actually doing. Right now it just fails, i.e. no connection, so there is one (even iexplore connects happily).

Re: Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

2004-12-12 Thread Anish Mistry
On Sunday 12 December 2004 10:59 am, Jonathan Gevaryahu wrote: > The CVS commit on 12/02 at 18:05:37 UTC causes the game "Total > Annihilation" to cease functioning. Previously the game worked (although > sounds don't work due to a seperate directsound issue), but since the > aformentioned commit,

Re: Wine test suite (or winrash, don't know which one) - possible way to improve for some persons (with some antivirus or firewall software running)

2004-12-12 Thread Tero Tamminen
> Yes. But will sticking to a fixed directory name (and > possibly file name) help, or does ZoneAlarm check eg. MD5 > sums to thwart any countermeasure from our side? Anyway, I > have the feeling that this should be solved by configuring > ZoneAlarm instead of throwing in kludges. Don't you know

Re: [AppDB] login problem

2004-12-12 Thread Jeremy Newman
On Sat, 2004-12-11 at 18:52, Jonathan Ernst wrote: > Finally there are still some register_globals to clean up and when we > are done we can turn off the following options in php.ini: > short_open_tag = Off > session.bug_compat_42 = 0 > register_globals = Off > register_long_arrays = Off Actu

Re: winsock:WS_setsockopt

2004-12-12 Thread Rein Klazes
On Sun, 12 Dec 2004 12:42:55 +0200, you wrote: > It's a little bit...embracing :-) > > But the program is "Lanwatch". A nice little app, which makes a lot of > noise (if configured correctly) when the Internet connection goes down. > I used it for years, but now we've got rid of the last Window

Re: ntdll / kernel32: #52

2004-12-12 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > > Moving local atom support to wineserver makes it also a lot slower, > > and that's not acceptable IMO. > > > local atom is already in wineserver (before the patch) ;-) > only 16 bit atom is in kernel Oops, sorry for the confusion then. I didn't really

Re: Visual studio 6 build fix.

2004-12-12 Thread Rein Klazes
On Sun, 12 Dec 2004 14:02:54 +0100, you wrote: > > Is this one acceptable? > > > > If there is still a problem, then I need more hints to what is needed. > the only part which is questionnable is as follows: > - what happens (in your case) if the child (after being run through all the > init) ca

Re: ntdll / kernel32: #52

2004-12-12 Thread Eric Pouech
Oops, sorry for the confusion then. I didn't really look at the code, only was reading your comments and was under impression that was the case. Sorry again. Do you know how NT handles that? I'd say local & global are really the same stuff, both reside in kernel space, but the second is shared acr

Re: Visual studio 6 build fix.

2004-12-12 Thread Eric Pouech
Is this one acceptable? If there is still a problem, then I need more hints to what is needed. the only part which is questionnable is as follows: - what happens (in your case) if the child (after being run through all the init) calls FreeConsole and then AllocConsole? - I don't know the answer. T

Re: ntdll / kernel32: #52

2004-12-12 Thread Eric Pouech
Dmitry Timoshkov a e'crit : Moving local atom support to wineserver makes it also a lot slower, and that's not acceptable IMO. local atom is already in wineserver (before the patch) ;-) only 16 bit atom is in kernel A+

Re: ntdll / kernel32: #52

2004-12-12 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > > Rtl* functions should generally avoid doing server calls. You should > > implement the Rtl* functions on top of the Nt* functions, not the other > > way around. > the "real" fix would mean (which I decided not to implement) > - not moving local atom t

Re: Fwd: Foobar2000 audio player Regression

2004-12-12 Thread nx12
On vie, 2004-12-10 at 10:37 +0100, Paul van Schayck wrote: > A regression test showed the "menu not being drawed" issue was caused > by this patch: > http://cvs.winehq.org/patch.py?id=14371 > http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html Reverting this patch helped me with foobar. Tha

Re: winsock:WS_setsockopt

2004-12-12 Thread Rein Klazes
On Sat, 11 Dec 2004 12:55:49 +0200, you wrote: > Hi Wine-Devel, > > Is here anybody which knows what the following function is supposed to > do and what needs to get implemented? I'm referring to this: > > fixme:winsock:convert_sockopt Unimplemented or unknown socket level > err:winsock:WS_sets

Re: Visual studio 6 build fix.

2004-12-12 Thread Rein Klazes
On 10 Dec 2004 15:14:30 +0100, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > @@ -210,7 +212,12 @@ static int set_process_console( struct p > > if (process->create_flags & CREATE_NEW_CONSOLE) > > { > > /* let the process init do the allocation */ > > -return

Re: "Debugging" a password dialog

2004-12-12 Thread Walt Ogburn
Sorry, I was thinking of the debug channels, but I don't know which ones to use, short of turning on "trace+all." - Walter On Sat, 11 Dec 2004, David [iso-8859-1] Gümbel wrote: > On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote: > > Dump a trace into a file, then grep for the username and