Re: d3dx9: Specify arguments in trace to ease debugging

2013-02-15 Thread Rico Schüller
On 15.02.2013 08:20, Nozomi Kodama wrote: @@ -721,9 +739,10 @@ D3DXMATRIX* WINAPI D3DXMatrixTransformation(D3DXMATRIX *pout, const D3DXVECTOR3 @@ -797,69 +821,70 @@ D3DXMATRIX* WINAPI D3DXMatrixTransformation2D(D3DXMATRIX *pout, const D3DXVECTOR Those two functions need a speed improvement.

Re: vbscript: Added support for a few more constants

2013-02-15 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=24408 Your paranoid

Re: d3dx9: Specify arguments in trace to ease debugging

2013-02-15 Thread Alexandre Julliard
Nozomi Kodama nozomi.kod...@yahoo.com writes: Hello. I took advantage of this minor patch to clean up and  make uniform the coding style of this file. Please don't do that. -- Alexandre Julliard julli...@winehq.org

64bit integer overflow in 3 days

2013-02-15 Thread Joerg-Cyril.Hoehle
Hi, You believe that 64bit integers give you plenty of room and time to avoid trouble like Y2k and Y2033, don't you? The trouble is, these large data types make using other large numbers more attractive than they used to be, e.g. counting time in 100 nanosecond units, representing one second as

Re: 64bit integer overflow in 3 days

2013-02-15 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: I've prepared a few patches to fix some of these. Generally, I don't know what to recommend. Use double floating point intermediates and loose 11 bits for the exponent but at least get the magnitude right? In general there's no reason to use 64-bit

MSI signing

2013-02-15 Thread Marc-André Lureau
Hello! PE signing is already publicly documented by Microsoft, and we have an open-source tool (osslsigncode) capable of signing PE and Cabinet. A signed MSI dump easily reveals that the signature is under the '\005DigitalSignature' stream, and it's a regular pkcs#7 signature, whose content info

Re: MSI signing

2013-02-15 Thread Marc-André Lureau
Good news! Thanks to Per Allansson, author of osslsigncode, we know now that 98C090F33284468D64F30EE7B8C00894135D54C8 is sha1 of Root Entry unique identifier 84 10 0c 00 00 00 00 00 c0 00 00 00 00 00 00 46. -- Marc-André Lureau

Re: [PATCH 2/5] vbscript: Added IRegExp2_QueryInterface tests

2013-02-15 Thread Piotr Caban
On 02/15/13 15:13, 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-check? Full results can be found at

Re: [PATCH 2/5] vbscript: Added IRegExp2_QueryInterface tests

2013-02-15 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=24416 Your paranoid

mmsystem 16bit questions

2013-02-15 Thread Joerg-Cyril.Hoehle
Hi, I noticed some dubious differences among winmm16 functions. I believe there should be none, but perhaps I'm missing some 16bit idiosyncrasies? Please compare waveOutPrepareHeader16, Unprepare16 and waveOutWrite16: http://source.winehq.org/source/dlls/mmsystem.dll16/mmsystem.c#L1287 UINT16

Re: mmsystem 16bit questions

2013-02-15 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: I believe: - SEGPTR should be used everywhere the .spec says; - (DWORD_PTR) cast then becomes obsolete. Shall I submit a patch? Yes, SEGPTR would be preferable. Furthermore, how to perform a 16bit NULL pointer check? waveInUnPrepareHeader16 uses:

IE 6 related urlmon:protocol failures

2013-02-15 Thread Francois Gouget
I have investigated the following test failure on the new WineTestBot: urlmon: protocol.c:1051: Test failed: hrResult = 800401e4, expected: protocol.c:1056: Test failed: dwError == ERROR_SUCCESS protocol.c:613: Test failed: expected ReportData The results from

Re: [website] Simplified Chinese translation for release 1.5.24

2013-02-15 Thread Jactry Zeng
Oops...I made a mistake, this is the patch. So sorry :-( From 4d2eac6fae9614a7f8c20eb3de02b77d85b20d03 Mon Sep 17 00:00:00 2001 From: Jactry Zeng jactr...@gmail.com Date: Sat, 16 Feb 2013 11:35:41 +0800 Subject: Simplified Chinese translation for release 1.5.24 To: wine-patches