Measuring game FPS in wine/windows?

2010-03-17 Thread Austin English
Howdy, I've been testing some games lately on Windows/Wine, and wanted to see the difference in framerates. On windows, I've been using Fraps, which works decently well, but not under wine (and it doesn't work for Assassin's creed). I found D3DGears online, which supposedly works for Assassin's cr

Re: [PATCH 2/2] cmd: Adds shlwapi library to cmd.exe's Makefile.in

2010-03-17 Thread Austin English
On Tue, Mar 16, 2010 at 7:57 PM, wrote: > Alright--I'll update and resubmit when I get home from work. > > The patch submission guidelines mentioned something about not including > Makefile or Makefile.in in patches and splitting them out instead.  Should I > be worried about that submission gu

Re: [PATCH] cmd: removed %CD% test.

2010-03-16 Thread Austin English
On Tue, Mar 16, 2010 at 4:53 AM, Yann Droneaud wrote: > %CD% seems not supported on Windows NT 4. > > The patch which introduce this test was based on MSDN documentation > and only tested on Windows XP Instead of removing it, perhaps the cmd test framework needs to understand the broken() macro..

Re: Is there something we can do about Java?

2010-03-09 Thread Austin English
On Tue, Mar 9, 2010 at 1:42 PM, Scott Ritchie wrote: > I've run into a few applications that simply assume Java is installed. They > die horribly with a "javaw" not found. > > My first inclination is to just pop up a message explaining what went wrong > and how to fix it, with a clickable link to

Re: GSoC WPKG and test.winehq.org

2010-03-09 Thread Austin English
On Tue, Mar 9, 2010 at 9:19 AM, Arjun Comar wrote: > Yea, I'm just about ready. I was going to wait until I had the initial > buildbot system ready to go, but there's no reason I couldn't but my > proposal on wine-devel tonight. Quick summary of my proposal: > - Buildbot system to automate testing

Re: mountmgr.sys not running on OpenBSD - depends on dbus/hal, or a timing issue?

2010-03-08 Thread Austin English
On Wed, Mar 3, 2010 at 1:59 PM, Ken Thomases wrote: > On Mar 3, 2010, at 12:12 PM, Austin English wrote: > >> The main question I have though, is that I can't get winetest to run >> there. When I run ./wine winetest or ./wine winetest-latest.exe, >> winetest begins to

North Korea uses wine?

2010-03-05 Thread Austin English
Saw this on Slashdot: http://linux.slashdot.org/story/10/03/03/2155235/North-Koreas-Own-OS-Red-Star?art_pos=6 seems wine is being used: http://rt.com/Top_News/2010-03-01/north-korea-cyber-weapon.html?fullstory http://rt.com/s/obj/2010-03-01/win.jpg -- -Austin

Re: cmd: fix buffer overflow in WCMD_run_program

2010-03-04 Thread Austin English
On Thu, Mar 4, 2010 at 11:20 AM, Eric Ho wrote: > Hi Guys, >  I'm a UCLA student working with Dan Kegel on cmd. >  This attached patch adds tests for the following buffer overflows, and > passes on winetestbot.  Fixes http://bugs.winehq.org/show_bug.cgi?id=21344. > Overflows fixed: > 1. overflow d

Re: Re[2]: shell32/tests: add tests for the parser of SHELLEXECUTEINFO.lpFile [try 3]

2010-03-04 Thread Austin English
On Thu, Mar 4, 2010 at 5:32 AM, Ilya Basin wrote: > PV> On 03/04/2010 10:56 AM, Ilya Basin wrote: >>> Hello. I can see you ran my tests on a test bot and they don't fail. >>> Thanks. Why don't you put the patch into git? I'm willing to fix the >>> code of the dll itself after the tests are there.

mountmgr.sys not running on OpenBSD - depends on dbus/hal, or a timing issue?

2010-03-03 Thread Austin English
Howdy, I asked this in #winehackers yesterday, but didn't get a reply. Perhaps someone here knows. I've been testing wine on OpenBSD, with their patches from port, and with a few patches/hacks, notepad runs :-). The big issues are mmap, which OpenBSD is really protective of. Luckily, their port h

Re: wined3d: Don't crash when opengl is not available.

