Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Uwe Bonnes
Alexandre == Alexandre Julliard [EMAIL PROTECTED] writes: Alexandre Uwe Bonnes [EMAIL PROTECTED] writes: RelayFromInclude doesn't follow CreateProcess, if I understand things right... Alexandre Not sure what you mean, it's in the registry so child Alexandre processes will

Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: For example the main program from the Xilinx ISE suite ise.exe starts _pn.exe. If I understand right, RelayFromInclude=ise.exe will track relay calls of ise.exe,but not from _pn.exe. Sure, but RelayFromInclude=ise.exe;_pn.exe will track both. However I

WaitCommEvent Patches

2005-08-03 Thread Uwe Bonnes
Any comments on the WaitCommEvent patches? They have not been applied yet... -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt - Tel. 06151 162516 Fax. 06151 164321 --

Re: Help debugging GLXUnsupportedPrivateRequest failure

2005-08-03 Thread Joseph Garvin
Alex Villací­s Lasso wrote: Joseph Garvin wrote: Garvin, in the worst-case scenario that I need to recompile from source, will the source RPMS from Fedora 4 be enough? I would guess no. If they do use some custom patchset, the source rpms probably use it too. I would expect the binary rpms

Re: test case demonstrating PeekMessage give up timeslices

2005-08-03 Thread Alexandre Julliard
Jeremy White [EMAIL PROTECTED] writes: However, this makes it clear to me that the yield in message.c is largely moot; you need to remove both that one and the one in ntdll/sync.c to have any material effect on Wine timing with messages. Actually it should be enough to not yield in

Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Uwe Bonnes
Alexandre == Alexandre Julliard [EMAIL PROTECTED] writes: Alexandre Uwe Bonnes [EMAIL PROTECTED] writes: For example the main program from the Xilinx ISE suite ise.exe starts _pn.exe. If I understand right, RelayFromInclude=ise.exe will track relay calls of ise.exe,but not

Re: WRT: Links and Timeout

2005-08-03 Thread Francois Gouget
On Wed, 3 Aug 2005, Detlef Riekenberg wrote: Hi Francois and Paul. On the WRT-Page http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php;, the link for current status of Wine's conformance tests is dead (http://fgouget.free.fr/wine/tests-en.shtml;). The list of tests was really a pain to manage

Re: Remove Win16 CurrentDirectory hack

2005-08-03 Thread Richard Cohen
Alexandre Julliard wrote: No it's not correct, the current directory needs to be per-task for Win16 apps. OK, I'll check why it's not being set correctly, perhaps in WinExec. Richard.

Re: secur32: add first SSPI test to actually see what work needs to be done

2005-08-03 Thread Kai Blin
* Kai Blin [EMAIL PROTECTED] [03/08/05, 02:03:27]: +sec_status = QuerySecurityPackageInfo( sec_pkg_name, pkg_info); + +ok((long)sec_status = 0L, Return value of QuerySecurityPackageInfo should be = 0, but is %ld\n, (long)sec_status); + Never mind that. After running the tests

Re: pf_vsnprintf implementatnion of 'I', 'I32' and 'I64' prefixes for type specifiers

2005-08-03 Thread Wesley Parish
Just ask. The ReactOS team have been working closely with the Wine project; I don't see there's any problem. Wesley Parish On Wed, 03 Aug 2005 02:12, Jonathan Wilson wrote: Feel free to go ahead and write one if you like :) One assumes ReactOS needs such a function, how do they do it?

Re: WRT: Links and Timeout

2005-08-03 Thread Felix Nawothnig
Francois Gouget wrote: On the WRT-Page http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php;, the link for current status of Wine's conformance tests is dead (http://fgouget.free.fr/wine/tests-en.shtml;). The list of tests was really a pain to manage by hand and as it has grown a lot since then

fr-025

