Re: Windows-on-Arm won't support win32

2012-02-13 Thread Reece Dunn
On 13 February 2012 22:20, Dan Kegel wrote: > According to > http://www.zdnet.com/blog/perlow/the-long-kiss-goodbye-for-x86-desktop-windows/19840 > Microsoft is not letting developers use win32 on arm (although > Microsoft is probably using it themselves for Office on arm). > Instead, native apps

Re: Regression by author list?

2011-10-04 Thread Reece Dunn
On 4 October 2011 13:29, Damjan Jovanovic wrote: > Hi > > Where do we find that list of regressions by author, that was in > Alexandre's keynote at Wineconf? http://source.winehq.org/regressions - Reece

Re: Testing edge cases and undocumented behavior

2011-08-26 Thread Reece Dunn
On 26 August 2011 11:53, wrote: > Vincent Povirk wrote: >>A test that passes on Windows and fails on Wine is not sufficient to >>motivate a change to Wine. > > I wished Wine had "wine_dont" beside "todo_wine".  Exact same > behaviour, it justs reads differently. > > 2 examples: > > mmdevapi has a

Re: The sad state of audio GetPosition

2011-08-18 Thread Reece Dunn
On 18 August 2011 13:04, wrote: > I'm interested in results from: > > - Linux, esp. with something newer than Ubuntu Lucid, or different sound > cards. NOTE: This is with the alsa and oss drivers selected in the audio tab of winecfg. $ lsb_release -a No LSB modules are available. Distributor I

Re: comctl32: Remove dead increments (clang)