2010-03-03 Thread Austin English
On Wed, Mar 3, 2010 at 4:55 AM, Stefan Dösinger wrote: > > Am 02.03.2010 um 18:39 schrieb Henri Verbeet: >> (I also still haven't seen anyone make a *convincing* argument for why >> we'd want to have a "somewhat working, but not quite" wined3d if we >> don't have OpenGL in the first place.) > In t

Re: ntdll: use SIGSTKSZ in sigaltstack instead of depending on size_t

2010-02-28 Thread Austin English
On Sun, Feb 28, 2010 at 7:04 PM, Austin English wrote: > OpenBSD complains about this, giving 'sigaltstack: invalid argument' > on every run (4 times). This cuts out 3 of them. Still chasing down > the last one... > > Tested on Linux as well, and google seems to indicate

Re: Regression? in first-run of Dragon NaturallySpeaking

2010-02-24 Thread Austin English
On Wed, Feb 24, 2010 at 9:48 AM, Susan Cragin wrote: > I haven't been installing Dragon NaturallySpeaking every day for over a week, > but I did try it today, and noticed that a bug has apparently crept in. > Here's what happens: > Installation runs fine. > Then I try running the program for the

Re: Bad usage of ok() macro in tests

2010-02-24 Thread Austin English
On Wed, Feb 24, 2010 at 9:25 AM, Yann Droneaud wrote: > Le mercredi 24 février 2010 à 15:47 +0100, Yann Droneaud a écrit : >> Hi, >> >> While trying to manage to fix warning about unused values, I've found a >> problem about some usages of ok() macro. >> >> ok() macros is defined in include/wine/t

Re: "make distclean" failing?

2010-02-23 Thread Austin English
On Tue, Feb 23, 2010 at 10:54 PM, Dan Kegel wrote: > James McKenzie wrote: >> Dan Kegel wrote: >>> "make distclean" failed for me today... >> >> I usually use just plain make clean.  Is this before/after today's commits? > > After. > > And I saw a similar error today in the valgrind continuous bu

Re: Trouble compiling Wine tests with Cygwin

2010-02-22 Thread Austin English
On Mon, Feb 22, 2010 at 11:03 AM, Alex Villací­s Lasso wrote: > I have a VB6 application that requires oledb32 to convert from > DBTYPE_VARIANT to DBTYPE_BYTES, and fails with builtin oledb32 since > conversions to DBTYPE_BYTES are unimplemented. I set up a VirtualBox VM with > Windows XP and the

Re: makefiles: Add some msvcrt imports needed under Cygwin

2010-02-21 Thread Austin English
On Sat, Feb 20, 2010 at 11:20 AM, wrote: > diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in > index dce8259..1a36216 100644 > --- a/programs/xcopy/Makefile.in > +++ b/programs/xcopy/Makefile.in > @@ -5,7 +5,7 @@ SRCDIR    = @srcdir@ >  VPATH     = @srcdir@ >  MODULE    = xcopy

Re: [3/3] Patches to implement EM_FORMATRANGE

2010-02-20 Thread Austin English
On Sat, Feb 20, 2010 at 7:59 PM, James McKenzie wrote: > Final patch which implements EM_FORMATRANGE function and removes > todo_wines from tests/editor.c > > Patch was coordinated with Dylan Smith and is > based upon code proposed by Tony Rollo in 2006. > > James McKenzie + // Insert new styl

Re: Italian translation

2010-02-20 Thread Austin English
On Sat, Feb 20, 2010 at 11:19 AM, Nikolay Sivov wrote: > On 2/20/2010 18:33, Francesco Argese wrote: >> >> Hi all, >> >> I'm new to the list. I'm a Wine enthusiast: I have installed it on my >> machine >> (with Ubuntu 9.10) Thursday 18 February and I already love it. >> >> I'd like to give some co

Re: Compiler Defaults

2010-02-19 Thread Austin English
On Fri, Feb 19, 2010 at 6:32 PM, Kenneth Robinette wrote: > Is the Wine compile option to treat warnings as errors a Wine default or is > it some type of system configuration option? > > Since the last couple of releases have quite a few of these, I am suspecting > something is broken on my syst

Re: Building list of great demos for Wine

2010-02-11 Thread Austin English
On Thu, Feb 11, 2010 at 4:14 PM, Rosanne DiMesio wrote: > On Thu, 11 Feb 2010 13:40:31 -0800 > Dan Kegel wrote: > >> [Sent this to wine-users, but maybe wine-devel folks are more >> likely to give demos and need a list like this.] >> >> I'm putting together a list of impressive freely-downloadabl

Re: Did today's git compile properly?

2010-02-11 Thread Austin English
On Thu, Feb 11, 2010 at 2:45 PM, Susan Cragin wrote: > It's probably me... > But I got the following: > > .1 > make[1]: Leaving directory `/home/susan/wine/loader' > make[1]: Entering directory `/home/susan/wine/programs' > rm -f /usr/local/bin/`dirname programs/msiexec/__installprog__` && > /usr

Re: Make issue with latest git

2010-02-11 Thread Austin English
On Thu, Feb 11, 2010 at 2:06 PM, chris ahrendt wrote: > Just did the latest git and got the following : > > all -c   wineapploader /usr/local/bin/`dirname > programs/msiexec/__installprog__` > /usr/bin/install: cannot create regular file > `/usr/local/bin/programs/msiexec': No such file or direc

Re: shell32[1/2]: implements shell link's GetCurFile (with tests, fixes bug #21297)

2010-02-10 Thread Austin English
2010/2/10 Mikołaj Zalewski : >  Some installers require this. +expect_eq_x(S_FALSE, IPersistFile_IsDirty(pf)); +expect_eq_x(S_FALSE, IPersistFile_GetCurFile(pf, &string)); +expect_eq_p(NULL, string); +expect_eq_x(S_OK, IShellLinkA_GetHotkey(link, &hotkey)); +expect_eq_x(0, hotke

Re: iPod synced with iTunes v7.6!

2010-02-08 Thread Austin English
On Mon, Feb 8, 2010 at 11:49 AM, Eric Badiere wrote: > Hello, > > Is there any site that can tell me what patches I need to apply to do this? > At work I've been assigned the task of testing an iPhone app, and I run mint > 8 on my laptop.  I am no apple fan boy, so I am not planning on buying my >

Re: winetest now wants an email address

2010-02-08 Thread Austin English
On Mon, Feb 8, 2010 at 2:24 PM, Alexandre Julliard wrote: > Folks, > > As of today, winetest requires an email address to submit results to > test.winehq.org. This is because it's often necessary to contact the > submitter of a test to get more details, or to ask them to fix their > setup, and it'

Re: ws2_32: warn the user if broadcasts are failing because of a missing route to 255.255.255.255

2010-02-08 Thread Austin English
On Mon, Feb 8, 2010 at 2:07 PM, Damjan Jovanovic wrote: > Changelog: > * ws2_32: warn the user if broadcasts are failing because of a missing > route to 255.255.255.255 diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 9a65cb0..ac55e50 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_

Re: Today's git has unimplemented function msxml4 leading to stack dump when installing dragon naturallyspeaking

2010-02-03 Thread Austin English
On Wed, Feb 3, 2010 at 3:08 PM, Susan Cragin wrote: > wine-1.1.37-412-g9a92f9c > With today's git got a debug, dump, etc., while installing dragon > naturallyspeaking. > have log > > wine: Call from 0x7b8364e2 to unimplemented function > msxml4.dll.DllRegisterServer, aborting > wine: Unimplement

Re: dwmapi: add a stub for DwmDefWindowProc

2010-02-01 Thread Austin English
On Mon, Feb 1, 2010 at 4:10 AM, Reece Dunn wrote: > On 1 February 2010 04:35, Austin English wrote: > > + BOOL WINAPI DwmDefWindowProc(HWND hwnd, UINT msg, WPARAM wParam, > LPARAM lParam, LRESULT *plResult) > > Minor nitpick here -- there is a space before the BOOL r

Re: Student Interested in Google Summer of Code 2010

2010-01-29 Thread Austin English
On Fri, Jan 29, 2010 at 1:44 PM, Gerald Pfeifer wrote: > On Fri, 29 Jan 2010, Austin English wrote: >> Right. But it's a bug in the sense that FreeBSD is shipping an >> _extremely_ old version of flex ;-). > > True. > >> Can you put in a request to update flex

Re: Student Interested in Google Summer of Code 2010

2010-01-29 Thread Austin English
On Thu, Jan 28, 2010 at 7:03 PM, Gerald Pfeifer wrote: > On Wed, 27 Jan 2010, Tom Wickline wrote: >> The version check fails on FreeBSD 8 even tho flex-2.5.35_3 is >> installed from ports. >> >> # flex --version >> flex version 2.5.4 >> >> The version check passes on Linux and OpenSolaris but Free

Re: Student Interested in Google Summer of Code 2010

2010-01-27 Thread Austin English
On Wed, Jan 27, 2010 at 8:36 AM, Michael Stefaniuc wrote: > Tom Wickline wrote: >> On Wed, Jan 27, 2010 at 8:32 PM, Paul Vriens >> wrote: >>> Not sure how new it is, but it looks like 2.5.33 is the minimum: >>> >>> http://source.winehq.org/git/wine.git/?a=commitdiff;h=ce3077e55d76c3870f5724c

Re: winemp3: incorrect stream handling

2010-01-25 Thread Austin English
On Sun, Jan 24, 2010 at 6:13 PM, Stefano Guidoni wrote: >  One of the examples in the API doc of MPG123 states: "we are not in > feeder mode, so MPG123_OK, MPG123_ERR and MPG123_NEW_FORMAT are the > only possibilities"; however in winemp3 the function MPEG3_StreamOpen > uses mpg123_open_feed(), so

Re: [PATCH] Add missing classes for DOMDocument in msxml, and add test-cases back it up.

2010-01-23 Thread Austin English
On Sat, Jan 23, 2010 at 9:24 AM, Terry wrote: Forgot the patch. -- -Austin

Re: Winetest: What to do if NT4 behaves other then W2k and up

2010-01-16 Thread Austin English
On Sat, Jan 16, 2010 at 1:06 PM, Uwe Bonnes wrote: > > Wine Bug 21292 shows a problem with > CreateFileA("bla/n", GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, >  NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL) > > All winebot systems beside WNT4WSSP6 return ERROR_INVALID_NAME 123L, while > wi

Re: include: rename LIST_ENTRY to WINE_LIST_ENTRY to prevent a conflict on *BSD/OS X

2010-01-15 Thread Austin English
On Fri, Jan 15, 2010 at 5:17 PM, Nikolay Sivov wrote: > On 1/16/2010 02:12, Austin English wrote: >> >> See bug 21320. >> > > LIST_FOR_EACH_SAFE is inconsistent after your patch. It probably should, yeah, but that should be a separate patch. I'll resend as a ser

Re: Wine AppDB xmlexport script

2010-01-12 Thread Austin English
On Tue, Jan 12, 2010 at 8:17 AM, John Brezerk wrote: > Hi to All. > > I'd like to present php scripts ( attached xmlexport.tar.gz  ) which make > possible for third party applications to query appdb database. > After processing user requests, script generates xml view. > Originally this script was

Re: Less than 300 Coverity errors !!

2010-01-08 Thread Austin English
On Fri, Jan 8, 2010 at 2:42 AM, Paul Vriens wrote: > Hi, > > Just wanted to mention the fact that Marcus (almost single-handedly for the > last months) got the number of issues below 300. Thanks Marcus! > Only 11 of those are marked as either a bug or are pending. The rest is > either false (Cov

Re: Use GCC's -Wlogical-op if possible

2010-01-03 Thread Austin English
On Sun, Jan 3, 2010 at 4:13 AM, Gerald Pfeifer wrote: > On Tue, 23 Jun 2009, Paul Vriens wrote: >>> For those interested, here's the make log in Monday's git. 94 warnings >>> for me. >> Sent 3 patches based on your log. >> >> I have less (55) warnings on 4.3.2 btw, but most look like false positiv

Re: Thanks Wylda

2010-01-02 Thread Austin English
2010/1/2 : > PS: You know i'm father, so her->his ;-) But don't worry, even in Czech > language you can not decide HE/SHE just based on "Wylda" (in 99.9% you > can, but Wylda is nickname). Heh. I was wondering...I didn't want to insult you by using the wrong one, so I asked in #winehackers/google

Re: Is native dbghelp useful?

2010-01-02 Thread Austin English
On Sat, Jan 2, 2010 at 7:20 AM, Eric Pouech wrote: > Austin English a écrit : >> >> I noticed Microsoft's got dbghelp in a download available...would the >> native dll be useful to anyone? E.g., should I add it to winetricks? >> >> >> http://www.m

Is native dbghelp useful?

2010-01-01 Thread Austin English
I noticed Microsoft's got dbghelp in a download available...would the native dll be useful to anyone? E.g., should I add it to winetricks? http://www.microsoft.com/downloads/details.aspx?FamilyID=cd1fc4b2-0885-47f4-af45-7fd5e14db6c0&DisplayLang=en -- -Austin

Thanks Wylda

2010-01-01 Thread Austin English
I just wanted to extend a thanks to Wylda for all her work on bugzilla. It helps a lot when users help to confirm bugs, find fixed bugs, etc. So thanks! -- -Austin

Re: [1/7] avifile: Initial test data and simple test for avifil32 depends

2010-01-01 Thread Austin English
On Fri, Jan 1, 2010 at 2:18 PM, Julius Schwartzenberg wrote: > I think it was also stupid of me to send all the patches as a serie, while > they do not actually depend on each other. I'm not sure though how I would > submit the patches next time. Should I send the tests depending on each > other i

Re: Guide for creating new AppInstall tests

2009-12-29 Thread Austin English
On Tue, Dec 29, 2009 at 9:12 AM, Sam S. wrote: > Hi Austin, > > thank you for your reply. I'll give it another try. > > Btw, I do realise that some questions of the step-by-step list I gave > at the end are already (at least partially) answered in various places > - this was intended more as an ou

Re: Building and packaging Wine Gecko

2009-12-28 Thread Austin English
On Mon, Dec 28, 2009 at 6:53 PM, Jacek Caban wrote: > On 12/29/09 1:44 AM, Ove Kaaven wrote: >> gcc 4.4.2 is already released, and >> Debian unstable is using it as the default compiler. And like I >> mentioned, they even have a mingw32 cross compiler of it. Would it then >> be a good idea to buil

Re: Guide for creating new AppInstall tests

2009-12-28 Thread Austin English
On Mon, Dec 28, 2009 at 4:13 PM, Sam S. wrote: > Hello Wine team! > > After reading the introduction to AppInstall at > http://www.winehq.org/wwn/360, I decided to try and write some > additional application tests for it. > There are at least two freely downloadable win32 apps that I run with > Wi

Re: Remove Macintosh platform

2009-12-28 Thread Austin English
Done. Sorry about that. -- -Austin On Mon, Dec 28, 2009 at 9:46 AM, Jeremy Newman wrote: > http://bugs.winehq.org/buglist.cgi?rep_platform=Macintosh > > Still need to change the value on the closed bugs as well before it can be > deleted. > > -N > > Austin English wrote

Re: Acting as advisor for wcmd-uplift project?

2009-12-27 Thread Austin English
On Sat, Dec 26, 2009 at 2:50 PM, Peter Dons Tychsen wrote: > On Sat, 2009-12-26 at 20:53 +0100, Jacek Caban wrote: >> We can't really change the language as Windows doesn't provide English >> resources for most binaries and executables on on non-English >> installations. > > Why not just have the

Re: Acting as advisor for wcmd-uplift project?

2009-12-25 Thread Austin English
On Fri, Dec 25, 2009 at 4:13 PM, Peter Dons Tychsen wrote: > On Tue, 2009-12-22 at 15:36 -0600, Austin English wrote: >> Sure. FWIW, I'm working on some AutoHotKey/Appinstall tests for cmd, >> but it's a bit difficult, since the only way to capture the stdout is >

Remove Macintosh platform

2009-12-20 Thread Austin English
I just moved the last macintosh platforms to ppc32/x86, so can someone with the appropriate permissions remove that option. Thanks! -Austin

Re: Conformance tess for cmd?

2009-12-18 Thread Austin English
On Fri, Dec 18, 2009 at 11:09 PM, Dan Kegel wrote: > Has anyone written conformance tests for cmd? > > I imagine they'd mostly just be a bunch of batch files with > matching expected output files. I started to add some to appinstall, but haven't found the time. One thing that makes it a bit hard

Re: inetcomm/smtptransport.c : Remove some unneeded variables and assigns.

2009-12-16 Thread Austin English
On Wed, Dec 16, 2009 at 12:28 PM, Amine Khaldi wrote: > WBR, > Amine Khaldi. Out of curiosity, what tool are you using to find these bugs? -- -Austin

Re: inetcomm/smtptransport.c : Remove some unneeded variables and assigns.

2009-12-16 Thread Austin English
On Wed, Dec 16, 2009 at 12:28 PM, Amine Khaldi wrote: > WBR, > Amine Khaldi. Out of curiosity, what tool are you using to find these bugs? -- -Austin

Re: winetricks directx testers needed

2009-12-15 Thread Austin English
On Tue, Dec 15, 2009 at 3:05 AM, Stefan Dösinger wrote: > > Am 15.12.2009 um 07:56 schrieb Austin English: >> Long story short, someone complained that 'winetricks directx9' >> crashes on OS X, but works if the windows version is set to xp instead >> of 2k

Re: winetricks directx testers needed

2009-12-14 Thread Austin English
On Tue, Dec 15, 2009 at 1:09 AM, Tom Wickline wrote: > Howdy, > > From memory I know dxdiag.exe wont work on Linux if its set to XP the only > way to get it to work properly is set the windows version to 2k. As for MAC > I'm not sure, you will need another sucker.. I mean guinea pig to test there

winetricks directx testers needed

2009-12-14 Thread Austin English
Howdy all, I e-mailed wine-users a few days ago, but had no volunteers. I know most of you here aren't the target audience for using winetricks directx9, but since neither Dan or I game much, we need a guinea pig ;-). Long story short, someone complained that 'winetricks directx9' crashes on OS X

Re: weird and funky things happen when viewing guimark in ie6 in wine...

2009-12-13 Thread Austin English
On Sun, Dec 13, 2009 at 9:37 PM, Dan Kegel wrote: > Austin has a workaround for the problem that makes ie6 > exit immediately ( http://code.google.com/p/winezeug/issues/detail?id=78 ). > While testing it on guimark, >  wine ~.wine/drive_c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE > http://www

Re: meaning of "Hardware" field in bugzilla?

2009-12-11 Thread Austin English
On Thu, Jan 15, 2009 at 5:37 PM, Scott Ritchie wrote: > Austin English wrote: >> On Tue, Jan 13, 2009 at 1:12 PM, Juan Lang wrote: >>>> Does "mac" mean "powerpc mac only"?  I rather >>>> thought it meant "apple macintosh", rega

Re: How does --with-wine64 work?

2009-12-07 Thread Austin English
On Tue, Dec 8, 2009 at 1:01 AM, Maarten Lankhorst wrote: > Austin English schreef: >> >> Vincent asked me to get add a --with-wine64 option to my build script. >> I was testing around, and can't seem to get it to work: >> $ mkdir - p $HOME/wine{32,64} >

How does --with-wine64 work?

2009-12-07 Thread Austin English
Vincent asked me to get add a --with-wine64 option to my build script. I was testing around, and can't seem to get it to work: $ mkdir - p $HOME/wine{32,64} $ cd $HOME/wine64 $ ~/wine-git/configure --enable-win64 $ make -j4 $ cd $HOME/wine32 $ ~/wine-git/configure --with-wine64=~/wine64 ... > check

Re: winetest + pbuffer + nvidia 190.18 drivers = X crash

2009-12-07 Thread Austin English
On Sun, Nov 29, 2009 at 11:37 PM, Austin English wrote: > On Sun, Nov 29, 2009 at 5:45 AM, Henri Verbeet wrote: >> 2009/11/20 Austin English : >>> Been happening for a few days...not sure what triggered it, but when >>> coming back from work I see my login screen, whi

Re: wine rejects development (Mouse "escapes" window or is confined to an area in the full screen program NO HACKS PLEASE)

2009-12-07 Thread Austin English
On Mon, Dec 7, 2009 at 8:41 AM, Vitaliy Margolen wrote: > Peter Kovacs wrote: >> Now Vitaliy Margolen actively stopped the >> maintenance of this workarounds (in the bug called dirty hacks.), by >> marking the patches obsolete and changing title. > Yes, tried to, of course I can't stop anyone from

Re: Anti aliased fonts in wine - minimum font size

2009-12-03 Thread Austin English
On Thu, Dec 3, 2009 at 4:02 PM, Avery Pennarun wrote: > Hi all, > > I'm using Microsoft Office 2002 under wine.  According to the instructions > here: > > http://www.wine-reviews.net/wine-reviews/tips-n-tricks/how-to-enable-font-anti-aliasing-in-wine.html > > ...I've enabled font anti-aliasing, a

Re: Tests question.

2009-12-02 Thread Austin English
On Wed, Dec 2, 2009 at 11:43 AM, David Anderson wrote: > I am trying to get the tests to run before I submit a patch to > shdocvw/webbrowser.c.  My first attempts to get the tests to run. > > This morning I  did > cd /home/davea/winebld/wine > git fetch; git rebase origin         # make sure you'r

Re: New winetricks 20091125: new verbs ie7, alsa, fbo, pbuffer, ...

2009-12-01 Thread Austin English
On Fri, Nov 27, 2009 at 3:57 PM, Louis Lenders wrote: > Dan Kegel kegel.com> writes: > >> >> Pie's in the oven, time for another winetricks release. >> > > Could it be possible to "fix" mdac as well?  Because of wine now having a more > or less stubbed oledb32.dll, apps that need mdac don't run p

Re: Introducing WineTestBot

2009-11-30 Thread Austin English
On Mon, Nov 30, 2009 at 3:21 AM, Paul Vriens wrote: > On 11/30/2009 10:05 AM, Greg Geldorp wrote: >> >> Or, for those who like to be buzzword compliant, the Wine Testing Cloud >> Service. >> >> Inspired by all the talk about testing during WineConf 2009, I set out to >> fill >> a gap in Wine testi

Re: winetest + pbuffer + nvidia 190.18 drivers = X crash

2009-11-29 Thread Austin English
On Sun, Nov 29, 2009 at 5:45 AM, Henri Verbeet wrote: > 2009/11/20 Austin English : >> Been happening for a few days...not sure what triggered it, but when >> coming back from work I see my login screen, which explains the lack >> of 64-bit tests/appinstall results. I don

Re: Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e causes tooltip functions in e-Sword to stop functioning

2009-11-27 Thread Austin English
On Fri, Nov 27, 2009 at 8:42 AM, James McKenzie wrote: > Nikolay Sivov wrote: >> James McKenzie wrote: >>> All >>> >>> Commit 05c788ac6f464b75c2a55c847a91d3a79261ca8e richedit: Used ITextHost >>> methods to avoid using window handle directly caused the tooltips popups >>> to stop functioning in e-

Re: My script for doing testing

2009-11-25 Thread Austin English
On Wed, Nov 25, 2009 at 4:45 PM, Marcus Meissner wrote: > On Wed, Nov 25, 2009 at 05:21:30PM -0500, Steven Edwards wrote: >> On Wed, Nov 25, 2009 at 12:08 PM, Austin English >> wrote: >> > The other neat thing is that it will run git fetch in a loop every 30 >> >

Re: My script for doing testing

2009-11-25 Thread Austin English
On Wed, Nov 25, 2009 at 10:33 AM, Jeremy White wrote: > So I have done my penance for failing to set up > a cron to run testing.  I've got routine testing > going every night on 2 boxes.  It seems solid. > > I see that many others have done this as well - test.winehq.org > wine results are really

Re: Patch Tracker?

2009-11-24 Thread Austin English
On Tue, Nov 24, 2009 at 3:22 PM, James Mckenzie wrote: > Austin English wrote: >>Sent: Nov 24, 2009 2:09 PM >>To: Nate Gallaher >>Cc: wine-devel@winehq.org >>Subject: Re: Patch Tracker? >> >>On Tue, Nov 24, 2009 at 3:07 PM, Nate Gallaher >> wrot

Re: Patch Tracker?

2009-11-24 Thread Austin English
On Tue, Nov 24, 2009 at 3:07 PM, Nate Gallaher wrote: > There's a new patch tracker? http://source.winehq.org/patches/ -- -Austin

Re: msvcrt: Calculate floating point decimals in internally used long double precision.

2009-11-23 Thread Austin English
On Mon, Nov 23, 2009 at 2:43 PM, Gregor Schneider wrote: > This patch proposes to calculate the fp digits in scanf with the internally > used long double precision instead of simple float accuracy. > With the current implementation small errors are added with each calculation > step originating fr

Re: [PATCH 1/3] gdi32/tests: Test BitBlt() to an enhanced metafile.

2009-11-22 Thread Austin English
On Sun, Nov 22, 2009 at 12:00 PM, Charles Davis wrote: > Austin English wrote: >> On Sat, Nov 21, 2009 at 11:15 PM, Charles Davis >> wrote: >>> Dmitry Timoshkov wrote: >>>> "Charles Davis" wrote: >>>> >>>>>> You

Re: Firefox not installing with winetricks. Reason: need to upgrade 3.5.3 to 3.5.5.

2009-11-22 Thread Austin English
On Sat, Nov 21, 2009 at 10:49 PM, Ido Tal wrote: > Hi, > > I've just now tried to install firefox with winetricks and failed. A short > scan reveals what the problem is (I think): the version winetricks is trying > to install is 3.5.3. Looking at > http://releases.mozilla.org/pub/mozilla.org/firef

winetest + pbuffer + nvidia 190.18 drivers = X crash

2009-11-20 Thread Austin English
Been happening for a few days...not sure what triggered it, but when coming back from work I see my login screen, which explains the lack of 64-bit tests/appinstall results. I don't know if any of the D3D guys could take a look, but I'd appreciate it... -- -Austin

Re: d3dx9_36: add a stub for D3DXCreateTextureFromFileInMemory

2009-11-19 Thread Austin English
On Fri, Nov 20, 2009 at 1:38 AM, Jeff Zaroyko wrote: > On Fri, Nov 20, 2009 at 6:18 PM, Austin English > wrote: >> On Fri, Nov 20, 2009 at 12:05 AM, Jeff Zaroyko wrote: >>> On Fri, Nov 20, 2009 at 4:56 AM, Austin English >>> wrote: >>>> Should fix ht

Re: d3dx9_36: add a stub for D3DXCreateTextureFromFileInMemory

2009-11-19 Thread Austin English
On Fri, Nov 20, 2009 at 12:05 AM, Jeff Zaroyko wrote: > On Fri, Nov 20, 2009 at 4:56 AM, Austin English > wrote: >> Should fix http://bugs.winehq.org/show_bug.cgi?id=13605 >> >> -- >> -Austin >> > > Does it really fix it, the function still remains u

Re: New valgrind results, this time with overrun checks and lots of new errors.

2009-11-19 Thread Austin English
On Thu, Nov 19, 2009 at 11:16 PM, Dan Kegel wrote: > On Thu, Nov 19, 2009 at 8:38 PM, Nikolay Sivov wrote: >>> I'm not sure about the user (i.e. developer) interface for turning the >>> heap >>> check on.  Should it be automatic when one does warn+heap? >> >> If I got it right it makes sense to e

Re: Difficulties with Regression Testing

2009-11-19 Thread Austin English
On Thu, Nov 19, 2009 at 9:41 AM, James Mckenzie wrote: >>From: Austin English >>Sent: Nov 19, 2009 10:31 AM >>To: James Mckenzie >>Cc: Wine Development Mailing List >>Subject: Re: Difficulties with Regression Testing >> >>On Thu, Nov 19, 2009 at

Re: Difficulties with Regression Testing

2009-11-19 Thread Austin English
On Thu, Nov 19, 2009 at 8:51 AM, James Mckenzie wrote: > All: > > I've been running regression tests to find a commit between wine-1.1.10 and > wine-1.1.11 that breaks the EM_FORMATRANGE patch or to discover what I need > to do to fix the patch to make it work with wine-1.1.11.  I've been follow

Re: Wineconf?

2009-11-18 Thread Austin English
On Thu, Nov 19, 2009 at 1:50 AM, Tom Wickline wrote: > > > On Thu, Nov 19, 2009 at 3:44 PM, Austin English > wrote: >> >> On Thu, Nov 19, 2009 at 1:39 AM, Tom Wickline wrote: >> > On Thu, Nov 19, 2009 at 3:21 PM, Austin English >> > >> > wrot

Re: Wineconf?

2009-11-18 Thread Austin English
On Thu, Nov 19, 2009 at 1:39 AM, Tom Wickline wrote: > On Thu, Nov 19, 2009 at 3:21 PM, Austin English > wrote: >> >> On Wed, Nov 18, 2009 at 4:18 AM, Tom Wickline wrote: >> > Scott posted about Wineconf 2009 on his blog :) >> > I have shamelessly reposted i

Re: Wineconf?

2009-11-18 Thread Austin English
On Wed, Nov 18, 2009 at 4:18 AM, Tom Wickline wrote: > Scott posted about Wineconf 2009 on his blog :) > I have shamelessly reposted it to my site with a link back to his original > post. > > A brief summary of Wineconf 2009 by Scott Ritchie : > > http://www.wine-reviews.net/wine-reviews/news/a-br

Re: today's git broke winetricks gecko :-(

2009-11-17 Thread Austin English
On Tue, Nov 17, 2009 at 10:52 AM, James Mckenzie wrote: > Are there not installer packages for the different UNIXes for Gecko?  If > there are not, then the package should install everywhere, including MacOSX > and OpenSolaris.  If they are system/OS dependent, then my comment stands. As Jacek

Re: today's git broke winetricks gecko :-(

2009-11-13 Thread Austin English
On Thu, Nov 12, 2009 at 2:23 PM, Jacek Caban wrote: > Tom Wickline wrote: >> >> >> On Fri, Nov 13, 2009 at 3:44 AM, Jacek Caban > > wrote: >> >>    The plan is that winetricks should not be used for installing Gecko. >> >> >> So you intentionally broke it? > > No, I w

Re: Wine 64-bit in Fedora ...

2009-11-09 Thread Austin English
On Mon, Nov 9, 2009 at 5:54 PM, Michael Stefaniuc wrote: > Fedora includes now a 64-bit Wine package (at least in F11) which of course > breaks existing Wine setups. "yum install wine" will install the 64-bit > version... Looks like we had our WineConf too late for this. > > I have opened https://

Re: d3d9: quiet a few very noisy fixme's

2009-11-08 Thread Austin English
On Sun, Nov 8, 2009 at 6:14 AM, Louis Lenders wrote: > These are spawned at huge rate in World in Conflict demo > (http://bugs.winehq.org/show_bug.cgi?id=4) It'd be quicker/cleaner to just change them to warn's instead, IMHO. -- -Austin

Re: gdi32: add testcases for copying an EMF from a NULL bitmap

2009-11-02 Thread Austin English
On Mon, Nov 2, 2009 at 10:09 AM, Nikolay Sivov wrote: > On Mon, Nov 2, 2009 at 8:27 AM, Austin English > wrote: >> Testcase for bug 4553 > > Are you sure? I don't see any related patches here. > >> >> -- >> -Austin >> > > Why there's

Remove NoAppDBEntry keyword?

2009-11-01 Thread Austin English
Anyone opposed to removing that keyword? -- -Austin

Re: wined3d: recognize Nvidia 8500 GT

2009-10-30 Thread Austin English
On Fri, Oct 30, 2009 at 3:35 AM, Roderick Colenbrander wrote: > We use this mechanism on purpose. We can't have hundreds of cards in > the database. The real name isn't that important it is mostly > cosmetic, so it is not a real bug. It's not that important to me. It seems to me that the reason f

Re: [oleaut32] StructArg tests cannot rely on an unpacked structure memcmp.

2009-10-24 Thread Austin English
On Sat, Oct 24, 2009 at 5:13 PM, Jeremy White wrote: > Has the side effect of preventing a test failure which occurs only when > running with +heap. Woohoo! Should fix: http://bugs.winehq.org/show_bug.cgi?id=14078 http://bugs.winehq.org/show_bug.cgi?id=17412 -- -Austin

Re: Winetricks gdiplus no longer working?

2009-10-22 Thread Austin English
On Thu, Oct 22, 2009 at 1:42 AM, Scott Ritchie wrote: > Heard a report that the gdiplus verb no longer works because the files > to be downloaded have been moved. It was. Powerpoint Viewer 2003 was taken offline, and redirected to 2007, which doesn't bundle it. This was fixed in SVN a week or two

Re: [1/3] programs: initial add extrac32 utility

2009-10-21 Thread Austin English
2009/10/21 Ilya Shpigor : You need to add the program to configure.ac, as well as add Makefile.in -- -Austin

Re: valgrind results for 20 October 2009

2009-10-20 Thread Austin English
On Tue, Oct 20, 2009 at 9:59 AM, Nikolay Sivov wrote: > Dan Kegel wrote: > Are you intentionally dropped user32 tests? "ole32/marshal.c hung, so I don't have any results from past that." -- -Austin

Re: Make RenderTextureEmulation configurable

2009-10-18 Thread Austin English
On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie wrote: > Ove Kaaven wrote: >> This makes it possible to work around bug 10080 without having to patch >> the source code. >> > This is a hack to allow a work around to function.  Much better to > actually fix the problem permanently. This is direct3

Re: Towards leveraging app build and unit tests as a way to test wine

2009-10-17 Thread Austin English
On Sat, Oct 17, 2009 at 10:24 AM, Dan Kegel wrote: > On Fri, Oct 16, 2009 at 10:30 PM, Austin English > wrote: >> On Sat, Oct 17, 2009 at 12:12 AM, Dan Kegel wrote: >>> If anyone's interested, I can provide precompiled versions >>> of more of Chromium&#x

Re: Towards leveraging app build and unit tests as a way to test wine

2009-10-16 Thread Austin English
On Sat, Oct 17, 2009 at 12:12 AM, Dan Kegel wrote: > If anyone's interested, I can provide precompiled versions > of more of Chromium's test suite.  Finding Wine bugs with > these isn't quite like shooting fish in a barrel, but it's close :-) Actually, I've been CC'ing myself on those bugs, as I'

Re: secur32: check for variable before freeing it

2009-10-14 Thread Austin English
On Wed, Oct 14, 2009 at 4:07 AM, Henri Verbeet wrote: > 2009/10/14 Austin English : >> >> static void *schan_free_handle(ULONG_PTR handle_idx, enum >> schan_handle_type type) >> { >>    struct schan_handle *handle; >>    void *object; >> >>    

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