2005-08-03 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, fr-25 doesn't display only a white bar in the middle. You can see the demo on the top, where normally a black bar is. And in the middle you se some colored vertical stripes. fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x403b50a0)-(161,1) not

Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Richard Cohen
Uwe Bonnes wrote: Go ahead with implementing ;-) Here is a implementation that can exclude relay calls from builtin dlls. I used 'builtin' as the magic word because '%' is possible in file names. Calls to window procedures and DLL attach/detach are still shown, but that is the same as

Re: Benchmark's on the Wiki

2005-08-03 Thread Tom Wickline
The DronezMark scores from a couple days back are incorrect! I had VSync set in XP and that was the reason for Wine having such a huge % increase over XP. I re-ran the test on XP and Wine with sound set to Performance and VSync turned off. XP 1024x768x32 Wine 1024x768x24 Tom

Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Uwe Bonnes
Richard == Richard Cohen [EMAIL PROTECTED] writes: Richard Uwe Bonnes wrote: Go ahead with implementing ;-) Richard Here is a implementation that can exclude relay calls from Richard builtin dlls. I used 'builtin' as the magic word because '%' Richard is possible in

Re: DSOUND: prevent assertion in mixer.c

2005-08-03 Thread Alex Villací­s Lasso
Felix Nawothnig wrote: Alex Villací­s Lasso wrote: wine-pthread: mixer.c:386: DSOUND_MixInBuffer: Assertion `adjusted_remainder = 0' failed. wine: Unhandled exception (thread 000a), starting debugger... WineDbg starting on pid 0x8 I guess this is preluded by some length not a multiple of

Re: Help debugging GLXUnsupportedPrivateRequest failure

2005-08-03 Thread Alex Villací­s Lasso
Oliver Stieber wrote: --- Alex Villací­s Lasso [EMAIL PROTECTED] wrote: It looks like you running mesa which should work, I've just sent in a patch that fixes a problem I' getting which is very similar to yours '[x11drv] backout d3d-stencil-support-os-2'. This may correct the problem you are

Re: WRT: Links and Timeout

2005-08-03 Thread Detlef Riekenberg
Am Mittwoch, den 03.08.2005, 11:18 +0200 schrieb Francois Gouget: On the WRT-Page http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php;, the link for current status of Wine's conformance tests is dead (http://fgouget.free.fr/wine/tests-en.shtml;). The list of tests was really a pain to

Re: WRT: Links and Timeout

2005-08-03 Thread Francois Gouget
On Wed, 3 Aug 2005, Felix Nawothnig wrote: Francois Gouget wrote: [...] However I believe that some people have put up automated replacements based on the automated test framework. So pointing to this set of pages would be nice (sorry I don't have the URL handy). You mean

threats from MS over Wine's CD/DVD recognition??

2005-08-03 Thread johan kdks
My friend has a Linux PC and when he inserts a CD or DVD, it popups up the cover art automatically and displays all sorts of extended data, like the actors in the film, the studio that released the cd, etc. And we tried 100 or so discs and it recognized every one perfectly, just as good as

Re: fr-025

2005-08-03 Thread Oliver Stieber
--- Andreas Schneider [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, fr-25 doesn't display only a white bar in the middle. You can see the demo on the top, where normally a black bar is. And in the middle you se some colored vertical stripes.

Re: Help debugging GLXUnsupportedPrivateRequest failure

2005-08-03 Thread Lionel Ulmer
On Wed, Aug 03, 2005 at 12:13:00PM -0500, Alex Villací­s Lasso wrote: No luck. The patch did not change a thing in my configuration. It still fails with the exact same failed request. Did you test any other OpenGL application (except 'glxinfo') with your set-up to see if this is Wine specific

Re: x11drv glx deadlocks.

2005-08-03 Thread Raphael
On Tuesday 02 August 2005 01:17, Oliver Stieber wrote: --- Oliver Stieber [EMAIL PROTECTED] wrote: Hi, Somewhere between 20-07-2005 and 26-07-2005 I've been getting deadlocks when I call some glx functions e.g. glXMakeCurrent, I've tracked to problem down to a deadlock, prior to calling