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
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
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
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
Nikolay Sivov wrote:
> Vladimir Pankratov wrote:
>> You wrote:
>>
> Другие операционные системы которые поддерживают нити ядра могут
поддерживаться в будущем.
"системы, которые поддерживают нити ядра, могут"
>>> "нити"? I thought it should be "потоки".
>>
>> How to tr
>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
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
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.
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
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
>> 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
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
"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
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
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
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
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
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
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'
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 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
-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
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
-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
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
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
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
Hi Vladimir,
There are a few punctuation issues still left.
>Wine это программа
>реализует вызовы Windows API
>используя
>В директории содержащей
>решения проблем, прочтите
extra comma here?
>операционные системы перечисленные выше
>У FreeBSD 6.3 есть патч разрешающий
comma missed, an
Vladimir Pankratov wrote:
> You wrote:
>
>>> > Другие операционные системы которые поддерживают нити ядра могут
>>> поддерживаться в будущем.
>>>
>>> "системы, которые поддерживают нити ядра, могут"
>>>
>> "нити"? I thought it should be "потоки".
>
> How to translate: "потоки ядра" or "потоки
29 matches
Mail list logo