winetest timeout question

2004-07-19 Thread Robert Reif
I would like to change the wave tests to always play and record so all code paths can be exercised. A normal run for a single sound card takes over 2 minutes so the test times out before test completion. Has anyone considered changing the timeout logic to be reset every time something is printed?

Re: Fix winmm's check_position() tests

2004-07-19 Thread Francois Gouget
Robert Reif wrote: Please revert this patch. It is wrong and produces the following errors in windows xp: That's not what I'm seeing here. I have reverted the patch on my local tree. Then I did 'make crosstest' and I have run the test on Windows XP. I attached the result to this email. I get t

Re: Fix winmm's check_position() tests

2004-07-19 Thread Robert Reif
Francois Gouget wrote: Robert Reif wrote: Please revert this patch. It is wrong and produces the following errors in windows xp: That's not what I'm seeing here. I have reverted the patch on my local tree. Then I did 'make crosstest' and I have run the test on Windows XP. I attached the result

Re: winmm: Fix TIME_SMPTE test

2004-07-19 Thread Francois Gouget
Robert Reif wrote: The only way to test the actual capture and playback code paths is to run in interactive mode. It would be nice to have someone listen to what is played but it is not absolutely necessary to determine if the function calls fail or return bad data. The main goal of interactive te

Re: appdb dump

2004-07-19 Thread Joel Konkle-Parker
Jeremy Newman wrote: This is getting to be a common request. I think what I am going to do is make a script that tars up the appdb every night and puts it up for download. The only table it will not dump will be the userdb, for privacy reasons. I'll email you all again when I have something whipped

Re: winmm: Fix TIME_SMPTE test

2004-07-19 Thread Robert Reif
The only way to test the actual capture and playback code paths is to run in interactive mode. It would be nice to have someone listen to what is played but it is not absolutely necessary to determine if the function calls fail or return bad data.

Re: winmm: Fix TIME_SMPTE test

2004-07-19 Thread Francois Gouget
Hi Robert, Robert Reif wrote: SMPTE support in windows is not a hardware feature. winmm just takes the byte count read/written and converts it to a different format. Windows rounds up partial frames (hence ceil). I thought it was strange but thats what it does. Which Windows platform did you tes

Re: winmm: Fix TIME_SMPTE test

2004-07-19 Thread Robert Reif
SMPTE support in windows is not a hardware feature. winmm just takes the byte count read/written and converts it to a different format. Windows rounds up partial frames (hence ceil). I thought it was strange but thats what it does. There is also an off by one bug in msacm pcm conversions which tr

Re: wine-pthread working on MacOSX

2004-07-19 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > This patch remove granularity check in NtAllocateVirtualMemory for > Darwin, because teb can be alloc at > address < granularity_mask (0x) This must be avoided, nothing should be allocated below 64K, the Windows API depends on that. You probably

Re: D3D8_GetCreationParameters fix

2004-07-19 Thread Christian Costa
Hi, From what I'm hearing, there is some code that is usefull and not part of the Wine project. Does it worth adding it to Wine so every one can use it to ease debugging of apps under Windows? Bye, Christian From Jonathan This would be great but how do you do with COM objects. What did you do f

Re: build problem

2004-07-19 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > My computer has a cvs (source) tree and the build tree. When i make > changes to test something, i copy the source file to be changed for > the source tree into the build tree and modify it. After this i run > configure, make depend, make and make inst

Re: urlmon missing InternetSecurityManager

2004-07-19 Thread Lionel Ulmer
On Mon, Jul 19, 2004 at 05:19:36PM +0200, Jeroen Janssen wrote: > Any idea why this script is not in the wine tree somewhere? (tools/?) Because it was an unmanageable Python hack that worked for me after a lot of tweakings (for DirectX and QUARTZ). I can see if I can get something clean out of it

Re: Reimplementation of CryptAcquireContextA

2004-07-19 Thread Michael Jung
Am Montag, 19. Juli 2004 02:47 schrieb Robert Shearman: > Michael Jung wrote: > >Hello, > > > >The original CryptAcquireContextA had some issues with memory management > >in failure conditions, resulting in heap corruption under certain > >cirumstances. I've reimplemented this function, checking be

Re: urlmon missing InternetSecurityManager

