Re: Wine release 1.4-rc1

2012-01-27 Thread James McKenzie
Alexandre: Congratulations to the Wine Team. Now to beat on it... James On Fri, Jan 27, 2012 at 12:58 PM, Alexandre Julliard wrote: > The Wine development release 1.4-rc1 is now available. > -- > Alexandre Julliard > julli...@winehq.org >

Best way to overlay a filesystem for a Wine app?

2012-01-27 Thread Scott Ritchie
Suppose someone wants to distribute a Windows application as a traditional package, such as via the Ubuntu Software Center App Store. Ubuntu requires these commercial packages: 1) Install into a unique namespace in /opt (icons/.desktop excepted) 2) Store their user configuration in ~/.packagenam

Save backtrace feature

2012-01-27 Thread Bruno Jesus
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 When an error like this happens during a crash the new error window with

Re: brainstorm: what are the audio stumbling blocks?

2012-01-27 Thread Maarten Lankhorst
Hey Joerg, Op 27-01-12 16:35, joerg-cyril.hoe...@t-systems.com schreef: Maarten, thank you for participating! Provide a hidden API in mmdevapi? No need, you know how mmdevapi behaves, you can write it in such a way without adding latency by using GetCurrentPadding or the clock. I don't know

Re: Wine release 1.4-rc1

2012-01-27 Thread Alexandre Julliard
Alexandre Julliard writes: > The source is available from the following locations: > > http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.38.tar.bz2 > http://prdownloads.sourceforge.net/wine/wine-1.3.38.tar.bz2 Of course, that should read http://ibiblio.org/pub/linux/system/emula

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

2012-01-27 Thread Juan Lang
Hi Erich, On Fri, Jan 27, 2012 at 10:33 AM, Erich E. Hoover wrote: > On Fri, Jan 27, 2012 at 11:16 AM, Austin English > wrote: >> ... >> Forgot the patch. > > Thanks!  I don't know how I missed that, apparently I'm blind today. surely this needs a test. Ping me if you need help creating one.

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

2012-01-27 Thread Erich E. Hoover
On Fri, Jan 27, 2012 at 11:16 AM, Austin English wrote: > ... > Forgot the patch. Thanks! I don't know how I missed that, apparently I'm blind today. Erich Hoover ehoo...@mines.edu

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: [PATCH 1/2] itss: Enlarge buffer to include space for a catenated value.

2012-01-27 Thread Jacek Caban
Hi Erich, On 01/27/12 04:58, Erich E. Hoover wrote: > --- a/dlls/itss/storage.c > +++ b/dlls/itss/storage.c > @@ -418,7 +418,7 @@ static HRESULT WINAPI ITSS_IStorageImpl_OpenStorage( > if( !chmfile ) > return E_FAIL; > > -len = strlenW( This->dir ) + strlenW( pwcsName ) + 1; >

brainstorm: what are the audio stumbling blocks?

2012-01-27 Thread Joerg-Cyril . Hoehle
Maarten, thank you for participating! >> Provide a hidden API in mmdevapi? >No need, you know how mmdevapi behaves, you can write it in such a >way without adding latency by using GetCurrentPadding or the clock. I don't know what you mean. What I mean is follows: mmdevapi has no notion of rewin

brainstorm: what are the audio stumbling blocks?

2012-01-27 Thread Joerg-Cyril . Hoehle
Maarten Lankhorst wrote: >you know how mmdevapi behaves >Just bite the bullet and add a winepulse driver already, I'll even fix >mine to work better if it had a chance of getting accepted I have no objection to a winepulse driver. Indeed we (not just me, hopefully) now know a lot about how mmdev

Re: brainstorm: what are the audio stumbling blocks?

2012-01-27 Thread Maarten Lankhorst
Op 26-01-12 12:59, joerg-cyril.hoe...@t-systems.com schreef: Hi, What are the areas that would have the most impact if fixed? You are invited to participate and share your thoughts. I believe we need to distinguish winmm/dsound/mmdevapi/OS. mmdevapi: A. lock-less timer callback design, bug #.

Re: [PATCH 2/2] winmm: Restore useful MMSYSERR_* codes at open time.

2012-01-27 Thread Andrew Eikum
On Fri, Jan 27, 2012 at 02:02:22PM +0100, joerg-cyril.hoe...@t-systems.com wrote: > +case S_FALSE: /* as in IsFormatSupported */ > +case AUDCLNT_E_UNSUPPORTED_FORMAT: > +return WAVERR_BADFORMAT; I think I'd rather special-case how we handle IsFormatSupported, rather than put S_FAL

Re: vbscript: Get rid of unused SET_CALLED macro

2012-01-27 Thread Marvin
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-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=16686 Your paranoid android

Re: mmdevapi/tests: Perform renderer padding & position tests.

2012-01-27 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: > Could you please investigate this? > The crash happens in test_session, before the one change to this > function by my patch. That would be easier to do if you sent smaller patches... -- Alexandre Julliard julli...@winehq.org

mmdevapi/tests: Perform renderer padding & position tests.

2012-01-27 Thread Joerg-Cyril . Hoehle
Alexandre, You wrote: >It doesn't work here: Backtrace: =>0 get_audio_session+0xbd() in winealsa 1 AudioClient_Initialize+0x5ae(iface=0x30c80, mode=AUDCLNT_SHAREMODE_SHARED, flags=0, duration=, period=0x186a0, fmt=0x30f00, sessionguid=0x22fa00) [dlls/winealsa.drv/mmdevdrv.c:1075] in winealsa