Re: Unimplemented Functionality

2006-11-12 Thread Hans Leidekker
On Saturday 11 November 2006 22:59, Martin Owens wrote: How easy would it be for one of you guys to add this missing functionality (see log below)? It prevents the installer working for Nations WWII Fighter Command and yet the game should work once installed. Please open a bug in bugzilla

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Dmitry Timoshkov
Andrey Turkin [EMAIL PROTECTED] wrote: if (map_file_into_view( view, fd, 0, header_size, 0, VPROT_COMMITTED | VPROT_READ, -removable ) != STATUS_SUCCESS) goto error; +TRUE ) != STATUS_SUCCESS) goto error; This chunk has nothin to do

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Andrey Turkin
Dmitry Timoshkov wrote: Andrey Turkin [EMAIL PROTECTED] wrote: if (map_file_into_view( view, fd, 0, header_size, 0, VPROT_COMMITTED | VPROT_READ, -removable ) != STATUS_SUCCESS) goto error; +TRUE ) != STATUS_SUCCESS) goto error;

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Dmitry Timoshkov
Andrey Turkin [EMAIL PROTECTED] wrote: if (map_file_into_view( view, fd, 0, header_size, 0, VPROT_COMMITTED | VPROT_READ, -removable ) != STATUS_SUCCESS) goto error; +TRUE ) != STATUS_SUCCESS) goto error; This chunk has nothin to do

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Andrey Turkin
Dmitry Timoshkov wrote: Andrey Turkin [EMAIL PROTECTED] wrote: if (map_file_into_view( view, fd, 0, header_size, 0, VPROT_COMMITTED | VPROT_READ, -removable ) != STATUS_SUCCESS) goto error; +TRUE ) != STATUS_SUCCESS) goto error;

Wine 0.9.25 full of regressions!

2006-11-12 Thread Mirek
Hi, i just instaled wine 0.9.25 (i had 0.9.24) and it is full of regressions, why is this possible, why is not there someone who can test wine before it came out to new release? 1. 3DMark 2003 - cant open setigns menu 2. 3DMark 2003 - with GLSL, almost all working test are broken (bad graphic)

Re: [comdlg32] Remove unused variable (Coverity)

2006-11-12 Thread Paul Vriens
On 11/12/06, Paul Vriens [EMAIL PROTECTED] wrote: Hi,hResource16 is not used.Will fix Coverity-17.ChangelogRemove unused variableCheers,Paul.--- dlls/comdlg32/fontdlg16.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dlls/comdlg32/fontdlg16.c b/dlls/comdlg32/fontdlg16.cindex

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Aaron Slunt
Mirek wrote: Hi, i just instaled wine 0.9.25 (i had 0.9.24) and it is full of regressions, why is this possible, why is not there someone who can test wine before it came out to new release? 1. 3DMark 2003 - cant open setigns menu 2. 3DMark 2003 - with GLSL, almost all working test are broken

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Phil Costin
Mirek wrote: Hi, i just instaled wine 0.9.25 (i had 0.9.24) and it is full of regressions, why is this possible, why is not there someone who can test wine before it came out to new release? 1. 3DMark 2003 - cant open setigns menu 2. 3DMark 2003 - with GLSL, almost all working test are

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Joseph Garvin
Aaron Slunt wrote: Wine is still beta software, it has never been officially released, therefore you have to expect these sorts of things. I think that misses the point. Users expect software to improve between releases, not totally break. It's pretty obvious that there is no one checking to

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Aaron Slunt
On 11/12/06, Joseph Garvin [EMAIL PROTECTED] wrote: Aaron Slunt wrote: Wine is still beta software, it has never been officially released, therefore you have to expect these sorts of things.I think that misses the point. Users expect software to improve between releases, not totally break. It's

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Peter Beutner
Joseph Garvin schrieb: Aaron Slunt wrote: Wine is still beta software, it has never been officially released, therefore you have to expect these sorts of things. I think that misses the point. Users expect software to improve between releases, not totally break. It's pretty obvious that

Re: Wine 0.9.25 full of regressions!

2006-11-12 Thread Jesse Allen
On 11/12/06, Joseph Garvin [EMAIL PROTECTED] wrote: Why would it be so difficult to have someone to pick a couple of common apps, like winzip, word, and warcraft3, and make sure they still function before every release? Here's a common problem. I tested Warcraft 3 with 0.9.25 from compile,

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Dmitry Timoshkov
Andrey Turkin [EMAIL PROTECTED] wrote: What is the file alignment of the problematic PE file? Is it 512 (0x200) by any chance? Yep. However, I've made some quick tests (that is, I've used PE tools to rebuild some apps with larger file alignment and then tried to change physical offset) and

Re: [PATCH] ntdll: round section parameters on 0x200

2006-11-12 Thread Andrey Turkin
Some comments inside. Sorry for over-quoting :) Dmitry Timoshkov wrote, on 11/13/06 10:19 MSK: Andrey Turkin [EMAIL PROTECTED] wrote: What is the file alignment of the problematic PE file? Is it 512 (0x200) by any chance? Yep. However, I've made some quick tests (that is, I've used PE