Re: msvcp90: start rfind from given position

2012-01-13 Thread Michael Stefaniuc
On 01/13/2012 11:42 PM, Daniel Lehman wrote: >> >> === WVISTAADM (32 bit string) === >> Failure running script in VM: The specified guest user must be logged >> in interactively to perform this operation > > Do I need to resend in this case? I already ran it on TestBot before > submitting the pa

RE: msvcp90: start rfind from given position

2012-01-13 Thread Daniel Lehman
> > === WVISTAADM (32 bit string) === > Failure running script in VM: The specified guest user must be logged > in interactively to perform this operation Do I need to resend in this case? I already ran it on TestBot before submitting the patch and they all passed Thanks daniel

Re: msvcp90: start rfind from given position

2012-01-13 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=16431 Your paranoid android

Re: mscoree: Implement DllGetClassObject (try 3)

2012-01-13 Thread Vincent Povirk
+HRESULT create_monodata(REFIID riid, LPVOID *ppObj ) ... +IID iid; You mean clsid here, not riid, right? Otherwise, looks good to me.

Re: services: Avoid a race when service_entry is freed and process is terminated

2012-01-13 Thread Piotr Caban
On 01/13/12 20:40, Piotr Caban wrote: --- programs/services/rpc.c | 7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Please ignore this patch.

Re: Long translation patch

2012-01-13 Thread André Hentschel
Am 13.01.2012 19:50, schrieb Frédéric Delanoy: > NB: BTW François, it would be nice it that po errors page included the > "run" date you can at least see the git sha1 in e.g. http://fgouget.free.fr/wine-po/fr-errors.html (by moving the mouse over the links) much better would be an integration in

Re: Long translation patch

2012-01-13 Thread Frédéric Delanoy
2012/1/13 Gustavo Henrique Milaré : > Thank you for the heads up, Julliard :) > > I've sent the patch and it was applied, but there is one small problem. > After pulling the git repo, I realized that there are still two texts marked > as fuzzy (lines 589 and 595). It is funny, because the patch I s

Mac OSX: Use existing Pictures/ Music/ Videos/ etc. directories

2012-01-13 Thread Joerg-Cyril . Hoehle
Hi, winecfg on Mac OSX (10.5.6 and .7) does not link "My Videos" etc. to the equivalent directories on the Mac. Everything is linked to $HOME (or was it Desktop/?) instead. What a pity! See enhancement request/bug 19028 Wouldn't that be an easy patch for Wine+MacOS starters and a nice thing to h

Re: err:ntdll:RtlDeleteResource Deleting active MRSW lock, expect failure

2012-01-13 Thread André Hentschel
Am 13.01.2012 12:10, schrieb joerg-cyril.hoe...@t-systems.com: > Hi, > > Does anyone know about this error? > It sometimes occurs on a Linux machine after the mmdevapi > capture tests exited, with a delay as if originating from > the server (or a service.exe). > Some capture logs sent to me contai

Re: Long translation patch

2012-01-13 Thread Gustavo Henrique Milaré
Thank you for the heads up, Julliard :) I've sent the patch and it was applied, but there is one small problem. After pulling the git repo, I realized that there are still two texts marked as fuzzy (lines 589 and 595). It is funny, because the patch I sent explicitly removed the two fuzzy annotati

[PATCH 2/2] winealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol.

2012-01-13 Thread Joerg-Cyril . Hoehle
Hi, I forgot to mention that with "winmm: GetCurrentPadding is superfluous while recording" in git, the ALSA patch 82525 can be applied to enforce strict checking of method sequencing: "winealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol" Regards, Jörg Höhle

Re: [PATCH 1/4] server: Add mechanism to store and retrieve information about a socket (try 2).

2012-01-13 Thread Vitaliy Margolen
On 01/13/2012 12:05 AM, Erich E. Hoover wrote: Real Name: Erich Hoover Changelog: server: Add mechanism to store and retrieve information about a socket. + +/* Get and set user-accessible socket variables */ +@REQ(get_socket_variable) +obj_handle_t handle;/* handle to t

Re: kernel32: Specify the access rights when creating a file object.

2012-01-13 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Alexandre Julliard wrote: > >> Requiring extra access rights can break things, especially in such >> low-level functions. It's not just a harmless cleanup, so you need to >> either show an app that requires it, or provide a test case that >> demonstrates that the extra

Re: kernel32: Specify the access rights when creating a file object.

2012-01-13 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > Requiring extra access rights can break things, especially in such > low-level functions. It's not just a harmless cleanup, so you need to > either show an app that requires it, or provide a test case that > demonstrates that the extra accesses are required on Windows

Re: kernel32: Specify the access rights when creating a file object.

2012-01-13 Thread Alexandre Julliard
Dmitry Timoshkov writes: >> Alexandre Julliard wrote: >> >> > > While investigating how to fix the file section access tests in kernel32 >> > > I've >> > > found that some places in Wine deliberately create objects with access >> > > rights >> > > set to 0, that leads to creation of potential

Re: kernel32: Specify the access rights when creating a file object.

2012-01-13 Thread Dmitry Timoshkov
> Alexandre Julliard wrote: > > > > While investigating how to fix the file section access tests in kernel32 > > > I've > > > found that some places in Wine deliberately create objects with access > > > rights > > > set to 0, that leads to creation of potentially not accessible objects. > > >

Re: [PATCH 1/4] server: Add mechanism to store and retrieve information about a socket (try 2).

2012-01-13 Thread Alexandre Julliard
"Erich E. Hoover" writes: > Real Name: > Erich Hoover > > Description: > This patch implements storing of internal information about a > socket. The intent for this approach is to add a dynamic mechanism to > permit the storage of various variables that are accessible in user > space, su

err:ntdll:RtlDeleteResource Deleting active MRSW lock, expect failure

2012-01-13 Thread Joerg-Cyril . Hoehle
Hi, Does anyone know about this error? It sometimes occurs on a Linux machine after the mmdevapi capture tests exited, with a delay as if originating from the server (or a service.exe). Some capture logs sent to me contain this too. Looking up bugzilla, you'll find this error mentioned half a doz

Re: Long translation patch

2012-01-13 Thread Alexandre Julliard
Gustavo Henrique Milaré writes: > It turns out the patch is very large (around 6500 lines). Sorry if this is > a lame question, but I guess I'll need to break it in 15 patches or so, > right? Should I send all patches in the same day? I don't want to give the > patch reviewers a headache :) If i

Re: comctl32: Return correct background color

2012-01-13 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=16419 Your paranoid android

Re: Vista/w2k8/w7 + ALSA users, please test mmdevapi capture

2012-01-13 Thread Matijn Woudt
On Thu, Jan 12, 2012 at 9:50 AM, wrote: > Hi, > > Thanks to all five users who sent me data. > > I've a new testbot job. > Please download mmdevapi_test32|64.exe > http://testbot.winehq.org/JobDetails.pl?Key=16386 > > you don't need a microphone, just a capture capable sound card, unlike > testb