2004-07-19 Thread Jeroen Janssen
>>Are there any (wine) pointers on implementing a new (stubbed) COM >> interface? >> >> > > You will need to update the corresponding urlmon.h header file too, so > that it can be used by C code. You can do this by running "make idl" in > the wine/include/ directory. Yes, I expected something like

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-19 Thread Nicolai Kuntze
Am 16.07.2004 um 15:25 schrieb Dmitry Timoshkov: "Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: I have the program online with some help how to get it started and how to get the error/problem. I hope you have seen this. Does this help you? I try to get from the developer some test case but I can

Re: Reimplementation of CryptAcquireContextA

2004-07-19 Thread Michael Jung
Am Montag, 19. Juli 2004 02:47 schrieb Robert Shearman: > Michael Jung wrote: > >Hello, > > > >The original CryptAcquireContextA had some issues with memory management > >in failure conditions, resulting in heap corruption under certain > >cirumstances. I've reimplemented this function, checking be

problem in dsound with DirectSoundCreate

2004-07-19 Thread christoph kunz
hi all, iÂm trying to get the djing app "native instruments traktor dj studio" to work under recent wine versions. iÂm running fc2 with kernel 2.6.6.1-435 on a dell laptop. when only using one stereo channel, the app really runs fine, but for djing you need monitor support, which means to use 4 ch

Re: urlmon missing InternetSecurityManager

2004-07-19 Thread Robert Shearman
Jeroen Janssen wrote: Hello, It seems urlmon is missing a (stubbed) IInternetSecurityManager Interface (see also http://msdn.microsoft.com/workshop/security/szone/reference/ifaces/iinternetsecuritymanager/iinternetsecuritymanager.asp ). Since I am new to this, I was wondering how I can create a stu

Re: dsound test: Remove unneeded Caps/3D test

2004-07-19 Thread Francois Gouget
On Mon, 19 Jul 2004, Francois Gouget wrote: > On Sun, 18 Jul 2004, Robert Reif wrote: > > > Please don't apply this patch. The point of the test is to test the > > QueryInterface reference > > counting which you just removed. Please just fix the flag bug and not > > remove the point of > > the te

Re: Fix crash in dsound test

2004-07-19 Thread Francois Gouget
On Mon, 19 Jul 2004, Ferenc Wagner wrote: [...] > Can you (cross)build the directsound tests? My toolchain is > far too old, but yours could cope. If it/they can, we > should include them into winetest, although interactive > testing would remain unavoidable. Hmm, maybe winetest > should explici

Re: Fix crash in dsound test

2004-07-19 Thread Francois Gouget
Hi Robert, Robert Reif wrote: How did this fail in windows. Since it doesn't crash with wine, wine is doing something wrong. Lets try to figure out what is wrong and correct wine to have the same behavior as windows or at least notify someone that something is wrong. Sorry, I should have added a

Re: Fix crash in dsound test

2004-07-19 Thread Ferenc Wagner
Robert Reif <[EMAIL PROTECTED]> writes: > How did this fail in windows. Since it doesn't crash with > wine, wine is doing something wrong. Lets try to figure > out what is wrong and correct wine to have the same > behavior as windows or at least notify someone that > something is wrong. > > Is a

Re: urlmon missing InternetSecurityManager

2004-07-19 Thread Mike McCormack
Jeroen Janssen wrote: Since I am new to this, I was wondering how I can create a stubbed implementation. As far as I can tell I need to : * update the urlmon.idl (add IInternetSecurityManager) right * create a stubbed implemenation in dlls/urlmon/; making sure the stubbed interface also gets regist

urlmon missing InternetSecurityManager

2004-07-19 Thread Jeroen Janssen
Hello, It seems urlmon is missing a (stubbed) IInternetSecurityManager Interface (see also http://msdn.microsoft.com/workshop/security/szone/reference/ifaces/iinternetsecuritymanager/iinternetsecuritymanager.asp ). Since I am new to this, I was wondering how I can create a stubbed implementation.

Re: dsound test: Remove unneeded Caps/3D test

2004-07-19 Thread Francois Gouget
On Sun, 18 Jul 2004, Robert Reif wrote: > Please don't apply this patch. The point of the test is to test the > QueryInterface reference > counting which you just removed. Please just fix the flag bug and not > remove the point of > the test. We still have: ref=IDirectSoundBuffer_Add

Re: build problem

2004-07-19 Thread Stefan Leichter
Alexandre Julliard wrote: Stefan Leichter <[EMAIL PROTECTED]> writes: My problem is related to 'out of tree builds'. When i have a changed spec file for a dll in the build tree it does not get used. The spec file from the source tree is used. Can this be fixed? The spec file is source s