Bad links in 1.1.0 announce

2008-06-28 Thread Alexei
There are two links: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.0.tar.bz2 in http://winehq.org/?announce=1.1.0, but it's stable version, normal link is: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.0.tar.b

RFC: Adding tests for windowless richedit services

2008-06-28 Thread Austin Lund
I've sent versions of this to wine-patches in the past. In this version, I've stripped out most of the tests except those for the initial creation of the ITextServices object. All tests in this patch succeed under wine currently. From 6169bbae20da74c2c83f6de50548b09c811522a1 Mon Sep 17 00:00:00 2

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-28 Thread Maarten Lankhorst
Hello Detlef, 2008/6/28 Detlef Riekenberg <[EMAIL PROTECTED]>: > On Do, 2008-06-26 at 22:58 -0700, Maarten Lankhorst wrote: >> there are still some things I need to figure out with avi. > > Is avifil32.dll usable for that? > Does Windows reuse avifil32.dll or did MS again lots of code > duplicatio

Re: quartz Rewrite the avi splitter so that video and sound run in separate threads, with tests

2008-06-28 Thread Detlef Riekenberg
On Do, 2008-06-26 at 22:58 -0700, Maarten Lankhorst wrote: > there are still some things I need to figure out with avi. Is avifil32.dll usable for that? Does Windows reuse avifil32.dll or did MS again lots of code duplication? The current Problem in Wine is the correct importlib: avicap32 + avif

Re: README: Add Russian translation (3rd try)

2008-06-28 Thread Vitaliy Margolen
Nikolay Sivov wrote: > Vladimir Pankratov wrote: >> You wrote: >> > Другие операционные системы которые поддерживают нити ядра могут поддерживаться в будущем. "системы, которые поддерживают нити ядра, могут" >>> "нити"? I thought it should be "потоки". >> >> How to tr

Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Louis. Lenders
>And as was shown, Wine correctly returns NULL when its called without a >context, so there is >something else making it crash. It may be a buggy >driver. It may be memory corruption Wine is >causing.. who knows. i don't think it's buggy driver, this happens as far as i know for various peop

Re: Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Chris Robinson
On Saturday 28 June 2008 01:50:09 pm Massimo Del Fedele wrote: > Chris Robinson ha scritto: > > I think the issue is that it shouldn't be crashing. Especially if we > > don't know why it's crashing,... > > well, there are not so many places... it crashes on a glGetString(), > which accepts a scalar

Re: Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Massimo Del Fedele
Chris Robinson ha scritto: > On Saturday 28 June 2008 07:51:53 am Massimo Del Fedele wrote: >> Roderick Colenbrander ha scritto: >>> Hi, >>> >>> I don't think we want to go this way. First of all we want to emulate >>> win32 opengl. If windows does this we MIGHT have to do something like >>> this.

Re: crypt32: CertComparePublicKeyInfo must ignore the leading zero

2008-06-28 Thread Juan Lang
Hi Michael, this patch causes the chain tests to fail for me: ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so chain.c && touch chain.ok fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 0 chain.c:1769: Test failed: 13: expected 800b0109, got 800b010d

Re: Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Chris Robinson
On Saturday 28 June 2008 07:51:53 am Massimo Del Fedele wrote: > Roderick Colenbrander ha scritto: > > Hi, > > > > I don't think we want to go this way. First of all we want to emulate > > win32 opengl. If windows does this we MIGHT have to do something like > > this. > > Well, I've never seen wind

Re: inetmib1(3/31): Add tests for SnmpExtensionInit

2008-06-28 Thread Juan Lang
>> These tests import snmpapi, which isn't available on win95. Do we need to >> cater for that and do LoadLibrary/GetProcAddress ? > > Hm. Yeah, I suppose so. That or duplicate the SnmpUtil functions the > tests use, which shouldn't be that hard either. On second thought, I don't see how the tes

Re: [Gdiplus 6/6] Don't check for succeeding functions, they always do

