Re: ws2_32/tests: Update hostent struct tests

2012-04-11 Thread Austin English
On Tue, Apr 10, 2012 at 21:13, Bruno Jesus <00cp...@gmail.com> wrote: > * Added a final required test for the h->h_addr_list[0] to show we > must put it in the right place. > * Removed the cached use of older gethostbyname result since the > memory is static and turned into garbage in windows if th

Re: GDI+ pageoffset

2012-04-11 Thread Austin English
On Wed, Apr 11, 2012 at 10:23, Stepa Nick wrote: > Hello. I have following code: > >> Bitmap * bmp = new Bitmap(500, 500, PixelFormat32bppARGB); >> { >>   Graphics gr(bmp); >> >>   //FIRST LINE >>   PointF* local1PointF = new PointF(17.823631, 89.429169); >>   PointF* local2PointF = new PointF(17.

Re: gdi32: Refuse to load a large .fot file earlier.

2012-04-02 Thread Austin English
On Sun, Apr 1, 2012 at 22:57, Kristoffer Eklund wrote: > Stop e-mail me! You need to unsubscribe from wine-patches (and possibly wine-devel or any others lists you subscribed to). See http://www.winehq.org/mailman/listinfo/wine-patches -- -Austin

Re: Wine test bot and win16 exe

2012-04-01 Thread Austin English
On Sat, Mar 31, 2012 at 12:42, Christian Costa wrote: > Hi, > > I wrote a win16 exe test file using open watcom but I cannot submit it to > winebot. I fails saying "Unricognized file type". This is a little annoying. > Is this a known limitation of wine test bot ? > > Thanks > Christian http://wi

Re: msi: add support for MSIRUNMODE_REBOOTNOW in MsiGetMode

2012-03-31 Thread Austin English
On Sat, Mar 31, 2012 at 06:00, Hans Leidekker wrote: > On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote: >> +    case MSIRUNMODE_REBOOTNOW: >> +        r = package->need_reboot; >> +        break; >> + > > MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTA

Re: My GSoC 2012 proposal

2012-03-19 Thread Austin English
On Mon, Mar 19, 2012 at 00:22, Lucas Zawacki wrote: > Hello all, > > First of all, I'll introduce myself: I'm Lucas Fialho Zawacki a > Computer Science undergrad at UFRGS > university in Brazil. I have worked with Wine in GSoC 2011 > (http://www.google-melange.com/gsoc/project/google/gsoc2011/lfza

Re: Networking+wine

2012-03-19 Thread Austin English
On Mon, Mar 19, 2012 at 01:19, prateek papriwal wrote: > Networking + wine (like as running uTorrent in ubuntu) can be very > dangerous. I feel there should be some sandboxing(as in Windows) to prevent > frequent attacks. I would be very interested in implementing sandboxing for > running Wine app

Re: kernel32/tests: Verify the stability of CreateTimerQueue.

2012-03-14 Thread Austin English
On Wed, Mar 14, 2012 at 05:32, wrote: > Hi, > > this should have been labeled [PATCH 3/3] because tests will fail without my > 2 ntdll patches. > > First a note unrelated to my patches: if you run the tests in git in a loop, > sometimes one DeleteTimerQueueTimer(INVALID_HANDLE_VALUE) > fails (pr

Re: Having problems with building a deb package of the sources

2012-03-14 Thread Austin English
On Tue, Mar 13, 2012 at 22:43, Rahul Ghose wrote: > I am using the 1.4-rc6 source code to build the deb package. The source > compiles smoothly but debuild -us -uc fails with this message: > > (last few lines, I hope which are more relevant) > > ../../../tools/runtest -q -P wine -M atl.dll -T ../.

Re: A question about Wine's mshtml implementation vs. crashing app

2012-03-13 Thread Austin English
On Tue, Mar 13, 2012 at 14:59, Alexey Loukianov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Good day to all, > > I've got a question, which is most probably should be addressed to Jacek > Caban, concerning the proper way to debug and report about the problems with > wine-gecko/msh

Re: Translating the Wiki to Portuguese

2012-03-08 Thread Austin English
On Thu, Mar 8, 2012 at 09:32, Lucas Zawacki wrote: > Hello guys, > > I'd like to help translate some chunks of the Wine wiki to Portuguese. >  What is the accepted method of translating the wiki pages? What pages > do you recognize as being more important to be translated first? The FAQ would pro

Re: bugzilla: show the component, not "comp" and not the assignee

2012-02-29 Thread Austin English
On Mon, Feb 27, 2012 at 10:39, wrote: > Hi, > > Somehow I discovered that bugzilla can display the component in a search > result list. Now I'm using that instead of the useless "assignee" field. > Here's part of the URL I'm using: > > &columnlist=bug_severity%2Cop_sys%2Ccomponent%2Cbug_status%2C

Re: Removing 'all' platform/os from bugzilla

2012-02-23 Thread Austin English
On Sat, Feb 18, 2012 at 09:07, Jerome Leclanche wrote: > Yes, all and other seem redundant. +1 on removing All. > > By the way, what happened to merging all the sound components? > > J. Leclanche > > > > On Thu, Feb 16, 2012 at 9:09 PM, Austin English > wrote:

Re: "Known" DLLs

2012-02-17 Thread Austin English
On Fri, Feb 17, 2012 at 03:03, Adam Klobukowski wrote: > W dniu 17 lutego 2012 09:20 użytkownik Frédéric Delanoy > napisał: >> 2012/2/16 Adam Kłobukowski : >>> Hello >>> >>> I've been a Wine user for a long time alreadey, since all Wine could do was >>> running winesweper very slowly ;) >>> >>> I

Removing 'all' platform/os from bugzilla

2012-02-16 Thread Austin English
Howdy, We seem to discourage use of the use of 'all' platform/os on bugzilla. While I personally am not opposed to it, in cases where it's obviously true (e.g., http://bugs.winehq.org/show_bug.cgi?id=29901), changing these fields causes unnecessary spam. It would be easier, imho to remove them. D

Re: wineapploader in wine64

2012-02-16 Thread Austin English
On Thu, Feb 16, 2012 at 14:21, Vincent Pelletier wrote: > Le jeudi 16 février 2012 20:57:10, Alexandre Julliard a écrit : >> (besides, there shouldn't be any reason to run wineboot by hand). > > FWIW, on wine (32bits) I use "wineboot -ks" to get rid of a crashing app > (stuck eating cpu, or just w

Re: Fwd: Google Summer of Code 2012 DEADLINE: 2012-02-27

2012-02-10 Thread Austin English
I assisted last year and would be happy to do so again, or take over if Maarten doesn't want to. Cheers, Austin On Feb 10, 2012 1:24 PM, "Jeremy White" wrote: > > Hi Folks, > > It's that time of year again - summer of code is going to start up soon. > > Maarten, you've been coordinating things f

Re: winetest can't remove its temp directory

2012-02-09 Thread Austin English
On Thu, Feb 9, 2012 at 05:16, wrote: > Hi, > > does anybody else see a message from winetest.exe about > not being able to clean up at the end? > This happened with e.g. winetest-1.4-rc2 and some earlier ones. > > Indeed, a temp directory with all the extracted > *_test.exe is left half-full.  It

Re: winecfg: Center main window on the screen.

2012-02-08 Thread Austin English
On Wed, Feb 8, 2012 at 07:13, Michael Stefaniuc wrote: > Vitaliy Margolen wrote: >> Please don't! I want my window manager decide based on how I configured >> it where to position new windows. And not every program open in the >> middle of the screen just because it things it's the most important

Re: ID3DXEffect::SetValue

2012-02-06 Thread Austin English
On Mon, Feb 6, 2012 at 09:18, Luis Carlos Busquets Pérez wrote: > The current implementation includes a check on param->bytes >= bytes > > specifically: > > if (data && param->bytes >= bytes) > { > > ... > > } > > So if bytesbytes returns D3DERR_INVALIDCALL. > > However, the MS version does not ac

Re: Updated clang-static-analyzer results (just in time for 1.4 ;))

2012-02-01 Thread Austin English
On Tue, Jan 31, 2012 at 08:19, Jacek Caban wrote: > Hi Austin, > > On 01/31/12 06:11, Austin English wrote: >> Enjoy: http://www.mediafire.com/?aiomfk1cr9bc61y >> Using: >> wine-1.4-rc1-34-g01947e0 >> >> LLVM commit 683d1e1d449e6e790ff4c0b6340a4bbf144ff9

Re: configure.ac: remove an extraneous semicolon (Clang)

2012-01-30 Thread Austin English
On Mon, Jan 30, 2012 at 23:21, Ken Thomases wrote: > On Jan 30, 2012, at 10:09 PM, Austin English wrote: > >> @@ -1723,7 +1723,7 @@ then >>    saved_CFLAGS="$CFLAGS" >>    CFLAGS="$CFLAGS -Wlogical-op -Werror" >>    AC_CACHE_CHECK([for broken stri

Re: Save backtrace feature

2012-01-28 Thread Austin English
On Fri, Jan 27, 2012 at 15:20, Bruno Jesus <00cp...@gmail.com> wrote: > I'm not sure what this console error means but it's always related to > exceptions and crashes: > > err:seh:setup_exception_record stack overflow 848 bytes in thread 0009 > eip 7bc79df6 esp 00230fe0 stack 0x23-0x231000-0x33

Re: [PATCH 1/1] crypt32: Fix domain component length check.

2012-01-27 Thread Austin English
On Fri, Jan 27, 2012 at 10:11, Erich E. Hoover wrote: > Real Name: >    Erich Hoover > > Description: >    This patch fixes an issue where the domain component in > match_domain_component will not match when the allowed_component is > NULL terminated.  This currently affects the Battle.net System

Re: "Sound" keyword on bugzilla

2012-01-20 Thread Austin English
On Fri, Jan 20, 2012 at 11:04, Dmitry Timoshkov wrote: > Henri Verbeet wrote: > >> On 20 January 2012 17:25, Dmitry Timoshkov wrote: >> > If the problem is sound related there are usually some known words in >> > the summary line describing the problem, why not search for them? Why >> > do you t

Re: "Sound" keyword on bugzilla

2012-01-19 Thread Austin English
On Wed, Jan 18, 2012 at 13:25, Andrew Eikum wrote: > On Wed, Jan 18, 2012 at 07:03:24PM +, Jerome Leclanche wrote: >> Any comments? >> > > Seems like a useful idea to me, though I'd defer to the heavier > Bugzilla users' opinions. > > Andrew > >> On Tue, Jan 17, 2012 at 1:09 AM, Jerome Leclanc

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-16 Thread Austin English
On Sun, Jan 15, 2012 at 14:42, Stephen Chao wrote: > On Mon, 16 Jan 2012 01:52:08 +0800 Dmitry Timoshkov wrote: >> Stephen Chao wrote: >> >> > Looking for feedback on a patch for winecfg I sent yesterday.  Should I >> > instead be sending it to the patches list? >> > I made this patch to take o

Re: winecfg: Add tab for most Direct3D registry settings.

2012-01-15 Thread Austin English
On Sun, Jan 15, 2012 at 16:14, Vitaliy Margolen wrote: > On 01/15/2012 01:46 PM, Stephen Chao wrote: >> >> From my own experiences browsing most games' appdb page, everyone and >> their >> brother (including myself) tinkers with d3d registry options. > > > That's exactly why those options where re

Re: FYI: Pangolin script needs libfreeytype6-dev:386 but it cannot be installed

2012-01-04 Thread Austin English
On Wed, Jan 4, 2012 at 07:25, Susan Cragin wrote: > The configure script seems to be looking for > libfreetype6-dev:386 > but this cannot be installed without removing the compilers and other files > Should I alert Ubuntu? Isn't this their problem? Yes. -- -Austin

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-03 Thread Austin English
2012/1/3 Frédéric Delanoy : > On Tue, Jan 3, 2012 at 13:01, Alexandre Julliard wrote: >> joerg-cyril.hoe...@t-systems.com writes: >>> >>> What benefit does it have for developers?  Having one's name appear less >>> often in source.winehq.org/regressions when doing The Right Thing (TRT)? >> >> Yes,

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-03 Thread Austin English
On Tue, Jan 3, 2012 at 01:10, Saulius Krasuckas wrote: > * On Mon, 2 Jan 2012, Dan Kegel wrote: >> >> If an app stops working because some missing feature is added to an >> existing DLL, it should not be tagged as a regression even though it is >> from the app's point of view, right? >> (Thinking

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-01 Thread Austin English
On Sat, Dec 31, 2011 at 11:43, Dan Kegel wrote: > Happy New Year's Eve, everyone! > > 002447357c2b1feca5ef2649429fc55f70238901 > added a IDirect3DDevice9::SetCursorPosition() test to d3d9. > That test never worked here, I think.  I filed > http://bugs.winehq.org/show_bug.cgi?id=29094 > for it, and

Re: PLT Problems with Wine/Sparc

2011-12-26 Thread Austin English
2011/12/26 André Hentschel : > Hi, > thanks to Austin i could work on our sparc port and it seems i have it it a > workable state, > the remaining problem is that somehow the plt entry to libwine is fixed up > wrong. > I know most people on the list don't know much about sparc, so wild guesses >

Re: how to debug wine

2011-12-08 Thread Austin English
On Wed, Dec 7, 2011 at 03:23, winepp wrote: > Dear sir: >    I downloaded the source of wine1.3.29.I want to know how does it work,so > I  must debug the source of wine! Can you tell me  how to debug wine? Shall > I need to install any other tools? >    Thank you very much! This list is for devel

Re: Updated Clang static analysis results / Valgrind update

2011-12-05 Thread Austin English
On Wed, Sep 7, 2011 at 17:02, Austin English wrote: > Valgrind (ac0a7b644fa464fa640e06a6e26b2191b5a29a92) : > http://austinenglish.com/logs/valgrind/2011-09-07-11.07/ > > Clang (f74a897f0eb47bea874b9247a24ad0dd61aa3507): > http://www.sendspace.

Re: regression bisected to commit: gdi32: Implement nulldrv_StretchDIBits using the PutImage gdi driver function.

2011-11-21 Thread Austin English
On Mon, Nov 21, 2011 at 11:12, Wolfgang Walter wrote: > Hello, > > I just tested version 1.3.33. With this version an application we use shows > its icons with wrong colors. The background of the icons is wrong, too. I > bisected it to commit c9a7bb715d2db1512db30deb11e4676e76791a07. > > I then ch

Re: MS XInput*.dll implementation

2011-11-01 Thread Austin English
On Tue, Nov 1, 2011 at 00:47, Alexey Loukianov wrote: > What I'm interested in (and that's is the reason I'm posting to devlist) is > what are the plans on real implementation of MS XInput API? Are there anybody > working on topic? Were there any preliminary patches floating around aimed at > impl

Re: 80199: shdocvw: add a stub for InstallReg_RunDLL

2011-10-31 Thread Austin English
On Thu, Oct 20, 2011 at 15:55, Dan Kegel wrote: > Fails to build here? > > On Thu, Oct 20, 2011 at 3:51 PM,   wrote: >> This is an experimental automated build and test service. >> Please feel free to ignore this email while we work the kinks out. >> >> For more info about this message, see http:/

Re: winmm: Avoid casting return value of Heap(Re)Alloc calls.

2011-10-23 Thread Austin English
On Sun, Oct 23, 2011 at 08:43, Dan Kegel wrote: > Debugged version: > > --- a/configure.ac > +++ b/configure.ac > @@ -1715,6 +1715,20 @@ then >   if test "x$enable_maintainer_mode" = "xyes" >   then >       WINE_TRY_CFLAGS([-Werror]) > +  else > +    dnl Enable -Werror when building from git on 32

Re: Patch resend etiquette

2011-10-22 Thread Austin English
On Sat, Oct 22, 2011 at 10:48, Erich Hoover wrote: > How long should one wait to resend patches marked as "New" on the > patch list?  It seems that once they've gone "far enough" down on the > list that there's no chance they'll be looked at.  Thanks in advance > for your advice. As with a lot of

Re: msctf: increase buffer to have room for full key

2011-10-22 Thread Austin English
On Fri, Oct 21, 2011 at 20:26, Aric Stewart wrote: > > found by Dan Kegel with Valgrind. > Fixes bug 25826 And Clang :). -- -Austin

Re: Fix Bug 23124 with an "ln -s"

2011-10-19 Thread Austin English
On Tue, Oct 18, 2011 at 17:25, Ken Sharp wrote: > http://bugs.winehq.org/show_bug.cgi?id=23124 > > Could someone tell me if the attached patch would actually work? > > It does compile and works correctly with LANG=en_PH.utf-8 but I'm don't know > that: > > 1. Using an "ln -s" is acceptable, nor if

Re: 80121: aclocal.m4: fix compiles on systems that don't support ln -s

2011-10-18 Thread Austin English
On Tue, Oct 18, 2011 at 16:34, wrote: > This is an experimental automated build and test service. > Please feel free to ignore this email while we work the kinks out. > > For more info about this message, see http://wiki.winehq.org/BuildBot > > The Buildbot has detected a failed build on builder

Re: Regression testing breakthrough

2011-10-18 Thread Austin English
On Tue, Oct 18, 2011 at 10:26, Dmitry Timoshkov wrote: > Austin English wrote: > > >> > Reverting a patch in latest git is not always possible, instead it's >> > a very useful test to revert the patch at the suspected regression point >> > and see if th

Re: Regression testing breakthrough

2011-10-18 Thread Austin English
On Tue, Oct 18, 2011 at 09:01, Dmitry Timoshkov wrote: > Damjan Jovanovic wrote: >> > Moreover, often users get asked 'does reverting commit ' help? Without >> > performing a proper regression test it's impossible to asnwer that >> > question. >> > >> > >> Reverting a commit in the latest git

Fwd: [Announce] Google Code-in 2011

2011-10-14 Thread Austin English
-- Forwarded message -- From: Carol Smith Date: Fri, Oct 14, 2011 at 15:28 Subject: [Announce] Google Code-in 2011 To: Google Summer of Code Mentors List Hi everyone, We’re pleased to announce that we are planning to run the Google Code-in contest again this November. We had a

Re: [4/3] gdi32/tests: update test for PS_USERSTYLE

2011-10-12 Thread Austin English
On Wed, Oct 12, 2011 at 19:06, Daniel wrote: > OK, I hope [4/3] is acceptable.  These are the test updates I forgot > (removes a todo_wine). Two problems: A) It needs to be combined with the original patch, so that it passes make test. B) Why remove the test? Just remove 'todo_wine' itself, since

Re: shell32/tests: Better check the result of SHGetDesktopFolder

2011-10-12 Thread Austin English
2011/10/12 André Hentschel : > Might fix the crash in some NT4 systems > --- >  dlls/shell32/tests/brsfolder.c |    3 ++- >  1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/dlls/shell32/tests/brsfolder.c b/dlls/shell32/tests/brsfolder.c > index 7b87967..6e5e73b 100644 > --- a/dlls

Re: d3d8/tests: skip the visual test if d3d cannot be initialized

2011-10-12 Thread Austin English
On Wed, Oct 12, 2011 at 04:39, Henri Verbeet wrote: > On 12 October 2011 01:51, Austin English wrote: >> Current d3d8 does a win_skip(), while d3d9 does a skip(). This unifies >> the behavior to match the d3d9 behavior. >> > I seem to recall this being intentional, so t

Re: [Wine] WineHQ database compromise

2011-10-11 Thread Austin English
2011/10/11 Josh Juran : > On Oct 11, 2011, at 3:37 PM, Conan Kudo (ニール・ゴンパ) wrote: > >> On Tue, Oct 11, 2011 at 3:39 PM, Josh Juran wrote: >> >>> Since bugzilla passwords were sent in cleartext anyway, I sincerely hope >>> none of them were otherwise valuable.  (Remember FireSheep?) >> >> Wait, w

Re: The major mmdevapi and winmm audio bugs

2011-10-09 Thread Austin English
On Fri, Oct 7, 2011 at 09:24, wrote: > Hi, > > Bugzilla admins, please set the 1.4 milestone on all bugs mentioned here. > > I'm not yet looking at dsound issues since I first want a correct > foundation upon which to build to upper layers. > > o #28039 IAudioClock_GetPosition must ignore underru

Re: netapi32: add stub for NetScheduleJobEnum

2011-10-05 Thread Austin English
On Wed, Oct 5, 2011 at 11:35, Louis Lenders wrote: > this fixes a crash in app SysIsdpector > (http://download.eset.com/download/sysinspector/32/ENU/SysInspector.exe) You should've made this a series, otherwise the build fails: -- -Austin -- Forwarded message -- From: Date:

Re: unable to compile wine from latest git

2011-10-03 Thread Austin English
On Mon, Oct 3, 2011 at 12:24, Vijay Kiran Kamuju wrote: > Hi, > > This is on fedora 15. I have just downloaded the fresh git, and > attempting the my first build on this system. Please bottom-post on wine mailing lists. > The source code is downloaded to a usb drive which is FAT32 formatted. Lo

Re: unable to compile wine from latest git

2011-10-03 Thread Austin English
On Mon, Oct 3, 2011 at 05:03, Vijay Kiran Kamuju wrote: > Hi, > > I just downloaded the git and tried compile it. > > I just issued `make` command after doing `./configure` > > But it gave the below errors: > make[1]: Leaving directory `/media/PENDRIVE/devel/repo/wine/tools/wrc' What type of file

Re: Alexandre's keynote

2011-10-02 Thread Austin English
On Sat, Oct 1, 2011 at 17:10, Jeremy White wrote: > Remember to have your libation at hand so you can play the game... For those following along at home, anytime you hear: 'DIB Engine' 'regression' 'lines of code' take a sip of your favorite beverage ;). -- -Austin

Re: [PATCH] d3dx9_36: avoid using fabsf/fmaxf

2011-09-28 Thread Austin English
On Wed, Sep 28, 2011 at 01:51, Natanael Copa wrote: > This fixes compiling on Alpine Linux and other uClibc based distros. > > This is related bug 28247 and commit 4cddd5ffdf0c568445365c6c62e7788d7dbbca7d > --- >  dlls/d3dx9_36/tests/mesh.c |   14 +++--- >  1 files changed, 7 insertions(+)

Re: winecfg: Remove driver selection from Audio tab.

2011-09-28 Thread Austin English
On Wed, Sep 28, 2011 at 11:55, Scott Ritchie wrote: > On 09/28/2011 05:57 AM, Vitaliy Margolen wrote: >> On 09/28/2011 04:18 AM, Alex Bradbury wrote: >>> Do correct me if I'm wrong here, but users who don't want regressions >>> in their favourite apps/games should be using the stable release. It >

Re: winetest: Missing test.avi and msrle.avi files

2011-09-21 Thread Austin English
On Wed, Sep 21, 2011 at 03:14, Francois Gouget wrote: > > Two Wine tests are skipping tests because they are missing avi test > files: > >  * quartz:avisplitter needs a test.avi file: >   > http://source.winehq.org/git/wine.git/?a=history;f=dlls/quartz/tests/avisplitter.c;hb=b6153354dd28c57fb1f92

Re: Daily builds of latest Git now available as Ubuntu packages

2011-09-20 Thread Austin English
On Tue, Sep 20, 2011 at 11:48, Octavian Voicu wrote: > On Tue, Sep 20, 2011 at 9:27 PM, Qian Hong wrote: >> Is there any good ways to get the git-describe-like version number >> from the daily build ppa version number? >> That's useful while running a regression test. For example, I'd like >> to

Re: Something's rotten in git today...

2011-09-16 Thread Austin English
On Thu, Sep 15, 2011 at 13:55, Bernhard Loos wrote: > On Thu, Sep 15, 2011 at 8:33 PM, Dan Kegel wrote: >> On Thu, Sep 15, 2011 at 11:13 AM, Bernhard Loos >> wrote: > It might be just me, but I've seen five very strange test failures > today out of about 30 build/test runs. > Has any

Re: Proof of concept - The crashbot

2011-09-16 Thread Austin English
On Fri, Sep 16, 2011 at 10:38, Dan Kegel wrote: > Hi Bruno, > it would of course be great.  Check out > http://code.google.com/p/winetricks/source/browse/trunk/tests/winetricks-test > for starters, we could just run that (or a subset of it) daily. > It's fairly reliable, as I ran it manually every

Re: msxml3: Move and Register xmlparser.idl in msxml3

2011-09-15 Thread Austin English
On Thu, Sep 15, 2011 at 07:35, Alistair Leslie-Hughes wrote: > Hi, > > > Changelog: >    msxml3: Move and Register xmlparser.idl in msxml3 > > > Best Regards >  Alistair Leslie-Hughes Howdy Alistair, You forgot to remove the include from include/Makefile.in, causing a build failure here: make[1]

Re: Updated Clang static analysis results / Valgrind update

2011-09-07 Thread Austin English
Valgrind (ac0a7b644fa464fa640e06a6e26b2191b5a29a92) : http://austinenglish.com/logs/valgrind/2011-09-07-11.07/ Clang (f74a897f0eb47bea874b9247a24ad0dd61aa3507): http://www.sendspace.com/file/nvoxsk c8521b390e70a3ed31c00e69a095a35b702e1b0f scan-build-2011-09-06-1.tar.bz2 we're down to 1629 from 1

Re: Getting Wine's PO files on Launchpad

2011-09-06 Thread Austin English
On Mon, Sep 5, 2011 at 11:30, Scott Ritchie wrote: > On 09/05/2011 04:46 AM, Henri Verbeet wrote: >> On 5 September 2011 10:38, Michael Stefaniuc wrote: >>> Permission to relicense the existing translations with a BSD license... >>> https://help.launchpad.net/Translations/StartingToTranslate#Lice

Re: dnsapi: Use internal name_skip function

2011-09-06 Thread Austin English
2011/9/6 Dan Kegel : > Hi André, > your patch failed to build on an ubuntu 10.04 system here: > > ccache gcc -c -I. -I. -I../../../include -I../../../include > -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION  -D_REENTRANT > -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement

Re: [2/3] msi/tests: Skip a test if the process is limited.

2011-08-24 Thread Austin English
On Wed, Aug 24, 2011 at 03:22, Hans Leidekker wrote: > --- >  dlls/msi/tests/action.c |    6 ++ >  1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c > index aac601f..90832af 100644 > --- a/dlls/msi/tests/action.c > +++ b/dlls/ms

Re: xlive: stub some functions (2/3)

2011-08-17 Thread Austin English
On Wed, Aug 17, 2011 at 12:33, Giovanni Ongaro wrote: > I am working oon a xlive patch can you tell me how to finf dll ordinal > functions by using winedump i am tryiing specifically to find how much > parameters xlive 5282 has > > Can you help me? >From the patch: +/* This DLL is completely undo

Re: Listed package maintainers

2011-08-16 Thread Austin English
On Sat, Jul 30, 2011 at 08:27, Ben Klein wrote: > Hello everyone, > > For those of you who remember all the trouble I've had with my health, > I'm on the mend now. I'm adjusting to some new medication that's doing > wonders, and also adjusting to the new lifestyle they allow me to > lead. > > I've

Re: wldap32/tests: Skip tests if ldap_init failed (try 3)

2011-08-09 Thread Austin English
2011/8/9 André Hentschel : > Am 09.08.2011 19:44, schrieb Hans Leidekker: >> On Tue, 2011-08-09 at 19:31 +0200, André Hentschel wrote: >> >>> diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c >>> index 4cf8564..ed37d88 100644 >>> --- a/dlls/wldap32/tests/parse.c >>> +++ b/dlls/wl

Re: [1/4] explorer: implement the explorer using IExplorerBrowser (try 3)

2011-08-08 Thread Austin English
On Sat, Jun 11, 2011 at 14:42, Jay Yang wrote: > --- >  configure.ac                  |    2 +- >  programs/explorer/Makefile.in |    6 +- >  programs/explorer/explorer.c  |  208 > ++--- >  programs/explorer/explorer.rc |   26 + >  programs/explorer/resourc

Re: bugzilla: merge OS X/Windows OS versions

2011-08-08 Thread Austin English
On Thu, Jul 28, 2011 at 12:02, Jerome Leclanche wrote: > On Thu, Jul 28, 2011 at 7:40 PM, Austin English > wrote: >> This was mentioned a while back, though I can't find the reference on >> wine-devel, perhaps it was in #winehackers... >> >> Anyway, would anyo

Re: make "bisected" a keyword in bugzilla?

2011-08-08 Thread Austin English
On Mon, Aug 1, 2011 at 03:28, Wolfram Sang wrote: > On 28/07/11 22:15, Austin English wrote: >> On Sun, May 23, 2010 at 22:45, Wolfram Sang wrote: >>>> Probably it would be better to add a field for commit id that caused >>>> a regression just like there i

Re: riched20/tests: fix test_EM_FINDWORDBREAK comments

2011-07-31 Thread Austin English
Forgot patch. On Jul 31, 2011 10:20 PM, "Dan Kegel" wrote: > In test_EM_FINDWORDBREAK_[WA], the descriptions of u+f020 and u+ff20 > were mixed up. > Fix that, and clean up a couple others slightly. > >

Re: ancient email messages being sent, or at least archived, again?

2011-07-28 Thread Austin English
On Jul 28, 2011 10:50 PM, "Dan Kegel" wrote: > > What's with messages like > http://www.winehq.org/pipermail/wine-bugs/2011-July/285020.html ? > I was doing Bugzilla maintenance and cleared the unsent email queue. -Austin

Re: make "bisected" a keyword in bugzilla?

2011-07-28 Thread Austin English
On Sun, May 23, 2010 at 22:45, Wolfram Sang wrote: >> Probably it would be better to add a field for commit id that caused >> a regression just like there is one for url/keywords instead of inventing >> new keywords. So a 'regression' with a commit id would automatically mean >> 'bisected'. That w

bugzilla: merge OS X/Windows OS versions

2011-07-28 Thread Austin English
This was mentioned a while back, though I can't find the reference on wine-devel, perhaps it was in #winehackers... Anyway, would anyone be opposed to merging the Mac OS X versions (and possibly the Windows versions) in the OS field in Bugzilla? We don't differentiate any other OS, and for Windows

Re: Updated Clang static analysis results / Valgrind update

2011-07-27 Thread Austin English
2011/7/26 André Hentschel : > Am 26.07.2011 01:17, schrieb Austin English: >> On Sat, Jul 2, 2011 at 19:15, Austin English wrote: >>> Web space usage was getting a bit high, so I've uploaded a tarball to >>> a file download service: >>> http://www.send

Re: Bug status transitions ~ bug 27908

2011-07-27 Thread Austin English
2011/7/27 : > > Hi, > > there is bug 27908, which i closed as invalid, because user did not > used latest fixed version. > > > AJ says: If there was a bug then it's FIXED. > > > Based on that, even if the user has a crash in 1.0.1 and opens _now_ > a bug and one day later says "it is FIXED in 1.3.

d3d8/tests: make sure to use return values (LLVM/Clang)

2011-07-25 Thread Austin English
-- -Austin diff --git a/dlls/d3d8/tests/device.c b/dlls/d3d8/tests/device.c index 9a4369b..d159a52 100644 --- a/dlls/d3d8/tests/device.c +++ b/dlls/d3d8/tests/device.c @@ -1050,6 +1050,7 @@ static void test_reset(void) hr = IDirect3DDevice8_GetRenderTarget(device1, &surface); ok(SUCCEEDE

Re: Updated Clang static analysis results / Valgrind update

2011-07-25 Thread Austin English
On Sat, Jul 2, 2011 at 19:15, Austin English wrote: > Web space usage was getting a bit high, so I've uploaded a tarball to > a file download service: > http://www.sendspace.com/file/5hot36 > > austin@aw21 ~ $ sha1sum scan-build-2011-07-02.tar.bz2 > ac3cb3920ef97641fff1f53

Re: urlmon: Fix various typos/misspellings

2011-07-23 Thread Austin English
2011/7/23 Frédéric Delanoy : > On Sat, Jul 23, 2011 at 02:03, Andrew Eikum > wrote: >> On 07/22/2011 06:49 PM, Frédéric Delanoy wrote: >>> >>> 2011/7/22 Dan Kegel: > > -/* List of 3 character top level domain names Windows seems to > recognize. > +/* List of 3 characters top level

Updated Clang static analysis results / Valgrind update

2011-07-02 Thread Austin English
Web space usage was getting a bit high, so I've uploaded a tarball to a file download service: http://www.sendspace.com/file/5hot36 austin@aw21 ~ $ sha1sum scan-build-2011-07-02.tar.bz2 ac3cb3920ef97641fff1f5376f8136cef01f15bf scan-build-2011-07-02.tar.bz2 to use, just extract and open in your f

Re: wine bug 27600

2011-06-30 Thread Austin English
On Thu, Jun 30, 2011 at 07:57, wrote: > >> >> $ cd wine-git >> $ wget http://dl.dropbox.com/u/6901628/raw.patch >> $ patch -p1 < raw.patch >> $ ./tools/make_requests >> $ ./configure >> $ make >> >> works here: > > Thanks Austin for testing, but this raw.patch is already modified > and works for

Re: wine bug 27600

2011-06-30 Thread Austin English
2011/6/30 : >> Ok, try with a modified header: >> > > OK no problem, i will try later today. But i don't think it's a bug > in applicability of those patches. I began with wine testing 2 years > ago and did many regression tests, reverse reg.testing, found faulty > commit even though it was covere

Re: Bad_Pool_Header

2011-06-29 Thread Austin English
On Wed, Jun 29, 2011 at 03:01, Keith Muir wrote: > Hi, > > Been trying to run wine tests from http://test.winehq.org/data/ but every > time I try this for about the last half dozen versions I get a blue screen > and bad pool header > any suggestions? I try to support the project by doing test runs

Re: wine bug 27600

2011-06-28 Thread Austin English
On Tue, Jun 28, 2011 at 13:16, wrote: > > Hi Vincas, i wanted to give bug 27600 a try. So on top of > wine-1.3.23-50-g2497a91 i applied patches: > > 1. 75818 > 2. 75819 > 3. 75831 > 4. 75830 > 5. 75829 > 6. 75820 > 7. 75821 > 8. 75822 > 9. 75823 > > but i end up with failure during the buildup: >

Re: ws2_32: return an error in SO_CONNECT_TIME stub

2011-06-27 Thread Austin English
On Sun, Mar 27, 2011 at 21:41, Dmitry Timoshkov wrote: > Austin English wrote: > >> @@ -2554,7 +2554,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level, >>              } >>              *(DWORD*)optval = pretendtime++; >>              *optlen = sizeof(DWOR

Re: [mshtml] Crash in World of Warcrash launcher

2011-06-26 Thread Austin English
On Sun, Jun 26, 2011 at 14:22, Vincent Pelletier wrote: > Hi. > > Runing the latest WoW Launcher, I get the following traceback: > > Register dump: >  CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b >  EIP:7d30 ESP:0032e404 EBP:0032e474 EFLAGS:00010213(  R- --  I   -A- -C) >  EAX:0001 EBX:

Re: usability study: "30 days with Ubuntu" author had trouble with wine

2011-06-24 Thread Austin English
On Fri, Jun 24, 2011 at 18:58, Dan Kegel wrote: > http://www.pcworld.com/businesscenter/article/231065/ubuntu_linux_day_23_would_you_like_some_wine_with_that.html > > First problem - ubuntu's package manager is unclear: > > "I opened up my handy-dandy Ubuntu Software Center and typed Wine in > the

Re: shouldn't the 1.3 dependencies include binfmt-support and lib32nss

2011-06-24 Thread Austin English
On Jun 24, 2011 6:04 PM, "Susan Cragin" wrote: > > Just wondering. > apt-get build-dep wine1.3 does not load binfmt-support and lib32nss... > Installation of natspeak requires them. > The installation script tries to grab them but failed for me. That's a packaging question. Scott?

Re: Disablin xinput2 for now?

2011-06-23 Thread Austin English
On Mon, Jun 20, 2011 at 23:26, Vitaliy Margolen wrote: > On 06/20/2011 02:31 PM, Austin English wrote: >> >> On Mon, Jun 20, 2011 at 09:36, Alexandre Julliard >>  wrote: >>> >>> Vitaliy Margolen  writes: >>> >>>> On 06/20/2011 02:55 AM,

Re: Regression today?

2011-06-20 Thread Austin English
On Mon, Jun 20, 2011 at 21:00, Susan Cragin wrote: > I think a regression was introduced today. I got the following trying to run > NatSpeak 11.0 with today's git. > wine-1.3.22-255-g4c0c0d3 > Should I do a regression test and file a bug, or is it obvious from this? > Or is it me -- something to

Re: Disablin xinput2 for now?

2011-06-20 Thread Austin English
On Mon, Jun 20, 2011 at 09:36, Alexandre Julliard wrote: > Vitaliy Margolen writes: > >> On 06/20/2011 02:55 AM, Marcus Meissner wrote: >>> As this might be a X.org issue, should we packagers turn off >>> xinput2 support for the time being? >> >> If that will fix all dinput regressions - absolute

Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-14 Thread Austin English
2011/6/14 Vincas Miliūnas : > This is a partial raw input implementation for mouse and keyboard. > > I've read in the IRC chat, that products of tools/make_request should not be > included in a patch, so I left them out. > > My first attempts were by leeching input events from queue_mouse_message

Re: Ge (Greg) van Geldorp

2011-06-10 Thread Austin English
On Fri, Jun 10, 2011 at 16:37, Wolfram Sang wrote: > >> The sad news reached me two days ago that Ge (Greg) van Geldorp passed >> away. Please find below the mail from his brother. > > This is sad news indeed. The testbot he created is tremendously useful and a > great achievement. He also was alw

Re: Various locale tests for wine

2011-06-07 Thread Austin English
On Tue, Jun 7, 2011 at 11:05, Akihiro Sagawa wrote: > Hi, > I have a problem about testing wine where specific to locales (or ANSI > code pages). Because test bots don't seem to test wine in non-English > locales. I'd like to get wine's test results in various locale > environments from test.wineh

Re: windows are incompletely drawn: bisected to commit 7864ade5a8306c0078e16ae6d7e40bdece29395b

2011-05-24 Thread Austin English
On Tue, May 24, 2011 at 17:24, Wolfgang Walter wrote: > An application we use shows incompletely painted windows with 1.3.19. I > bisected it to commit > > 7864ade5a8306c0078e16ae6d7e40bdece29395b is the first bad commit > commit 7864ade5a8306c0078e16ae6d7e40bdece29395b > Author: Dmitry Timoshkov

Re: tools: Upgrade the config.guess/config.sub scripts

2011-05-08 Thread Austin English
2011/5/7 André Hentschel : > from git://git.sv.gnu.org/config.git without the whitespace changes > --- >  tools/config.guess |   17 ++--- >  tools/config.sub   |   49 +++-- >  2 files changed, 45 insertions(+), 21 deletions(-) > > diff --git a

Re: comctl32: avoid using ZeroMemory()

2011-05-02 Thread Austin English
On Mon, May 2, 2011 at 10:58, Marcus Meissner wrote: > On Mon, May 02, 2011 at 10:52:50AM -0500, Austin English wrote: >> Avoids a Clang bug: >> http://bugs.winehq.org/show_bug.cgi?id=26754 > > clang cannot even survive a simple memset() to 0? http://llvm.org/bugs

Re: include: Generate rmxftmpl.h from rmxftmpl.x using new build tool. (try 3)

2011-04-28 Thread Austin English
On Thu, Apr 28, 2011 at 14:52, Dylan Smith wrote: > --- > Now using atexit function to cleanup up the output file on errors, and > parsing errors are signaled using a boolean error variable. > > diff --git a/include/rmxftmpl.x b/include/rmxftmpl.x > new file mode 100644 > index 000..e7144b0 >

<    1   2   3   4   5   6   7   8   9   10   >