Re: [PATCH 2/3] dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object. (resend)

2012-04-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17646 Your paranoid android

Re: [website] Add Portuguese translation for release 1.5.1

2012-04-02 Thread Bruno Jesus
2012/4/2 Lucas Fialho Zawacki : >> +  Suporte a fontes redimensionáveis em recursos. A more correct translation for: - Support for scalable font resources. Would be: - Suporte para recursos de fontes escaláveis​​. Instead of: - Suporte a fontes redimensionáveis em recursos. Maybe "redimensionáv

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Joey Yandle
> > Can you use a separate process -- a Win32 service -- to update this shared > memory? > Something like plugplay.exe? I don't see why not. I'll look over the plugplay.exe code and see if it looks promising. cheers, Joey

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Ken Thomases
On Apr 2, 2012, at 10:01 PM, Joey Yandle wrote: >> You need to make wineserver multithreaded then, and that idea has been >> shot down as well. > > Yes, either wine or wineserver will need a thread to set these values > with the required precision. Can you use a separate process -- a Win32 servi

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Joey Yandle
> It's been continously said that any memory sharing scheme between a client > and wineserver won't be accepeted, ever. You're the second person to make that assertion without pointing out the relevant discussion. Such assertions are not helpful. > You need to make wineserver multithreaded then,

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Dmitry Timoshkov
Joey Yandle wrote: > > Why do you need to update the data in wineserver and not in the client? > > The problem is that the timer updates need to be extremely precise, or > they are worse than useless. So we can either do that in every wine > process, or do it once in wineserver and share the me

Re: Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
Hi Juan, Thanks for replying.  I am looking at that tool's directory and I'm not sure how to use it.  There is little documentation on the sources and a google search didn't provide much help.  No matter what directory I run the executables found there, they all give me this error. Is there a

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Joey Yandle
> Why do you need to update the data in wineserver and not in the client? The problem is that the timer updates need to be extremely precise, or they are worse than useless. So we can either do that in every wine process, or do it once in wineserver and share the memory. On Windows, the kernel s

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Dmitry Timoshkov
Joey Yandle wrote: > If anyone does know how Alexandre et alia feel about sharing data > between wine and wineserver, please let me know. It seems the closest > to what Windows does, in the context of wine. And as long as the > mapping is read-only from wine, then it seems unlikely to cause too

Re: RFC: KUSER_SHARED_DATA update patch to fix bug 29168

2012-04-02 Thread Joey Yandle
> > I know they declined an in-process wineserver due to difficulties > blaming the right component on a crash: is it the app or wine that's faulty? > > I found no other relevant discussion on wine-devel since January 2010, > when searching for first 'share' and then 'server'. > If anyone does

GSoC: Encryption - implement a DSS provider

2012-04-02 Thread Alexander Sulfrian
Hi, I am Alexander Sulfrian and I am currently studding computer science at the "Freie Universität Berlin". I recently got my bachelor degree and currently attending the second semester to get my master. Last year, I took part in the GSoC for vlc and successfully implemented a library to communica

Re: Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Juan Lang
Hi Roger, On Mon, Apr 2, 2012 at 10:41 AM, Roger Cruz wrote: > I'm looking for a way to determine programmatically what the arguments to a > Win32 API implemented in Wine are.  I'm trying to implement an API > redirection stub that I can use to trace calls into all of the > Wine-implemented DLLs.

Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
I'm looking for a way to determine programmatically what the arguments to a Win32 API implemented in Wine are.  I'm trying to implement an API redirection stub that I can use to trace calls into all of the Wine-implemented DLLs.  My stub needs to know what each argument passed into the Win32 API

Re: gdi32: Refuse to load a large .fot file earlier.

2012-04-02 Thread Austin English
On Sun, Apr 1, 2012 at 22:57, Kristoffer Eklund wrote: > Stop e-mail me! You need to unsubscribe from wine-patches (and possibly wine-devel or any others lists you subscribed to). See http://www.winehq.org/mailman/listinfo/wine-patches -- -Austin

Re: gdi32: Refuse to load a large .fot file earlier.

2012-04-02 Thread Kristoffer Eklund
Stop e-mail me! 2 apr 2012 kl. 07.40 skrev Dmitry Timoshkov: > --- > dlls/gdi32/font.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c > index 230d421..f5c44d8 100644 > --- a/dlls/gdi32/font.c > +++ b/dlls/gdi32/font.c >

Re: [PATCH 2/3] winspool/tests: Add some tests for OpenPrinter with non-NULL defaults.

2012-04-02 Thread Alexandre Julliard
Huw Davies writes: > --- > dlls/winspool.drv/tests/info.c | 110 > > 1 files changed, 110 insertions(+), 0 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M winspool.drv -T ../../.. -p winspool.drv_test.exe.so info.c && touch in

Re: [04/09]strmbase: implement renderer quality control into the base renderer

2012-04-02 Thread Alexandre Julliard
Aric Stewart writes: > --- > dlls/quartz/dsoundrender.c | 28 ++-- > dlls/quartz/nullrenderer.c |2 +- > dlls/strmbase/renderer.c | 41 > - > include/wine/strmbase.h|4 > 4 files changed, 55 insertions(+), 20

Re: jscript: Emit undefined statement return for switch without default clausule

2012-04-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17636 Your paranoid android

Re: jscript: Emit undefined statement return for switch without default clausule

2012-04-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17636 Your paranoid android

Re: jscript: Fixed parsing /=/ regexp

2012-04-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17637 Your paranoid android

Re: wined3d: Added PCI device IDs for AMD Radeon 6750M & 6770M

2012-04-02 Thread Henri Verbeet
On 2 April 2012 01:15, Gaurav Jain wrote: > Sounds good, so then are you okay with the patch with only the 6770M, since > that has a different device ID? > The first step should really be getting the description string right. After that you should verify that that PCI ID is really unique for the

Re: [PATCH 1/4] d3drm: Implement IDirect3DRMFrameX_AddChild.

2012-04-02 Thread Jacek Caban
Hi Christian, On 04/02/12 08:54, Christian Costa wrote: > { > IDirect3DRMFrameImpl *This = impl_from_IDirect3DRMFrame2(iface); > +LPDIRECT3DRMFRAME3 frame; > > -FIXME("(%p/%p)->(%p): stub\n", iface, This, child); > +TRACE("(%p/%p)->(%p)\n", iface, This, child); > > -retur

Re: [PATCH 1/4] dmime: COM cleanup for IDirectMusicPerformance8.

2012-04-02 Thread Michael Stefaniuc
Hello Christian, On 04/02/2012 09:05 AM, Christian Costa wrote: > While you're at it, could you put a 4 spaces indentation to whole method. I thought about that but that would make the patch huge and it is already big. The re-indentation can be done when the functions get implemented. bye

Re: [PATCH 4/4] d3drm: Implement IDirect3DRMFrameX_GetChildren method and IDirect3DRMFrameArray interface.

2012-04-02 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=17632 Your paranoid android

Re: [PATCH 1/4] dmime: COM cleanup for IDirectMusicPerformance8.

2012-04-02 Thread Christian Costa
Le 02/04/2012 00:03, Michael Stefaniuc a écrit : --- -static HRESULT WINAPI IDirectMusicPerformance8Impl_MusicToReferenceTime (LPDIRECTMUSICPERFORMANCE8 iface, MUSIC_TIME mtTime, REFERENCE_TIME* prtTime) { - IDirectMusicPerformance8Impl *This = (IDirectMusicPerformance8Impl *)iface; +sta