Hi,
I've being investigating crashes that occur on Win98 when the tests run. I
have fixed a couple already which where trivial. When I attempted to fix the
snmpapi tests, I have found that i will end up removing alot of tests (~
17). If I add a check for the windows version, I can skip the tes
On Fri, May 30, 2008 at 12:37 PM, John Voltz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just tried building rc3 on Fedora 9, and it fails with this:
http://bugs.winehq.org/show_bug.cgi?id=13445
https://bugzilla.redhat.com/show_bug.cgi?id=440139
run: ulimit -s unlimited and that should resolve the iss
Hi,
I just tried building rc3 on Fedora 9, and it fails with this:
make[2]: Entering directory
`/home/john.voltz/workspace/wine/dlls/user32/tests'
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-st
Tom Wickline wrote:
> On Fri, May 30, 2008 at 10:17 AM, Scott Ritchie <[EMAIL PROTECTED]> wrote:
>> Combine this with other estimates of Ubuntu's user base (about 8 million
>> last I heard), and you have approximately 800,000 Wine users.
>>
>
> That would be 800,000 Wine users on Ubuntu right? 10%
Jeremy Newman wrote:
I figured as much. I just needed a template to use as a test. I knew you'd
end up fixing the poor translation. I had no intention to use it on more
templates.
Okay, then nothing happens. All right.
The templates files are well. Sorry for my fail in quote function. I thought
a
Am Freitag, 30. Mai 2008 16:51:08 schrieb Juan Lang:
> I know some video drivers are so broken we don't want to run on them.
> I have an ATI Radeon Mobility 250. I thought this was a fairly common
> card. Is locking up the machine really acceptable here?
All we could do is blacklisting certain dr
Ah woops, I misread the message.
-Zac
Juan Lang wrote:
>> As a thought, did you consider just building the tests you needed via
>> mingw32?
>
> Well, as I said, I did just build the test I needed, with MSVC. It
> failed. That's why I tried winetest.
> --Juan
On Fri, May 30, 2008 at 10:17 AM, Scott Ritchie <[EMAIL PROTECTED]> wrote:
>
> Combine this with other estimates of Ubuntu's user base (about 8 million
> last I heard), and you have approximately 800,000 Wine users.
>
That would be 800,000 Wine users on Ubuntu right? 10% of the
(8 million) So with
This statistic also neglects people who install wine from source
without building a package, and I know that is a non-trivial number of
people.
On Fri, May 30, 2008 at 10:17 AM, Scott Ritchie <[EMAIL PROTECTED]> wrote:
> Doing some division, this means that a rather high 37% of Ubuntu users
> have
> I have never heard the name "ATI Radeon Mobility 250". It could be an ATI
> Radeon Mobility 9000, which has a rv250 chip in it. I have the same in my old
> laptop, the tests run without crashing(Some are failing due to clear driver
> bugs though, and I there aren't any newer laptop drivers availa
Juan Lang wrote:
> Since my tiny little menu patch didn't go in, I figured Alexandre
> wanted a test. So I tried to compile and run the existing one on
> Windows XP. It failed for me: lots of menu size tests failed. I
> checked the test.winehq.org data, and I don't see lots of failures on
> XP,
On Fri, May 30, 2008 at 5:05 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "Austin English" <[EMAIL PROTECTED]> writes:
>
>> Anything wrong with this patch?
>
> I don't see any need to change all the URLs, the existing ones work just
> fine.
>
> --
> Alexandre Julliard
> [EMAIL PROTECTED]
>
> As a thought, did you consider just building the tests you needed via
> mingw32?
Well, as I said, I did just build the test I needed, with MSVC. It
failed. That's why I tried winetest.
--Juan
As a thought, did you consider just building the tests you needed via mingw32?
I've found John Klehm's script (http://wiki.winehq.org/JohnKlehm at the top) to
be useful for that as winetest.exe hard locks my laptop and my desktop... ewww.
-Zac
Juan Lang wrote:
> Since my tiny little menu patch
Since my tiny little menu patch didn't go in, I figured Alexandre
wanted a test. So I tried to compile and run the existing one on
Windows XP. It failed for me: lots of menu size tests failed. I
checked the test.winehq.org data, and I don't see lots of failures on
XP, so... I thought I'd run wi
Hi Michael,
2008/5/30 Michael Karcher <[EMAIL PROTECTED]>:
> Am Freitag, den 30.05.2008, 08:59 +0200 schrieb Michael Karcher:
>> I was running the testcases with warn+heap, and noted some warnings from
>> dsound:capture. They are caused by double free calls, and only happen
>> with winealsa.drv, n
Ángel Guzmán Maeso wrote:
> I send a patch with translations for many templates and 404.template (in
> UTF-8 believe) and a small improve in a function of file site.
> This improvement use array_ramdom instead of rand+count but the bound is
> not clear for me, so you should review
I have committ
The Ubuntu "popcon" package is installed when a user opts to share
anonymous usage data during the install process (or within the synaptic
package manager).
Analyzing the data (http://popcon.ubuntu.com/), we can see the following
for Wine:
wine 215262 installed 41731 use regularly 156710 don't us
On Fri, May 30, 2008 at 5:43 AM, Jeremy Newman <[EMAIL PROTECTED]> wrote:
> Ángel Guzmán Maeso wrote:
>>
>> For Your Information: Not translate NEVER with google translator or other
>> "translators" because they are machines and they translate as if they were
>> wild Indians or master yoda. If you
Francois Gouget wrote:
> ---
>
> The tests were failing on my Windows systems because they have ICM files
> in the color directory but they are not registered, i.e. they don't
> even have the HKLM\Software\Microsoft\Windows
> NT\CurrentVersion\ICM\RegisteredProfiles key.
>
> What matters for G
Ángel Guzmán Maeso wrote:
> For Your Information: Not translate NEVER with google translator or
> other "translators" because they are machines and they translate as if
> they were wild Indians or master yoda. If you use your translators, at
> least you know enough language to translate that, be
> > Just a question. Why not use a goto to a cleanup session instead of having
> > these > huge indented blocks? Or is goto a bad thing by default?
I personally don't use goto statements when an if is good enough, also I find
goto's can
make code harder to read in some instances. I'm not agains
Am Freitag, den 30.05.2008, 08:59 +0200 schrieb Michael Karcher:
> I was running the testcases with warn+heap, and noted some warnings from
> dsound:capture. They are caused by double free calls, and only happen
> with winealsa.drv, not with wineoss.drv. The following patch happens to
> makes the m
Alistair Leslie-Hughes wrote:
> Hi,
>
> Changelog:
> msxml3: Fix crashes on win98
>
> Best Regards
> Alistair Leslie-Hughes
>
>
>
>
>
Just a question. Why not use a goto to a cleanup session instead of having
thes
"Austin English" <[EMAIL PROTECTED]> writes:
> Anything wrong with this patch?
I don't see any need to change all the URLs, the existing ones work just
fine.
--
Alexandre Julliard
[EMAIL PROTECTED]
On Friday 30 May 2008 10:30:43 Paul Vriens wrote:
>
> I'll create a bug report for this.
Thanks.
> Btw, the user acount information is nicely removed, it's just that the
> user-directory isn't removed starting as of XP.
Hm, I added this test last year. I'm pretty sure I was running a WinXP sp2
Kai Blin wrote:
> On Friday 30 May 2008 09:44:16 Paul Vriens wrote:
>> Hi,
>>
>> (Sorry, first one went to the wrong list)
>>
>> I just had a look at some of the stuff that's still around after running
>> winetest a few months now on my W2K3 box (some of the regkeys are linked of
>> course):
>
> [
On Friday 30 May 2008 09:44:16 Paul Vriens wrote:
> Hi,
>
> (Sorry, first one went to the wrong list)
>
> I just had a look at some of the stuff that's still around after running
> winetest a few months now on my W2K3 box (some of the regkeys are linked of
> course):
[...]
> Filesystem
>
Hi,
(Sorry, first one went to the wrong list)
I just had a look at some of the stuff that's still around after running
winetest a few months now on my W2K3 box (some of the regkeys are linked of
course):
Registry
HKEY_CLASSES_ROOT\Applications\shell32_test.exe
HKEY_LOCAL_MACHINE\SOFTWA
Vitaliy Margolen <[EMAIL PROTECTED]> writes:
> Well it really should be "%llu" but Wine doesn't support that. "%lu"
> is used btw at least in one place in the code:
> http://source.winehq.org/source/dlls/ntdll/actctx.c#L1746
It's the correct format for a ULONG_PTR.
> What should it be then? The
Hello developers
I was running the testcases with warn+heap, and noted some warnings from
dsound:capture. They are caused by double free calls, and only happen
with winealsa.drv, not with wineoss.drv. The following patch happens to
makes the messages disappear. Could somebody with some knowledge a
31 matches
Mail list logo