2008-06-28 Thread Adam Petaccia
On Sat, 2008-06-28 at 10:25 -0500, James Hawkins wrote: > On Sat, Jun 28, 2008 at 9:50 AM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-06-27 at 19:19 -0500, James Hawkins wrote: > >> On Fri, Jun 27, 2008 at 7:16 PM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > >> > > >> > Subject: [Gdip

Re: Coverity reported buffer overrun error in "winebuild: Add support for 16-bit exe modules."

2008-06-28 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > Coverity complains that > http://source.winehq.org/git/wine.git/?a=commitdiff;h=0c214a7091af8efe39ffdaea7fe9e2de4d8006ba > introduced a buffer overrun in winebuild. It looks like > somebody forgot to dynamically grow an array? > > Here's the report. Can

.pdb files for wine's gecko?

2008-06-28 Thread Dan Kegel
Hey Jacek, are .pdb files matching Wine's gecko available? Courtesy of John Reiser I now have a valgrind that can look at .pdb files for symbols, so I might be able to get you good backtraces for valgrind errors involving gecko if I had the right .pdb files. Thanks, Dan

Re: setupapi: Stub for SetupLogFile [resend]

2008-06-28 Thread James Hawkins
2008/6/28 Vitaly Perov <[EMAIL PROTECTED]>: > Changelog: > - setupapi: Stub for SetupLogFile > +FIXME("(%p,'%s','%s','%s',%d,'%s','%s','%s',%d):stub\n", FileLogHandle, debugstr_w(LogSectionName), debugstr_w(SourceFileName), debugstr_w(TargetFileName), Checksum, debugstr_w(DiskTagfile), debugs

Re: shell32/tests: Add test for SHFileOperation [resend]

2008-06-28 Thread James Hawkins
2008/6/28 Vitaly Perov <[EMAIL PROTECTED]>: > Changelog: > - shell32/tests: Add test for SHFileOperation > +/* move many files into directory with FOF_MULTIDESTFILES */ +set_curr_dir_path(from, "test?.txt\0"); +set_curr_dir_path(to, "testdir2\0"); +retval = SHFileOperationA(&shfo2

Re: [Gdiplus 6/6] Don't check for succeeding functions, they always do

2008-06-28 Thread James Hawkins
On Sat, Jun 28, 2008 at 9:50 AM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > On Fri, 2008-06-27 at 19:19 -0500, James Hawkins wrote: >> On Fri, Jun 27, 2008 at 7:16 PM, Adam Petaccia <[EMAIL PROTECTED]> wrote: >> > >> > Subject: [Gdiplus 6/6] We're not checking to see if these functions >> > succeed

Re: [Gdiplus 6/6] Don't check for succeeding functions, they always do

2008-06-28 Thread Adam Petaccia
On Fri, 2008-06-27 at 19:19 -0500, James Hawkins wrote: > On Fri, Jun 27, 2008 at 7:16 PM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > > > > Subject: [Gdiplus 6/6] We're not checking to see if these functions > > succeed or not, they all just return Ok. > > > > The point of regression tests is to p

Re: Coverity reported buffer overrun error in "winebuild: Add support for 16-bit exe modules."

2008-06-28 Thread Marcus Meissner
On Sat, Jun 28, 2008 at 07:17:42AM -0700, Dan Kegel wrote: > Coverity complains that > http://source.winehq.org/git/wine.git/?a=commitdiff;h=0c214a7091af8efe39ffdaea7fe9e2de4d8006ba > introduced a buffer overrun in winebuild. It looks like > somebody forgot to dynamically grow an array? > > Here'

Re: Made ENTER_GL() - LEAVE_GL() free X11 lock on exception inside opengl, code

2008-06-28 Thread Roderick Colenbrander
Hi, I don't think we want to go this way. First of all we want to emulate win32 opengl. If windows does this we MIGHT have to do something like this. Second all opengl calls hit ENTER_GL / LEAVE_GL and these few extra calls affect performance. Personally I think that when you are hitting such

Coverity reported buffer overrun error in "winebuild: Add support for 16-bit exe modules."

2008-06-28 Thread Dan Kegel
Coverity complains that http://source.winehq.org/git/wine.git/?a=commitdiff;h=0c214a7091af8efe39ffdaea7fe9e2de4d8006ba introduced a buffer overrun in winebuild. It looks like somebody forgot to dynamically grow an array? Here's the report. Can somebody familiar with the code (or with a little ti

Re: gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Susan Cragin
-Original Message- >From: Nikolay Sivov <[EMAIL PROTECTED]> >Sent: Jun 28, 2008 9:23 AM >To: Susan Cragin <[EMAIL PROTECTED]> >Cc: Wine Developers >Subject: Re: gdiplus benefits from valgrind testing when running DNS 9.0 > >Susan Cragin wrote: >> -Original Message- >> >>> From

Re: gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Nikolay Sivov
Susan Cragin wrote: > -Original Message- > >> From: Nikolay Sivov <[EMAIL PROTECTED]> >> Sent: Jun 28, 2008 8:44 AM >> To: Susan Cragin <[EMAIL PROTECTED]> >> Subject: Re: gdiplus benefits from valgrind testing when running DNS 9.0 >> >> Susan Cragin wrote: >> >>> Whoops. Forgot one

Re: gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Susan Cragin
-Original Message- >From: Nikolay Sivov <[EMAIL PROTECTED]> >Sent: Jun 28, 2008 8:44 AM >To: Susan Cragin <[EMAIL PROTECTED]> >Subject: Re: gdiplus benefits from valgrind testing when running DNS 9.0 > >Susan Cragin wrote: >> Whoops. Forgot one thing. >> When trying to run the program aga

Re: gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Nikolay Sivov
Susan Cragin wrote: > I tried installing and running Dragon NaturallySpeaking 9.0 yesterday with > wine's gdiplus. > wine-1.1.0 > > The program installed well, and training worked, too. Recognition during > training was fast enough to keep up. Running it worked up to a point, but > when it fina

Re: gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Susan Cragin
Whoops. Forgot one thing. When trying to run the program again, after the install, the following error prevents it from running again. fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub wine: Call from 0x7b845630 to unimplemented function gdiplus.dll.GdipCreateLineBrushFromRectWithAngleI, aborting

gdiplus benefits from valgrind testing when running DNS 9.0

2008-06-28 Thread Susan Cragin
I tried installing and running Dragon NaturallySpeaking 9.0 yesterday with wine's gdiplus. wine-1.1.0 The program installed well, and training worked, too. Recognition during training was fast enough to keep up. Running it worked up to a point, but when it finally crashed I was trying somethin

Re: README: Add Russian translation (4th try)

2008-06-28 Thread Andrey Turkin
Hi Vladimir, There are a few punctuation issues still left. >Wine это программа >реализует вызовы Windows API >используя >В директории содержащей >решения проблем, прочтите extra comma here? >операционные системы перечисленные выше >У FreeBSD 6.3 есть патч разрешающий comma missed, an

Re: README: Add Russian translation (3rd try)

2008-06-28 Thread Nikolay Sivov
Vladimir Pankratov wrote: > You wrote: > >>> > Другие операционные системы которые поддерживают нити ядра могут >>> поддерживаться в будущем. >>> >>> "системы, которые поддерживают нити ядра, могут" >>> >> "нити"? I thought it should be "потоки". > > How to translate: "потоки ядра" or "потоки