Re: DNS-sd Patch V.4

2010-04-22 Thread Hans Leidekker
On Thu, 2010-04-22 at 17:36 -0600, C.W. Betts wrote: > > We should investigate if the native server can be used by Photoshop. > > Then we could write a stub Bonjour service so that Photoshop will not > > attempt to install its own version. > > One question about making a Windows service: would the

Re: DNS-sd Patch V.4

2010-04-22 Thread C.W. Betts
On Apr 22, 2010, at 1:09 PM, Hans Leidekker wrote: > On Thu, 2010-04-22 at 11:56 -0600, C.W. Betts wrote: > >> The Photoshop CS3 installer seems to stall during installation due to >> the lack of Bonjour (bug 15590). This patch attempts to fix it. > > No, it now succeeds in starting Bonjour, ev

Re: DNS-sd Patch V.4

2010-04-22 Thread Hans Leidekker
On Thu, 2010-04-22 at 11:56 -0600, C.W. Betts wrote: > The Photoshop CS3 installer seems to stall during installation due to > the lack of Bonjour (bug 15590). This patch attempts to fix it. No, it now succeeds in starting Bonjour, even if there's a native mdns server running (see comment #36). T

Re: Intercept relay_call causes seh:raise_exception code=c0000005

2010-04-22 Thread Jui-Hao Chiang
Alexandre Julliard winehq.org> writes: > > Jui-Hao Chiang gmail.com> writes: > > > Hi, All: > > > > I also find out 2 special things > > (1) The address of the array which causes the exception happens to be > > the memory-mapped address of comctl32.dll (check the /proc/../smaps) > > (2) If the

Re: Intercept relay_call causes seh:raise_exception code=c0000005

2010-04-22 Thread Alexandre Julliard
Jui-Hao Chiang writes: > Hi, All: > > I also find out 2 special things > (1) The address of the array which causes the exception happens to be > the memory-mapped address of comctl32.dll (check the /proc/../smaps) > (2) If the address of the array is pointing to heap (from my malloc), > or some o

Re: Intercept relay_call causes seh:raise_exception code=c0000005

2010-04-22 Thread Jui-Hao Chiang
Hi, All: I also find out 2 special things (1) The address of the array which causes the exception happens to be the memory-mapped address of comctl32.dll (check the /proc/../smaps) (2) If the address of the array is pointing to heap (from my malloc), or some other places which are not occupied by

Re: imm32: Add tests for ImmAssociateContextEx (try 2)

2010-04-22 Thread Alexandre Julliard
André Hentschel writes: > --- > dlls/imm32/tests/imm32.c | 56 + > 1 files changed, 51 insertions(+), 5 deletions(-) It fails here: ../../../tools/runtest -q -P wine -M imm32.dll -T ../../.. -p imm32_test.exe.so imm32.c && touch imm32.ok imm32.c:3

Re: Minor dlls/comctl32/tests/listview.c simplification

2010-04-22 Thread Nikolay Sivov
On 4/21/2010 21:32, Gerald Pfeifer wrote: ChangeLog: Remove variable hwndheader which is not really used from test_items. diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c index 2c5ef70..06f2ddd 100644 --- a/dlls/comctl32/tests/listview.c +++ b/dlls/comctl32/tests/list

Re: usp10/tests: [Resend] add tests for CR and LF chars and remove some trailing white space

2010-04-22 Thread Alexandre Julliard
Jeff Latimer writes: > The presence of numerics, linefeeds and carriage returns etc causes a > new ScriptItem to be created. This patch tests that ScriptItems are > created for LF and CR characters. It also tidies up the test strings > and removes whitepace. It fails here: ../../../tools/runt