Re: [PATCH 3/3] ntdll: fix up instruction pointer in context insideraise_exception

2007-02-19 Thread Dmitry Timoshkov
Peter Oberndorfer [EMAIL PROTECTED] wrote: I'm not fully sure if the fixup also happens for other architectures (i guess not) so this patch is more a RFC @@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEPTION_RECORD *rec, CONTEXT *context, BOOL f if (status == DBG_CONTINUE

Re: Let's get rid of the FAQ and move it into the wiki

2007-02-19 Thread Lei Zhang
On 2/18/07, Scott Ritchie [EMAIL PROTECTED] wrote: Updating the FAQ is a bit of a pain, as is maintaining it. There is, after all, still a lot of ancient stuff in it. Why not just move it into the wiki and point the link on the web page there? I promise I'll watch it a bit closer. Thanks,

Re: Updated version of Wine-0.9.18 RPMs with ntoskrnl for SuSE 10.1

2007-02-19 Thread Marcus Meissner
On Sun, Feb 18, 2007 at 02:08:12PM -0700, Vitaliy Margolen wrote: Sorry but I'm not longer interested in working on something that will never be included in Wine. Why? I have no clue! If anyone can explain that it would be helpfull to know for whomever next will try this. I have removed all

Re: 1/4 NtCreateMailslotFile tests

2007-02-19 Thread Jeff L
[EMAIL PROTECTED] wrote: Microsoft appears to be pushing people away from NtClose. I'd suggest you to find a reason why. That particular documentation happens to be part of the API released under court order. They didn't want to give it out to begin with, and they don't want people using it

Re: comctl32: rebar[1/4]: rewrite the layouting code

2007-02-19 Thread Alexandre Julliard
Mikołaj Zalewski [EMAIL PROTECTED] writes: From 2b42e9b97b443ced2531a445b531fddc5db2dcad Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Miko=C5=82aj_Zalewski?= [EMAIL PROTECTED] Date: Sat, 17 Feb 2007 19:24:25 +0100 Subject: [PATCH] comctl32: rebar: rewrite the layouting code This crashes in make

Re: [7/10] WineD3D: No bounds checking is done on sampler / texture numbers

