Re: [PATCH] [WineDbg]: allow to specify which format to be used for integers in backtraces

2010-03-16 Thread Dmitry Timoshkov
Eric Pouech wrote: > > >> bt /x will do what you want. > >> > > > > How will it help with all those backtraces generated and sent by users > > to bugzilla? Or those intermittent crashes which are very hard to reproduce? > > Is there any reason to spend any time again if all required informa

New winetricks 20100316: new verbs steam, adobeair, 7zip, d3dxof, win7

2010-03-16 Thread Dan Kegel
Today's winetricks was brought to you by the letters W and S, and the number 7. Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com (Bug reports to the issue tracker at the above URL, please.) Changes: Dan Kegel Don't detect desktop environment, detect indiv

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

2010-03-16 Thread Dan Kegel
Each patch in a series must compile and pass all tests, so if you need shlwapi for patch 1, then you have to include it in patch 1 (and then you just have one patch, not a series).

Re: winhttp/url.c: Fix of invalid behaviour of WinHttpCrackUrl

2010-03-16 Thread Maciej Borsz
Hi! I added this test to testsuite and resubmitted patch. Maciej 2010/3/16 Paul Vriens > On 03/15/2010 10:56 PM, Maciej Borsz wrote: > >> Fix of invalid behaviour of WinHttpCrackUrl when in url is '@'. >> >> For example: >> WinHttpCrackUrl(L" >> http://example.net/path?var1=exam...@example.com&

Re: [patch] DNS_SD bridge, v2

2010-03-16 Thread C.W. Betts
Excuse my ignorance, but what would happen if it didn't find the library dynamically? On Mar 16, 2010, at 4:03 AM, Marcus Meissner wrote: > On Mon, Mar 15, 2010 at 04:36:32AM -0600, C.W. Betts wrote: >> The following is an updated patch that actually builds and links. >> The patch does patch conf

Re: On cygwin, these programs fails because they lack __wargv definition. So adding -mno-cygwin flag tell winegcc to link them with msvcrt instead of libc

2010-03-16 Thread Alexandre Julliard
GOUJON Alexandre writes: > I agree these programs don't need any msvcrt function. > However, building on Windows calls mingw_unicode_hack (winegcc.c l.546) > 551 create_file( main_stub, 0644, > 552 "#include \n" > 553 "extern int wmain(int,wchar_t**);\n" >

Re: On cygwin, these programs fails because they lack __wargv definition. So adding -mno-cygwin flag tell winegcc to link them with msvcrt instead of libc

2010-03-16 Thread GOUJON Alexandre
Le 03/15/10 14:11, Alexandre Julliard a écrit : Alexandre Goujon writes: --- programs/cmd/Makefile.in |2 +- programs/dxdiag/Makefile.in |2 +- programs/explorer/Makefile.in|2 +- programs/extrac32/Makefile.in|2 +- programs/mshta/Makefile.in

Re: [PATCH 04/16] [DbgHelp]: made the ELF mapping code easier to use

2010-03-16 Thread Alexandre Julliard
Eric Pouech writes: >> This breaks the non-ELF builds. >> >> > where does it break ? about image_no_map not being defined, or > something else ? For that patch it's IMAGE_NO_MAP, but it looked like there were other breakages in subsequent patches. I'd recommend setting up a MingW cross-compil

Re: [PATCH] [WineDbg]: allow to specify which format to be used for integers in backtraces

2010-03-16 Thread Eric Pouech
bt /x will do what you want. How will it help with all those backtraces generated and sent by users to bugzilla? Or those intermittent crashes which are very hard to reproduce? Is there any reason to spend any time again if all required information is already there in appropriate and read

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: DirectX 2D?

2010-03-16 Thread Henri Verbeet
On 16 March 2010 20:49, Roderick Colenbrander wrote: > Direct2D support might not be that far away though and we MIGHT be > able to use the native dll for now (depending on how it is > implemented). The library is build on top of DXGI which is the toolkit > on top of which Direct3D10/11 are build

Re: DirectX 2D?

2010-03-16 Thread Tom Wickline
On Wed, Mar 17, 2010 at 3:00 AM, 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. > > I've added a win7 verb to winetricks, and would accept an ie8 verb patch > if someone sent it, but I suspect DirectX

Re: [PATCH 04/16] [DbgHelp]: made the ELF mapping code easier to use

2010-03-16 Thread Eric Pouech
Alexandre Julliard a écrit : Eric Pouech writes: - now exporting the file mapping facility to the debug info loader which need it - allow to mark a section as to be kept (after debug info loading has been done) This breaks the non-ELF builds. where does it break ? about image_no_

Re: DirectX 2D?

2010-03-16 Thread Roderick Colenbrander
Direct2D support might not be that far away though and we MIGHT be able to use the native dll for now (depending on how it is implemented). The library is build on top of DXGI which is the toolkit on top of which Direct3D10/11 are build as well. It is responsible for things like communication with

DirectX 2D?

2010-03-16 Thread Dan Kegel
I looked at the ie9 preview. You have to set the windows version to 7, but then it needs ie8 and "directx 2d" installed. I've added a win7 verb to winetricks, and would accept an ie8 verb patch if someone sent it, but I suspect DirectX 2D might be a tough nut to crack.

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

2010-03-16 Thread Yann Droneaud
Le mardi 16 mars 2010 à 11:25 -0500, Austin English a écrit : > 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

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 was wondering why I (out of all those boxes) had several failures for these test

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Paul Vriens
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 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

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: (try 3) wineaudiofile.acm: Initial commit

2010-03-16 Thread Alexandre Julliard
Aric Stewart writes: > Supported mp3 decoding on OSX Leopard systems. > Expandable to Tiger and other formats fairly easily. It looks like almost all of that code is duplicated from winemp3, so there doesn't seem to be much reason to make it a separate dll. -- Alexandre Julliard julli...@wineh

Re: asserts in wine

2010-03-16 Thread Dan McDonald
On 03/07/2010 10:35 AM, Vitaliy Margolen wrote: > On 03/07/2010 04:38 AM, Reece Dunn wrote: >> 2/ dlls should be changed to a SetLastError or failure return code >> (depending on the API) -- otherwise, the program triggering this will >> be killed with no information as to what happened. > This

Re: The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Paul Vriens
On 03/16/2010 03:20 PM, Reece Dunn wrote: 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.

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: [PATCH 04/16] [DbgHelp]: made the ELF mapping code easier to use

2010-03-16 Thread Alexandre Julliard
Eric Pouech writes: > - now exporting the file mapping facility to the debug info loader which need > it > - allow to mark a section as to be kept (after debug info loading has been > done) This breaks the non-ELF builds. -- Alexandre Julliard julli...@winehq.org

The shlwapi:istream tests and Microsoft Security Essentials

2010-03-16 Thread Paul Vriens
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. Turns out that you get these failures when MSE is active. I just ran the tests on a clean XP-SP3 box (up-to-date) and no failures. Installing MSE (and downloading the lat

Re: [PATCH] [WineDbg]: allow to specify which format to be used for integers in backtraces

2010-03-16 Thread Dmitry Timoshkov
Eric Pouech wrote: > > Eric Pouech wrote: > > > > > Gdb uses decimal notation by default for integers, so do we. > > > > GDB can use anything their developers think appropriate, my patch > > to use hex was intended to match Wine's relay traces and win32 > > header constants. This patch will make

Re: [PATCH 01/10] ntdll: Fixup imports after CREATE_PROCESS_DEBUG_EVENT.

2010-03-16 Thread Alexandre Julliard
Henri Verbeet writes: > diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c > index 1723f18..fbdda00 100644 > --- a/dlls/ntdll/loader.c > +++ b/dlls/ntdll/loader.c > @@ -2533,10 +2533,14 @@ PIMAGE_NT_HEADERS WINAPI RtlImageNtHeader(HMODULE > hModule) > */ > static NTSTATUS attach_process_d

Re: [PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer.

2010-03-16 Thread Francois Gouget
On Thu, 25 Feb 2010, joerg-cyril.hoe...@t-systems.com wrote: > Charles Davis wrote: > > >I have noticed a change in configure behavior, though. > Me too. On MacOS. > Since 1.1.39, Makefiles are created at the rate of ~ 1 per sec. > It was much faster in 1.1.38 and before, I estimate ~6 files per

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

2010-03-16 Thread Paul Vriens
On 03/16/2010 10: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 Hi Yann, Winetestbot (https://winetestbot.geldorp.nl/index.pl) provides you with several Windows flavors fo

Re: [patch] DNS_SD bridge, v2

2010-03-16 Thread Marcus Meissner
On Mon, Mar 15, 2010 at 04:36:32AM -0600, C.W. Betts wrote: > The following is an updated patch that actually builds and links. > The patch does patch configure and config.h.in, both of which were generated > with an older version of autoconf and autoheader. You can and should leave out both conf

Re: [PATCH] cmd: added some expansion tests. (try 2)

2010-03-16 Thread Yann Droneaud
Le lundi 15 mars 2010 à 19:48 +0100, Paul Vriens a écrit : > On 03/09/2010 01:15 PM, Yann Droneaud wrote: > > diff --git a/programs/cmd/tests/test_builtins.cmd > > b/programs/cmd/tests/test_builtins.cmd > > index ed2b75b..e346ffa 100644 > > --- a/programs/cmd/tests/test_builtins.cmd > > +++ b/prog

Re: [PATCH] [WineDbg]: allow to specify which format to be used for integers in backtraces

2010-03-16 Thread Dmitry Timoshkov
Eric Pouech wrote: > Gdb uses decimal notation by default for integers, so do we. GDB can use anything their developers think appropriate, my patch to use hex was intended to match Wine's relay traces and win32 header constants. This patch will make finding matches impossible again. -- Dmitry.

Re: winhttp/url.c: Fix of invalid behaviour of WinHttpCrackUrl

2010-03-16 Thread Paul Vriens
On 03/15/2010 10:56 PM, Maciej Borsz wrote: Fix of invalid behaviour of WinHttpCrackUrl when in url is '@'. For example: WinHttpCrackUrl(L"http://example.net/path?var1=exam...@example.com&var2=x&var3=y ", NULL, NULL, sth) returned:

Re: wined3d: Fix ATI2N pitch and offset calculations

2010-03-16 Thread Stefan Dösinger
Am 16.03.2010 um 01:36 schrieb REalm: > Fix ATI2N calculations to match Windows. > Not sure if this is the right way, but it's better than previous old try. > Might also be possible making ATI2N non compressed surface? Or some special > flag? > This also fixes bug 21519: Mass Effect 2 crashes af