Re: Private Profile Regression Test

2002-07-02 Thread Dmitry Timoshkov
Joshua Thielen [EMAIL PROTECTED] wrote: Anyhoo, please let me know what you think - are the tests sufficient, too much, not written properly? etc. First of all, thank you very much Joshua! Really great work! A couple of comments though: /* * Special case: NULL lpReturnedString

Re: heads up: wine 20020605 broken on FreeBSD, workaround included

2002-07-02 Thread Gerald Pfeifer
On Mon, 1 Jul 2002, Francois Gouget wrote: The bug was in the configure.ac file. Both Marcus and me sent patches (different approaches ;-) to wine-patches. One of them has to be right so this should be fixed pretty soon. Yes, it works fine. Thanks to all that helped in fixing this! Gerald

Re: Private Profile Regression Test

2002-07-02 Thread Joshua Thielen
Dmitry, thank you for your comments! IMO it's not very good idea to make some tests succeed under Wine, which clearly crashes under win2k. That would play some bad role in the case of the back porting Wine code to Windows, since some code, internal to Wine, could rely on that forbidden

Running half-life turns X display into garbage

2002-07-02 Thread Joshua Thielen
Hello, When I run half-life, the X display gets totally corrupted and the only way to restore is to restart the X server. I'm using an NVidia G-force 3 video card running at 1024x768 with 16-bit color. I have already run a few traces, but since I have no idea at what point the display gets

Re: Running half-life turns X display into garbage

2002-07-02 Thread Ian D. Stewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 July 2002 10:56, Joshua Thielen wrote: Hello, When I run half-life, the X display gets totally corrupted and the only way to restore is to restart the X server. I'm using an NVidia G-force 3 video card running at 1024x768 with

Re: Running half-life turns X display into garbage

2002-07-02 Thread Serge Ryabchun
On Tue, 2 Jul 2002, Joshua Thielen wrote: When I run half-life, the X display gets totally corrupted and the only way to restore is to restart the X server. I'm using an NVidia G-force 3 video card running at 1024x768 with 16-bit color. Try UseDGA=no in config or run HL without root rights.

Bug in RegEnumValueA ?

2002-07-02 Thread Massimo
Again investigating AutoCAD r14 app under wine, I found a bug that make app hang when some registry values are present. At first I've made a script that cleans up registry before launching AutoCAD,but this was only a way-around to the problem. Looking at relay output, I found a loop in calling

Arts, DSound, and Media Player

2002-07-02 Thread Jeremy Shaw
Hello, I am trying to get media player to work with the winearts audio driver. I compiled the latest source from CVS, added Drivers=winearts.drv to the config file, and installed media player. When I try to play a file (like an mp3), I do not get any audio. If I watch the elapse time, it will

Re: Bug in RegEnumValueA ?

2002-07-02 Thread Max
eheheh... no, I mean that AutoCAD asks for buffer size and gets 4, allocates a buffer for 4 bytes and then wine overflows telling that it needs 94 when reading registry value BTW, I agree that entering in an endless loop DOES mean some kind of nasty design in autocad. it would be much

Re: Void functions can't return a value

2002-07-02 Thread Joerg Mayer
On Tue, Jul 02, 2002 at 03:34:44PM -0400, Gregg Mattinson wrote: - void functions can't return a value, even if it is the return value from another void function. Just looking at the patch a bit. This looks wrong to me. If you want to make the changes, you should convert return xxx() into

Re: Added support for APPMODE=type[:mainFunc]

2002-07-02 Thread Joerg Mayer
On Tue, Jul 02, 2002 at 04:06:56PM -0400, Gregg Mattinson wrote: - .spec files can't be compiled with -g when using Forte C. This causes static variables to have a random prefix attached to their name, and prevents the assembly code from linking to them correctly. - Forte C has linker

Re: Removed extra , from enum declarations

2002-07-02 Thread Andreas Mohr
On Tue, Jul 02, 2002 at 03:39:04PM -0400, Gregg Mattinson wrote: Resubmitting because I forgot to attach the file. Sorry. I'm also sorry about the large number of posts today. You feel sorry about WHAT !? Heck, I guess you might have a minimalistic reason to feel sorry once you manage to

Re: Small 'let's prevent a crash' fix

2002-07-02 Thread Lionel Ulmer
This does not fix the real problem (ie why does this DC not have a font even if the application called a 'SelectObject' on it), but well, it cannot harm to be more verbose and to prevent crashes if possible :-) OK, found the 'error' : the problem comes from the fact that I am using

Still getting this error

2002-07-02 Thread Steven Edwards
With the last release I can build and use wine but with the current CVS I still get the following errors. Warning: loading builtin gdi32.dll, but native version already present. Expect trouble. Warning: loading builtin user32.dll, but native version already present. Expect trouble. wine:

Re: Small 'let's prevent a crash' fix

2002-07-02 Thread Huw D M Davies
On Tue, Jul 02, 2002 at 11:25:47PM +0200, Lionel Ulmer wrote: This does not fix the real problem (ie why does this DC not have a font even if the application called a 'SelectObject' on it), but well, it cannot harm to be more verbose and to prevent crashes if possible :-) OK, found the

Re: MS' hidden API

2002-07-02 Thread P. Christeas
Yes, the goal of wine is to eventually run all windows applications (except for device drivers). However, for Wine 1.0, the focus will be on running a set of widely used applications, such as Microsoft Office, Lotus Notes, etc. Currently, many applications will work with a little tweaking.

Re: MS' hidden API

2002-07-02 Thread Francois Gouget
On Wed, 3 Jul 2002, P. Christeas wrote: Yes, the goal of wine is to eventually run all windows applications (except for device drivers). However, for Wine 1.0, the focus will be on running a set of widely used applications, such as Microsoft Office, Lotus Notes, etc. Currently, many

Re: Private Profile Regression Test

2002-07-02 Thread Dmitry Timoshkov
Joshua Thielen [EMAIL PROTECTED] wrote: What do you think about cases 10 and 11 in WritePrivateProfileSection where the section name is [Strange 2]? If this section name is added twice, windows does not replace the section as is expected but instead adds a duplicate [Strange 2] section. I

Re: Still getting this error

2002-07-02 Thread Steven Edwards
Sorry about that... it seems I forgot that under *nix I should be running tools/wineinstall rather then just doing a ./configure make make install It seems something is up with the make install, because now everything is working fine. Thanks Steven Warning: loading builtin gdi32.dll, but