2007-02-19 Thread H. Verbeet
On 19/02/07, Stefan Dösinger [EMAIL PROTECTED] wrote: -if(Sampler GL_LIMITS(sampler_stages) || Sampler 0 || Type WINED3D_HIGHEST_SAMPLER_STATE || Type 0) { This also checked the sampler state, not just the sampler.

Re: winecfg: Add check for device access to Drives tab.

2007-02-19 Thread Alexandre Julliard
Vitaliy Margolen [EMAIL PROTECTED] writes: I disagree. It have to be scary! It have to tell user that they do not have direct access to the device. And that enything that will try doing that will fail! CD checks is a specific case, there are many other perfectly valid uses for loop mounts

Re: [9/10] WineD3D: Use VBOs for index buffers

2007-02-19 Thread H. Verbeet
On 19/02/07, Stefan Dösinger [EMAIL PROTECTED] wrote: +GLint vbo; vbo should be a GLuint.

Re: [10/10] WineD3D: With FVFs only one stream is used

2007-02-19 Thread H. Verbeet
Eventually, the FVF path should be removed from wined3d completely. We should convert the FVF in d3d8 to a vertex declaration, just like in d3d9.

Re: dbghelp: Match the crc for debug link files in elf_locate_debug_link so that we get the correct debug file before trying to parse it.

2007-02-19 Thread Eric Pouech
Robert Shearman a écrit : Keep the debuglink elf_file_map mapped until after elf_new_public_symbols is called, otherwise we could use unmapped memory. this is still not the full valid solution... what should be done is: when we search for a given section, we should look first in the

Re: [PATCH 3/3] ntdll: fix up instruction pointer in context insideraise_exception

2007-02-19 Thread Peter Oberndorfer
On Monday 19 February 2007 09:37, Dmitry Timoshkov wrote: Peter Oberndorfer [EMAIL PROTECTED] wrote: I'm not fully sure if the fixup also happens for other architectures (i guess not) so this patch is more a RFC @@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEPTION_RECORD

a big fan of your work

2007-02-19 Thread Jeffrey Sabarese
hi there! I have to wonder if i don't use WinE more than the average Fedora Core 5 user. I am forever trying to figure out how to run my old Windows apps here in the linux environment, using your incredible software. If ever you seek a test subject, or feedback of any kind, please don't hesitate

Re: dbghelp: Match the crc for debug link files in elf_locate_debug_link so that we get the correct debug file before trying to parse it.

2007-02-19 Thread Eric Pouech
Robert Shearman a écrit : Eric Pouech wrote: Robert Shearman a écrit : Keep the debuglink elf_file_map mapped until after elf_new_public_symbols is called, otherwise we could use unmapped memory. this is still not the full valid solution... what should be done is: when we search for a

Re: Resend 1/4 NtCreateMailslotFile tests

2007-02-19 Thread Eric Pouech
[EMAIL PROTECTED] a écrit : On 2/17/07, Eric Pouech [EMAIL PROTECTED] wrote: Jeff L a écrit : Eric Pouech wrote: Jeff Latimer a écrit : Establish the framework for testing NtCreateMailslotFile. Have fixed issues with NTSTATUS return codes etc. those tests belong to dlls/ntdll, not

Re: [PATCH] return when not finding the name

2007-02-19 Thread Eric Pouech
Marcus Meissner a écrit : On Sun, Feb 18, 2007 at 01:40:12PM +0100, Eric Pouech wrote: Marcus Meissner a écrit : --- dlls/dbghelp/dwarf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index 4f74b6a..f51a948 100644

Re: a big fan of your work

2007-02-19 Thread Robert Shearman
Jeffrey Sabarese wrote: I guess you could say then that my question for you is: How might i go about trying to get IE6 to be recognized by such WinE-apps as TopStyle? I have installed, and use the ies4linux I believe ies4linux installs IE in a different WINEPREFIX to the default. Therefore,

Re: [start][start][try2] Output with console encoding

2007-02-19 Thread Robert Shearman
Anatoly Lyutin wrote: +len = MultiByteToWideChar( CP_ACP, 0, message, -1, NULL, 0 ); +bufW = HeapAlloc( GetProcessHeap(), 0, len ); + len is in WCHARs, not bytes so this will cause heap corruption. It really would be a lot easier to make output take a Unicode string instead.

Working on JScript/VBScript support for MSI

2007-02-19 Thread Misha Koshelev
Hi, since MSDN states that any installer that requires JScript/VBScript must make sure to install it, and since some applications require these for install (bug #7353 and another one is there for VBScript for a different installer), I figure there is no reason why builtin MSI cannot use Microsoft

Re: [2/2] quartz: Return proper error codes from GraphBuilder_RenderFile

2007-02-19 Thread Mirek
Hi, this patch caused regression in TES IV: Oblivion, now it can't run, here is output: fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category

XCOPY support

2007-02-19 Thread Ann Jason Edmeades
Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of XCOPY support. Does anyone have anything like this in their tree, or should I try to knock something up? I also assume it needs to be a separate program, not part of cmd.exe, to mimic how windows does it? Jason

Re: generic.ppd does not appear in the build dir - cannot print

2007-02-19 Thread Michael [Plouj] Ploujnikov
I have just finished confirming that this problem was indeed caused by some mess up in Gentoo's 32bit filesystem layout (as we discussed on IRC). A solution has been posted: http://wiki.winehq.org/WineOn64bit I am now able to print in Wine using CUPS, not Wine's generic.ppd, again. Thanks for

wine-0.9.31 version is absent from bugzilla

2007-02-19 Thread Vitaliy Margolen
Please whoever has powers to add new versions to bugzilla, can they please do that? Thanks. Vitaliy.

Re: wine-0.9.31 version is absent from bugzilla

2007-02-19 Thread Lei Zhang
Does someone manually add new versions to bugzilla or is it done automatically? On 2/19/07, Vitaliy Margolen [EMAIL PROTECTED] wrote: Please whoever has powers to add new versions to bugzilla, can they please do that? Thanks. Vitaliy.

re: XCOPY support

2007-02-19 Thread Dan Kegel
Jason, Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of XCOPY support. I've been wishing for this for other reasons lately. Glad you're looking at it! Does anyone have anything like this in their tree, or should I try to knock something up? I'm not aware of

Re: [start][start] Output with console encoding

2007-02-19 Thread Vitaliy Margolen
Anatoly Lyutin wrote: Vitaliy Margolen wrote: Changelog: Fix output console to output with console encoding. static void output(const char *message) This is not correct. This function and everything else, using it should be rewritten as unicode, not ansi. Also you should use

Re: [7/10] WineD3D: No bounds checking is done on sampler / texture numbers

2007-02-19 Thread Vitaliy Margolen
H. Verbeet wrote: On 19/02/07, Stefan Dösinger [EMAIL PROTECTED] wrote: -if(Sampler GL_LIMITS(sampler_stages) || Sampler 0 || Type WINED3D_HIGHEST_SAMPLER_STATE || Type 0) { This also checked the sampler state, not just the sampler. I would also keep some warning messages in

Re: [8/10] WineD3D: Move the scissor rect angle to the state table,Stefan Dösinger

2007-02-19 Thread Vitaliy Margolen
Stefan Dösinger wrote: +if(memcmp(This-updateStateBlock-scissorRect, pRect, sizeof(*pRect)) == 0) { +TRACE(App is setting the old scissor rectangle over, nothing to do\n); +return WINED3D_OK; +} memcpy(This-updateStateBlock-scissorRect, pRect, sizeof(*pRect));

0.9.31 not suitable for gaming

2007-02-19 Thread Pavel Troller
Hi! I've tried 0.9.31 and it seems that there is a regression in at least two games: - Fallout Tactics (BOS.exe): Shows a dialog stating C:\dev\phoenix\display\win32\win32_window.cpp(873): **fatal error**: Could not create display buffers and then another one about abnormal termination of the

AppDB e-mail notifications.

2007-02-19 Thread Vitaliy Margolen
Can some one fix e-mail notifications sent err. NOT sent from appdb? I have not received a single notification from the apps I am a super maintainer for! Except my own messages! On a side not, thanks to whomever that was who edited steam's howto and erased all the formatting! And they haven't

Re: [PATCH 3/3] ntdll: fix up instruction pointer in contextinsideraise_exception

2007-02-19 Thread Dmitry Timoshkov
Peter Oberndorfer [EMAIL PROTECTED] wrote: The strange thing is my testcase [patch 2/3] shows/(should show) that the debugger gets a unmodified eip for a first chance exception + if (de.u.Exception.dwFirstChance) + { + /* debugger gets first chance exception with unmodified ctx.Eip */ +

Re: Comctl32 Status Bar Test

2007-02-19 Thread Lei Zhang
On 2/10/07, Felix Nawothnig [EMAIL PROTECTED] wrote: Alex Arazi wrote: -ok(rc.top == 2, Expected 2, got %d\n, rc.top); -ok(rc.bottom == 21, Expected 21, got %d\n, rc.bottom); -ok(rc.left == 0, Expected 0, got %d\n, rc.left); -ok(rc.right == 50, Expected 50, got %d\n,