2011-07-26 Thread Reece Dunn
2011/7/26 André Hentschel : > --- a/dlls/comctl32/rebar.c > +++ b/dlls/comctl32/rebar.c > @@ -1576,8 +1576,6 @@ REBAR_SizeToHeight(REBAR_INFO *infoPtr, int height) >             iRow++; >         } >     } > -    else > -        extra -= REBAR_SizeChildrenToHeight(infoPtr, first_visible(infoPtr),

Re: msvcrt/tests: remove unused assignments (LLVM/Clang)

2011-07-26 Thread Reece Dunn
2011/7/26 Frédéric Delanoy : > On Tue, Jul 26, 2011 at 03:48, Austin English wrote: >> -- >> -Austin > > Already sent similar patches. Not sure AJ  likes those. These should test what is returned by fgetc, not ignore its return value. E.g.: -c= fgetc(fp); + ok((c = fgetc(fp)) == '\r', "fge

Re: comctl32: Improve the stub of TaskDialogIndirect to display a simple message box pending a full implementation

2011-07-20 Thread Reece Dunn
On 20 July 2011 15:39, Jeff Latimer wrote: > This should allow more apps to run.  My mail import has blown up and I > may have messed up the format of the patch. The patch is line wrapped -- you need to send the patch as an attachment in a form that gets recognised as an octet stream (using the .

Re: winealsa.drv: Add mmdevapi driver.

2011-04-27 Thread Reece Dunn
On 27 April 2011 15:48, wrote: > Andrew Eikum wrote: > >>>Does CoTaskMemFree match HeapAlloc? >>would anyone more familiar with CoTaskMem* want to comment? CoTaskMemFree should be used on memory allocated with CoTaskMalloc (just like malloc/free, HeapAlloc/HeapFree, etc.). It is typically used f

Can someone ban tiaotiao (tiaotiao...@hotmail.com -- link spammer)

2011-04-18 Thread Reece Dunn

Re: gsoc theming

2011-04-04 Thread Reece Dunn
On 4 April 2011 13:08, Andrew Green wrote: > Hi, > I hate to message you on this email. I have messaged the mailing > lists. Though I became more confused than anything. Can you please keep the discussions on the mailing list? Thanks. > I would like to propose a project where comctl32 is impleme

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
On 28 January 2011 01:44, Scott Ritchie wrote: > On 01/27/2011 02:20 PM, Reece Dunn wrote: >> === Steps to Reproduce === >> >> Machine: Ubuntu 10.04 64-bit with NVidia binary drivers. >> >>    1/  Build the latest version of wine with no special options --

Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
=== Observations === 1/ The dsound:ds3d tests fail when using the ALSA audio driver on 64-bit (K)Ubuntu, but succeed with the OSS audio driver. 2/ The mmdevapi tests fail with a "Device not found"/"No driver" error (hr = 0x88780078) when running with the OSS driver. For the mmdevapi fail

Re: windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.

2011-01-21 Thread Reece Dunn
On 21 January 2011 08:36, Damjan Jovanovic wrote: > Should we reconsider libicns? Apple's APIs obviously can't be relied upon. You could always: 1. check for native support (including presence of kIconServices16PixelDataARGB) and use if present; 2. check for libicns and use it if present; 3.

Re: today's git does not compile

2011-01-19 Thread Reece Dunn
On 19 January 2011 12:41, Susan Cragin wrote: > Dan, I can't work the -save-temps option. All three give me "no input files." > /wine-git$ gcc -save-temps > /wine-git$ gcc -save-temps=cwd (or =obj) > gcc: no input files You need to run it with the command line given in your output in the director

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-05 Thread Reece Dunn
On 5 January 2011 22:45, Dan Kegel wrote: > Another month, another Winetricks - or, rather, two new Winetricks. Very nice! Here is some games information you may find useful: == Big Fish Games client winetricks -- gecko ie8 * gecko -- suppress the gecko download UI, not strictly necessary *

Re: How to deal with variables where the size differs for 32 and 64bit

2010-12-06 Thread Reece Dunn
On 5 December 2010 20:05, Paul Vriens wrote: > Hi, > > Just found the fix for the oledb32:convert tests on 64bit. We need to adjust > our oledb.idl (see patch attached). Nice find. Shouldn't these be using the _PTR types instead (ULONG_PTR, LONG_PTR and friends?) -- then you don't need the 32/64

Re: Use of the L prefix for wide strings in resource files

2010-12-05 Thread Reece Dunn
On 5 December 2010 14:09, Paul Vriens wrote: > Hi, > > Yaron just made me aware of something he and I discussed briefly a few weeks > ago. > > The shlwapi resource files uses the following: > >  PUSHBUTTON L"&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP >  PUSHBUTTON L"&Cancel", IDCANCEL, 160

Re: wine git doesn't build on 10.6.5

2010-11-23 Thread Reece Dunn
On 23 November 2010 07:50, C.W.Betts wrote: > When I try to build wine git on Mac OS X 10.6.5, I get the following error > (on clang. I get similar errors using GCC): > clang -m32 -c -I../../../wine-git/./dlls/atl -I. > -I../../../wine-git/./include -I../../include  -D__WINESRC__  -D_REENTRANT

Re: wanted: test.avi resource

2010-11-17 Thread Reece Dunn
On 17 November 2010 09:13, wrote: > Hi, > > How would that be incorporated into winetest.exe? As a resource, > copied at execution time to the current directory? You would add it to the AVI section of the resource block (RC file) for the test executable. That would be the best way, as it keeps t

Re: Compilation error with latest wine

2010-11-13 Thread Reece Dunn
On 13 November 2010 22:08, Scott Ritchie wrote: > Works for me: > > http://launchpadlibrarian.net/59077812/buildlog_ubuntu-maverick-amd64.wine1.3_1.3.7-0ubuntu1~maverickppa1_BUILDING.txt.gz > http://launchpadlibrarian.net/59077619/buildlog_ubuntu-maverick-i386.wine1.3_1.3.7-0ubuntu1~maverickppa1_B

Re: AUTHORS list and the C locale on Mac OS X

2010-11-10 Thread Reece Dunn
On 10 November 2010 22:45, Ken Thomases wrote: > On Nov 10, 2010, at 2:27 PM, Hin-Tak Leung wrote: > >> --- On Wed, 10/11/10, Ken Thomases wrote: >> >>> Are you sure about that?  Checking on a couple of >>> Linux systems here, the "locale" command reports: >>> >>> $ locale >>> LANG=en_US.UTF-8 >>

Re: AUTHORS list and the C locale on Mac OS X

2010-11-09 Thread Reece Dunn
On 9 November 2010 22:13, Charles Davis wrote: > On 11/9/10 1:58 PM, James Mckenzie wrote: >> Charles Davis wrote: >>> >>> On 11/9/10 12:13 PM, James Mckenzie wrote: No, it is not a bug in GNU sed.  The authors.c file needs to have the erroneous characters for the language used by

Re: shell32/tests: Fix IShellFolderView test failure under Windows 7.

2010-11-07 Thread Reece Dunn
On 8 November 2010 04:45, Austin Lund wrote: > On 8 November 2010 11:49, James McKenzie wrote: >> Thus a second test case needs to be >> developed that is only for Windows7 and the remaining test skipped for >> Windows7.   Something like what we do for Unicode tests for Windows9x/ME. > > Isn't th

Re: winegstreamer error with 'make install'

2010-10-22 Thread Reece Dunn
On 22 October 2010 20:07, Paul Vriens wrote: > Hi, > > Current Git (Fedora 13) gives me: > > /usr/bin/install -c   winegstreamer.so > /usr/local/lib64/wine/winegstreamer.so > /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory > > There is a winegstreamer.dll.so in this dir

Re: [PATCH] jscript/tests: add tests for ActiveScriptSite_OnScriptError and IActiveScriptError. [try 3]

2010-10-13 Thread Reece Dunn
On 9 October 2010 15:51, Reece Dunn wrote: > try 1 -- initial series (1-3) > try 2 -- revised test infrastructure based on Jacek's comments > try 3 -- fleshed out the tests to complete the test coverage for > IActiveScriptError Any reason this has not been committed yet? Thanks, - Reece

Re: Accessibility in wine

2010-10-12 Thread Reece Dunn
On 12 October 2010 14:21, Seth Shelnutt wrote: > I can't seem to find much info on this. What is wine's support for MSAA or > the newer UIAutomation? I see that there is the oleacc dll which is the main > dll for MSAA. According to the API site, is seems there are still 10 stubs. > Looking at the

Re: [PATCH 1/3] jscript: test that ActiveScriptSite_OnScriptError is called on script failure. (resend)

2010-10-07 Thread Reece Dunn
On 7 October 2010 14:35, Jacek Caban wrote: >  Hi Reece, > > These tests need more thoughts. They should show how jscript exceptions are > translated into IActiveScriptError. Your code doesn't provide mechanism to > do so, so I would suggest to wait with sending patches that don't move us > any fo

Re: [PATCH] jscript: throw TypeError if T in 'new T' is not an object.

2010-09-30 Thread Reece Dunn
On 30 September 2010 11:25, Jacek Caban wrote: >  Hi Reece, > > On 9/30/10 12:20 AM, Reece Dunn wrote: >> >> This addresses a fixme in the jscript code that is currently triggered >> when running the Big Fish Games client, with a test. > >     if(V_VT(&const

Re: mshtml and friends

2010-09-29 Thread Reece Dunn
On 29 September 2010 13:45, Jacek Caban wrote: >  On 9/29/10 2:30 PM, Reece Dunn wrote: >> >> On 29 September 2010 11:39, Jacek Caban  wrote: >>> >>>  On 9/28/10 9:37 PM, Reece Dunn wrote: >>>> >>>> On 28 September 2010 15:14, Jacek Caban

Re: mshtml and friends

2010-09-29 Thread Reece Dunn
On 29 September 2010 11:39, Jacek Caban wrote: >  On 9/28/10 9:37 PM, Reece Dunn wrote: >> >> On 28 September 2010 15:14, Jacek Caban  wrote: >>>> >>>> I am interested in helping out to improve this area -- my aim is to >>>> not requir

Re: [PATCH] mshtml: implement ActiveScriptSite_OnScriptError.

2010-09-29 Thread Reece Dunn
On 29 September 2010 11:41, Jacek Caban wrote: >  On 9/29/10 9:39 AM, Reece Dunn wrote: >> >> Hi, >> >> This reports any errors sent to the mshtml ActiveScriptSite >> OnScriptError handler to the user and traces it to ERR to aid >>

Re: mshtml and friends

2010-09-28 Thread Reece Dunn
On 28 September 2010 15:14, Jacek Caban wrote: >  Hi Reece, > > On 9/28/10 2:59 PM, Reece Dunn wrote: >> >> Hi, >> >> The current state of support for the Internet Explorer components in >> Wine is good, but there are applications that don't work with

mshtml and friends

2010-09-28 Thread Reece Dunn
Hi, The current state of support for the Internet Explorer components in Wine is good, but there are applications that don't work with it because they are dependent on more of the functionality provided by Internet Explorer via the WebBrowser control. I have had a scan through some of the mshtml

Re: ie6 download failing

2010-09-23 Thread Reece Dunn
On 23 September 2010 23:01, Dan Kegel wrote: > Looks like Microsoft has been letting the ie6 download servers rot. > Over the last few weeks, 'winetricks ie6' has been hanging occasionally, > and today, it's failing right off the bat with > > wget http://www.microsoft.com/windows/ie/ie6sp1/downloa

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Reece Dunn
On 21 September 2010 08:58, Mike Frysinger wrote: > On Tuesday, September 21, 2010 03:34:33 Reece Dunn wrote: >> On 20 September 2010 17:51, Mike Frysinger wrote: >> > well, i dont think this issue is limited to shell32.  it's just the only >> > one to hit it a

Re: [PATCH] shell32: use flexible arrays to avoid fortify failures

2010-09-21 Thread Reece Dunn
On 20 September 2010 17:51, Mike Frysinger wrote: > well, i dont think this issue is limited to shell32.  it's just the only one > to hit it atm.  what about my other patch i posted ? > http://www.winehq.org/pipermail/wine-patches/2010-September/093377.html > How does fortify work? See http://bl

Re: WineAPI wiki progress (resent)

2010-09-15 Thread Reece Dunn
On 15 September 2010 15:25, GOUJON Alexandre wrote: > On 09/15/2010 03:32 PM, Max TenEyck Woodbury wrote: >> >> The wiki at https://sourceforge.net/apps/mediawiki/wineapi/index.php >> now has pages for the directories in the Wine Repository with >> classifications of the directory content. > > Wel

Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Reece Dunn
On 9 September 2010 19:29, Dan Kegel wrote: > So I wanted to quickly try youtube in wine to verify sound > was working.  I think I used to use Firefox for this, so > I did >  sh winetricks firefox flash > and fired it up... but it hung.  (And it even hung my desktop > once; had to use CTL ALT F1,

Re: Mistake in : msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[first|last]Node implementations.

2010-09-08 Thread Reece Dunn
On 8 September 2010 20:37, Joris Huizer wrote: > Hello, > > I noticed some copy/paste mistake in this patch; > A number of functions for *get_lastChild now call node_get_first_child. > > HTH, > Joris Care to supply a patch? If you are feeling brave, you may also want to add test cases that cause

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 8 September 2010 21:04, Eric Pouech wrote: > does the attached patch help with some of the concerns ? > I/ it should allow typing in the console (for all GUI programs) and still > see output get buffer when the programs exits > II/ reduce the number of cases where the console is in raw mode aft

Re: Console issues in recent git

2010-09-08 Thread Reece Dunn
On 6 September 2010 21:00, Eric Pouech wrote: > B/ actually, it's likely a race (in the simple way of running one single > program) about resetting the console in decent shape. Could the folks having > the issue try the attached patch (file conclean) to see if it helps ? (I > never could reproduce

Re: Wine & .NET app

2010-09-06 Thread Reece Dunn
On 7 September 2010 00:26, Vassilis Virvilis wrote: > On 07/09/2010 02:02 πμ, Reece Dunn wrote: >> >> Googling the error indicates that it is coming from libjpeg: >> >> JMESSAGE(JERR_CONVERSION_NOTIMPL, "Unsupported color conversion request") >

Re: Wine & .NET app

2010-09-06 Thread Reece Dunn
On 6 September 2010 23:00, Vassilis Virvilis wrote: > > Hi everybody, > > My name is Vassilis Virvilis and I am trying to get .net app to run under > wine. > The objective of the questions below is to determine what needs to be > implemented in wine in order to support the app. > > So the app bri

Re: Console issues in recent git

2010-09-01 Thread Reece Dunn
On 2 September 2010 02:29, Jerome Leclanche wrote: > Anyone else's terminal emulators really acting up since the last git > batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if > there is a wine process running, until it's killed. This is probably a > konsole bug, but still... O

Re: New and subtle ddraw:dsurface test failure

2010-08-09 Thread Reece Dunn
2010/8/9 Roderick Colenbrander : > 2010/8/8 Oldřich Jedlička : >> Hi W, >> >> On Sunday 08 August 2010 11:21:35 wy...@volny.cz wrote: >>> Hi, >>> >>> i >> just noticed some new and subtle failure in ddraw:dsurface >>> tests. I don't >> know how closely you watch and study tests >>> results, so i th

Re: [PATCH] dlls/ntdll/file.c: Setting FileAllInformation is not 'fixable'.

2010-07-25 Thread Reece Dunn
On 24 July 2010 16:10, Max TenEyck Woodbury wrote: > On 07/24/2010 10:58 AM, Nikolay Sivov wrote: >> >> On 7/24/2010 18:51, Max TenEyck Woodbury wrote: >>> >>> --- >>> dlls/ntdll/file.c | 5 + >>> 1 files changed, 5 insertions(+), 0 deletions(-) >>> >>> diff --git a/dlls/ntdll/file.c b/dlls/ntd

Re: D3DXCreateTeapot

2010-07-20 Thread Reece Dunn
On 19 July 2010 19:54, Ian Macfarlane wrote: > Following the question as to how to implement D3DXCreateTeapot, might I > suggest making it in the form of a wine glass? > > Given that is unlikely to negatively affect anything (indeed the entire > method does border on the ridiculous) I think it wou

Re: D3DXCreateTeapot and reverse engineering?

2010-07-18 Thread Reece Dunn
On 18 July 2010 22:37, Dan Kegel wrote: > IMHO, our criterion is "we only need to implement what apps really need", > and for the moment, that app probably could live with a stub for > D3DXCreateTeapot.   When we run into a complaint about > our lousy teapot, we can create a better one.  So relax,

Re: Administrative privileges and running tests under Windows

2010-07-16 Thread Reece Dunn
2010/7/16 Mariusz Pluciński : > Hi wine-devel > I have problems with tests I written last time. > The problem is connected with privileges levels under Windows. > > The method I'm testing is IGameExplorer::AddGame, > which registers given game in Windows Game Explorer. > One of it's parameters (ins

Re: sorry one more question: assert statements in tests

2010-07-10 Thread Reece Dunn
On 10 July 2010 17:40, Misha Koshelev wrote: > On Sat, 2010-07-10 at 07:40 +0100, Reece Dunn wrote: >> On 10 July 2010 03:40, Misha Koshelev wrote: > Ok that makes sense. > > What about in the case of something like this: > > /* > http://www.cygnus-software

Re: sorry one more question: assert statements in tests

2010-07-09 Thread Reece Dunn
On 10 July 2010 03:40, Misha Koshelev wrote: > I am implementing my tests as follows: > > * patch 1: general test for a D3DX function (D3DXCreateBox for example, > testing specific vertices and indices for _specific_ dimensions). > * patch 2: separate into function that works with arbitrary dimens

Re: [PATCH] user32: check for valid pointer in CreateIconFromResource

2010-06-28 Thread Reece Dunn
On 28 June 2010 12:26, Alexandre Julliard wrote: > Wolfram Sang writes: > >> According to TestBot (#2851), all non-crashing Windows versions return 0. >> >> Found while working on Bug 21012. Although this patch doesn't cure this >> bug, I think it is still worth adding the check because the point

Re: [hhctrl.ocx] Make sure pszCaption and pszFile are never 0

2010-06-26 Thread Reece Dunn
On 26 June 2010 21:52, Jaroslav Šmíd wrote: > Sorry, with txt extension Please resend to the wine-patches mailing list so that Alexandre can pick it up and add a "(RESEND)" to the end of the subject. Thank you for improving Wine, - Reece

Re: PGO and wine

2010-06-16 Thread Reece Dunn
On 16 June 2010 09:11, Peter Davies wrote: > On 16 June 2010 02:37, Dan Kegel wrote: >> But does PGO improve performance measurably? >> > > Probably, to test it I need a program that runs wine like a typical > program, that I can run autonomously. Anyone have any ideas? We could see if using Fir

Re: Make depend

2010-06-14 Thread Reece Dunn
On 14 June 2010 18:54, Peter Davies wrote: > On 14 June 2010 18:40, Damjan Jovanovic wrote: >> >> Since around 2-3 months ago, you don't need to run "make depend" at all :-). >> >> Damjan >> > > Then why is it still there? When you run `make`, `make depend` is called automatically so you don't n

Re: Updating the 1.2 release announcement text

2010-06-14 Thread Reece Dunn
On 14 June 2010 08:49, Edward Savage wrote: > On Mon, Jun 14, 2010 at 3:16 AM, Dan Kegel wrote: >> http://wiki.winehq.org/Wine1.2Announcement could use some work >> if anyone has time... > > I've emailed a couple of people today to get an idea of what has > changed between 1.0 and 1.2 so we can s

Re: msxml3: Avoid SysStringLen() testing for an empty string in ::createNode()

2010-06-13 Thread Reece Dunn
On 13 June 2010 20:46, Nikolay Sivov wrote: > On 6/13/2010 22:55,  (Marvin) wrote: >> >> Hi, >> >> While running your changed tests on Windows, I think I found new failures. >> Being a bot and all I'm not very good at pattern recognition, so I might >> be >> wrong, but could you please double-chec

Re: Change a malloc() to a HeapAlloc()

2010-06-09 Thread Reece Dunn
On 9 June 2010 19:08, Peter Davies wrote: >> We use real names here.  This patch probably will not be committed until it >> is resubmitted. > Ops! I've mis-configured my mail client > >> The patch is also wrong. > Why? What difference does malloc() over HeapAlloc() make? (this is arguably a > case

Re: ntdll: add stub for NtRaiseHardError (try 2)

2010-05-18 Thread Reece Dunn
On 18 May 2010 19:17, Austin English wrote: > This time returning STATUS_NOT_IMPLEMENTED instead of E_NOTIMPL, to > match the rest of ntdll. Thanks to Juan for pointing that out. > > -- > -Austin Patch? - Reece

Re: Nightly performance regression graphs

2010-05-18 Thread Reece Dunn
2010/5/18 André Hentschel : > Am 18.05.2010 15:17, schrieb Dan Kegel: >> On Mon, May 17, 2010 at 11:00 PM, Reece Dunn wrote: >>>> http://kegel.com/wine/yagmarkdata/wine-1.1.44-245.html >>> >>> Can you use something like: >>> >>> >>

Re: Nightly performance regression graphs

2010-05-17 Thread Reece Dunn
On 18 May 2010 02:01, Dan Kegel wrote: > I finally threw together some graphs, see > http://kegel.com/wine/yagmarkdata/wine-1.1.44-245.html > Not sure what to make of the results yet. > > They use svg, so a modern browser is required. Neat. Can you use something like: so that this wil

Re: bt all broken?

2010-04-23 Thread Reece Dunn
On 23 April 2010 12:51, Peter Urbanec wrote: > On 09/04/10 19:10, Peter Urbanec wrote: >> >> On 07/04/10 06:39, Dan Kegel wrote: >>> >>> winedbg's bt all seems broken since sometime between 1.1.40 and now. >>> Has anybody else seen this? >> >> If I start a program under debugger control with "./wi

Re: HLSL Compiler and d3dcompiler_xx.dll

2010-04-14 Thread Reece Dunn
On 14 April 2010 16:19, Matijn Woudt wrote: > I have thought about using LLVM, but I don't like it because of: > 1) Having another wine dependency (~40MB for me on ubuntu) > 2) Code generated by LLVM will most likely not generated exactly the > same bytecode as native compiler does, even though th

Re: tuxradar's map of linux audio

2010-04-09 Thread Reece Dunn
On 9 April 2010 11:04, Dan Kegel wrote: > This seemed like a useful overview of how the various layers relate to > each other: > http://tuxradar.com/content/how-it-works-linux-audio-explained This is somewhat confusing: * PulseAudio is an audio mixer that provides a finer grained control over v

Re: steam regressed?

2010-03-23 Thread Reece Dunn
On 24 March 2010 00:52, Dan Kegel wrote: > Hmm.  I can't start steam anymore.  This worked until quite recently...? What does running `git bisect` give as the faulty commit? - Reece

Re: DirectX 2D?

2010-03-16 Thread Reece Dunn
On 16 March 2010 19:00, Dan Kegel wrote: > I looked at the ie9 preview. > You have to set the windows version to 7, but then it > needs ie8 and "directx 2d" installed. Does it work by faking an IE8 install (version, registry, etc.). > I've added a win7 verb to winetricks, and would accept an ie8

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Reece Dunn
On 16 March 2010 16:36, Paul Vriens wrote: > On 03/16/2010 03:56 PM, Paul Vriens wrote: >> >> On 03/16/2010 03:20 PM, Reece Dunn wrote: >>> >>> On 16 March 2010 13:27, Paul Vriens wrote: >>>> >>>> Hi, >>>> >>>> I

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Reece Dunn
On 16 March 2010 13:27, Paul Vriens wrote: > Hi, > > I was wondering why I (out of all those boxes) had several failures for > these tests on some of my XP and Vista boxes. I was wondering the same. > Turns out that you get these failures when MSE is active. I just ran the > tests on a clean XP-

Re: measuring audio latency?

2010-03-10 Thread Reece Dunn
On 9 March 2010 23:48, Ben Klein wrote: > On 10 March 2010 10:01, Avery Pennarun wrote: >> On Tue, Mar 9, 2010 at 9:15 AM, Dan Kegel wrote: >>> On Tue, Mar 9, 2010 at 2:58 AM, Roderick Colenbrander >>> wrote: I might be able to measure it using my oscilloscope. Somehow I would need to

RFC: Detecting, enabling/disabling compositing and games

2010-03-09 Thread Reece Dunn
Hi, Currently (for various reasons), compositing desktops (Compiz/Fusion, KWin4, possibly Mutter and others) cause display issues for fullscreen games/applications running under wine when compositing is enabled. On the Windows side, Vista provides the DwmIsCompositionEnabled and DwmEnableComposit

asserts in wine

2010-03-07 Thread Reece Dunn
Hi, After seeing Gerald Pfeifer's patch, I decided to see how many asserts were used in wine. $ find . -type f -iname *.c -exec grep -H assert '{}' \; > assert1.log This returns 2313 matching lines, some of which are including . $ cat assert1.log | sed -e 's/:.*//' | sort | uniq -c | sort -n >

Re: [2/3] shell32: Implement SHParseDisplayName with basic tests

2010-03-04 Thread Reece Dunn
On 4 March 2010 07:55, Paul Vriens wrote: > On 03/03/2010 03:18 AM, Nikolay Sivov wrote: >> >> This call is used by open file function of IE7. >> > > Some added tests crash on W2K and below. I already sent a patch for that > (http://source.winehq.org/patches/data/58988). > > There are however also

Re: [2/2] shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests

2010-03-02 Thread Reece Dunn
On 1 March 2010 17:39, Nikolay Sivov wrote: > On 3/1/2010 20:01, Paul Vriens wrote: >> >> On 03/01/2010 12:56 AM, Nikolay Sivov wrote: >>> >>> Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. >>> >>> Spotted in logs while testing IE6. >>> >> Hi Nikolay, >> >> This one introduces failures

Re: [PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+. [try 2]

2010-02-28 Thread Reece Dunn
On 28 February 2010 19:11, Paul Vriens wrote: > On 02/26/2010 11:07 PM, Reece Dunn wrote: >> >> +    todo_wine >> +    ok(broken(supported == (INTERFACESAFE_FOR_UNTRUSTED_CALLER | >> INTERFACESAFE_FOR_UNTRUSTED_DATA)) || >> +       supported == (I

Re: [PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 20:36, Nikolay Sivov wrote: > On 2/26/2010 23:20, Reece Dunn wrote: >> >> Hi, >> >> As the following table shows, the msxml3 behaviour for IObjectSafety >> changed from SP7 (8.70.*) to SP8 (8.80.*): >> >> fail?   Windo

Re: [PATCH] msxml3\tests: Fix the domdoc IObjectSafety tests for IE7+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 09:54, Paul Vriens wrote: > On 02/26/2010 10:37 AM, Reece Dunn wrote: >> >> On 26 February 2010 09:31, Paul Vriens  wrote: >>> >>> On 02/26/2010 10:19 AM, Reece Dunn wrote: >>>> >>>> Hi, >>>> &g

Re: [PATCH] msxml3\tests: Fix the domdoc IObjectSafety tests for IE7+.

2010-02-26 Thread Reece Dunn
On 26 February 2010 09:31, Paul Vriens wrote: > On 02/26/2010 10:19 AM, Reece Dunn wrote: >> >> Hi, >> >> This fixes the test failures in msxml3:domdoc when IE7 or later is >> installed. >> >> - Reece >> > > Hi Reece, > > It

Re: [PATCH] ole32: ignore HighPart in the Seek method HGLOBAL streams. [try 2]

2010-02-24 Thread Reece Dunn
On 24 February 2010 11:41, Alexandre Julliard wrote: > Reece Dunn writes: > >> On 24 February 2010 11:06, Alexandre Julliard wrote: >>> It may be the simplest, but the right way is to add such a test and >>> figure out the appropriate behavior. >> >> W

Re: [PATCH] ole32: ignore HighPart in the Seek method HGLOBAL streams. [try 2]

2010-02-24 Thread Reece Dunn
On 24 February 2010 11:06, Alexandre Julliard wrote: > Reece Dunn writes: > >> NOTE: A check for integer overflow would be `position.low + move.low < >> position.low`, but there are no current tests to say if integer >> overflow is handled (and how it is handled) here

Re: msvcrt: Implement _mbctombb.

2010-02-24 Thread Reece Dunn
On 24 February 2010 08:51, David Hedberg wrote: > Well, I should add that it only makes sense for cp 932 as far as I > know, but then I'm only familiar with Japanese. More important perhaps > is that I also ran some tests on Win XP and Win 7 trying to get it to > return anything for other code pag

Re: [PATCH] shlwapi/tests: skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.

2010-02-22 Thread Reece Dunn
On 23 February 2010 07:33, Paul Vriens wrote: > On 02/23/2010 01:28 AM, Reece Dunn wrote: >> >> +    if (ret == E_INVALIDARG) /* Win98 SE */ { >> +        skip("Not supported\n"); >> +        return; >> +    } > > Hi Reece, > > Could you

Re: IShellBrowser/ICommDlgBrowser Theme draw problem

2010-02-21 Thread Reece Dunn
On 21 February 2010 23:12, Kenneth Robinette wrote: > I am testing a SSH file transfer program which makes use of the Microsoft > IShellBrowser and ICommDlgBrowser interfaces for the "local" file system > view.  The interface listview header (detail view) does not get painted > correctly when a

Re: Building list of great demos for Wine

2010-02-11 Thread Reece Dunn
On 11 February 2010 22:04, Dan Kegel wrote: > On Thu, Feb 11, 2010 at 1:55 PM, Reece Dunn wrote: >>>  http://wiki.winehq.org/GreatDemos >> >> Dan, loads of the casual games (PopCap Games and Awem Studios >> specifically) work out of the box without modification or w

Re: Building list of great demos for Wine

2010-02-11 Thread Reece Dunn
On 11 February 2010 21:40, 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-downloadable > demos (or apps) that run flawlessly under Wine. > i.e. platinum (no hac

Re: [PATCH] user32/tests: make the MDI client take up the whole client area

2010-02-08 Thread Reece Dunn
On 8 February 2010 08:41, Dmitry Timoshkov wrote: > Reece Dunn wrote: > >> The MDI tests in user32/tests/msg.c were using an MDI client of zero >> size (0,0 - 0,0). This means that the tests are not realistic for >> real-world applications that use MDI, as their frame wi

Re: idea: display drivers

2010-02-07 Thread Reece Dunn
On 7 February 2010 15:02, Roderick Colenbrander wrote: >> Emmanuel's code is available from Sourceforge.  It is a good starting >> point for this.  If you want, send me what you have so far for testing >> purposes.  It would be great to have a native MacOSX windowing system. >> >> James McKenzie >

Re: Participate to GSoC

2010-02-07 Thread Reece Dunn
On 7 February 2010 10:35, Warren Dumortier wrote: > Hello everybody! Hello, and welcome to the Wine project. > First i'll present myself. > So my name's Warren Dumortier and i live in Belgium, i've been using > Wine for 4 years and i've always been interrested on how it works > Also i'm quite ac

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 10:29, Reece Dunn wrote: > On 6 February 2010 04:15, Dmitry Timoshkov wrote: >> Reece Dunn wrote: >> Before >> fixing the problem we need to understand what exactly is the sequence >> of events that leads to it, how Windows and Wine behaviours di

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 04:15, Dmitry Timoshkov wrote: > Reece Dunn wrote: > >> And in terms of a fix, what is the best approach for fixing the issue? >> That is, Alexandre does not like an explicit call to InvalidateRect in >> the WM_MDICREATE handler, so I assume that the

MDI client repaint issues (client and children) and conformance tests for this

2010-02-05 Thread Reece Dunn
Hi, I have been looking at http://bugs.winehq.org/show_bug.cgi?id=14312 which shows up as the MDI client window not being repainted properly when a new child is created given an already maximised child window being present. There is a related issue here that sometimes the child window frames are

Re: chromium in wine now works with gmail

2010-02-04 Thread Reece Dunn
On 4 February 2010 14:54, Dan Kegel wrote: > This message is being sent in gmail in Chromium running on Wine > with options --no-sandbox --use-nss-for-ssl. > > (--use-nss-for-ssl turns on a new alternate https stack that works > in wine.) > > This copy of Chromium was built in Wine, too.  It took

Re: [PATCH] mdi: fix drawing the MDI client area when creating children.

2010-02-03 Thread Reece Dunn
On 3 February 2010 15:17, Alexandre Julliard wrote: > Reece Dunn writes: > >> diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c >> index 631d477..0850282 100644 >> --- a/dlls/user32/mdi.c >> +++ b/dlls/user32/mdi.c >> @@ -1132,6 +1132,7 @@ LRESULT MDIC

Re: Several msxmlX modules

2010-02-02 Thread Reece Dunn
On 2 February 2010 16:19, Nikolay Sivov wrote: > Hi. > > Wine currently has only one module for MSXML parser - msxml3. Since the > third one v4 and v6 are already out. There is also an msxml 5. This is only available via Office 2003/2007, and is installed by that. See http://support.microsoft.com

Re: dwmapi: add a stub for DwmDefWindowProc

2010-02-01 Thread Reece Dunn
On 1 February 2010 11:11, Nikolay Sivov wrote: > On 2/1/2010 07:35, Austin English wrote: >> >> See http://bugs.winehq.org/show_bug.cgi?id=20443 >> >>   +    FIXME("(%p, %d, %p, %p, %p ) stub\n", hwnd, msg); > > Also don't forget to correct format here. Austin fixed that in the updated version as

Re: dwmapi: add a stub for DwmDefWindowProc

2010-02-01 Thread Reece Dunn
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 return type. +{ +FIXME("(%p, %d, %p, %p, %p ) stub\n", hwnd, msg); + +return E_NOTI

Re: [PATCH] Implement OleCreatePropertyFrame (try 3)

2010-01-30 Thread Reece Dunn
On 30 January 2010 16:44, Geoffrey Hausheer wrote: > On Fri, Jan 29, 2010 at 11:10 AM, Stefan Leichter Stefan. wrote: >> >> Am Friday 29 January 2010 15:01:55 schrieb Geoffrey Hausheer: >> > Is there anything I can do to move this patch forward?  I've fixed all >> > the >> > issues that have been

Re: Student Interested in Google Summer of Code 2010

2010-01-28 Thread Reece Dunn
On 28 January 2010 19:25, Tony Wasserka wrote: > Just btw, those depend on D3DXGetImageInfoFromMemory, D3DXFilterTexture, > D3DXCreateTexture and possibly others I can't think of right now. > D3DXFilterTexture is quite trivial, but the other two also add a notable > effort. On the other hand, I ha

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Paul Vriens : > On 01/21/2010 06:54 PM, Reece Dunn wrote: >> >> 2010/1/21 Nikolay Sivov: >>> >>> On 1/21/2010 20:41, Reece Dunn wrote: >>>> >>>> 2010/1/21 Nikolay Sivov: >>>> >>>>> >>>>>

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov : > On 1/21/2010 20:41, Reece Dunn wrote: >> >> 2010/1/21 Nikolay Sivov: >> >>> >>> On 1/21/2010 19:49, Paul Vriens wrote: >>> >>>> >>>> On 21 jan 2010, at 17:26, Nikolay Sivov  wrote: >>>>

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov : > On 1/21/2010 19:49, Paul Vriens wrote: >> >> On 21 jan 2010, at 17:26, Nikolay Sivov wrote: >> >>> On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: > > Add basic test structure for IXmlReader > Hi Nikola

  1   2   3   4   5   >