Exception but not when running with +relay

2007-11-01 Thread Paul Vriens
Hi, I just tried the latest PE Explorer (http://www.heaventools.com/download-pe-explorer.htm). When I stopped the application I ran into an exception within NtSetInformationThread. If I however do a +relay I don't get into this exception. What does such a difference point to? -- Cheers, Pau

Re: alsa->pulseaudio->alsa directsound hang

2007-11-01 Thread Al Tobey
On 10/31/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hi Al, > > Al Tobey schreef: > > I spent some time this evening playing around with trying to get wine > > sound output to go through pulseaudio on my fc8/rawhide (x86_64) box. > > I tried wine 0.9.43 (built), 0.9.47 (fc8 rpm), and Cross

valgrind results online

2007-11-01 Thread Dan Kegel
I've posted results from running the entire conformance test suit under Valgrind at http://kegel.com/wine/valgrind/20071001/ There are 100 files there; one for each test that had warnings. (And one more file with everything concatenated together, http://kegel.com/wine/valgrind/20071001/vg-all.

Re: Dead code in dlls/ntdll/tape.c

2007-11-01 Thread Robert Shearman
Gerald Pfeifer wrote: > We currently have the following code in tape.c: > > if (data->Offset.u.LowPart >= 0) { > cmd.mt_op = MTFSF; > cmd.mt_count = data->Offset.u.LowPart; > } > else { > cmd.mt_op = MTBSF; > cmd.mt_count = -da

Re: Dead code in dlls/ntdll/tape.c

2007-11-01 Thread Hans Leidekker
On Thursday 01 November 2007 21:22:14 Gerald Pfeifer wrote: > We currently have the following code in tape.c: > > if (data->Offset.u.LowPart >= 0) { > cmd.mt_op = MTFSF; > cmd.mt_count = data->Offset.u.LowPart; > } > else { > cmd.mt_op =

Dead code in dlls/ntdll/tape.c

2007-11-01 Thread Gerald Pfeifer
We currently have the following code in tape.c: if (data->Offset.u.LowPart >= 0) { cmd.mt_op = MTFSF; cmd.mt_count = data->Offset.u.LowPart; } else { cmd.mt_op = MTBSF; cmd.mt_count = -data->Offset.u.LowPart; } data i

Re: mshtml: Set IE version when installing wine gecko

2007-11-01 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > But currently, if you use the new installing way (from hard drive), > Gecko installs during wineprefixcreate if user has it set up correctly. > It means that some users will have always set IE version, others won't. > It's definitely not what we want. We m

Re: mshtml: Set IE version when installing wine gecko

2007-11-01 Thread Chris Robinson
On Thursday 01 November 2007 12:40:25 pm Jacek Caban wrote: > The real solution is to always set IE version. To do it we have to fix > apps that block it. The problem, apart from that I didn't have time to > make bug hunting on them yet, is that we don't really have a list of > such apps. Quicken i

Re: Wine Gecko packaging

2007-11-01 Thread Jacek Caban
Boaz Harrosh wrote: > Do you have a magic param to download the latest one available? > something like: winegecko.php?v=latest > No, we don't have, but it sounds like a good idea. It's easy to add. Jacek

Re: mshtml: Set IE version when installing wine gecko

2007-11-01 Thread Jacek Caban
Chris Robinson wrote: > Actually, Alexendre agreed to the patch *because* it sets the version when > Gecko is installed. This allows people to still install native IE if they > wish, and allows apps that need native IE to be able to have it, by > installing IE before Gecko. Alexendre wasn't will

Re: mshtml: Set IE version when installing wine gecko

2007-11-01 Thread Chris Robinson
On Thursday 01 November 2007 10:47:36 am Jacek Caban wrote: > Hi Chris, > > This patch is already committed, but, I'm afraid, it's wrong. Setting > these registries has nothing to do with installing Gecko. Setting them > in Gecko installer will only make supporting it harder. We don't want to > tel

Re: iexplore proxy server

2007-11-01 Thread Jacek Caban
Luke Bratch wrote: > Hello > > Is there supposed to be a way to set a HTTP (or > otherwise) proxy server in Wine's iexplore at the > moment? > > I can't find any such documentation, but searching > around has found a lot of people suggesting that > setting these keys will help: > > [Software\\Micro

Re: mshtml: Set IE version when installing wine gecko

2007-11-01 Thread Jacek Caban
Hi Chris, This patch is already committed, but, I'm afraid, it's wrong. Setting these registries has nothing to do with installing Gecko. Setting them in Gecko installer will only make supporting it harder. We don't want to tell user to "run iexplore about:blank" to get an app working. I will sen

Re: Cleanup of riched20 tests - request for help on test_WM_PASTE

2007-11-01 Thread Alex Villací­s Lasso
Alex Villací­s Lasso escribió: > I am currently trying to clean up the riched20 tests that are failing in > WinXP. While doing this, I have encountered the following problem: on > the function test_WM_PASTE() (at line 1959 of > dlls/riched20/tests/editor.c in current git), the test is supposed t

Re: Make test drill, next steps, call for help with Winetest

2007-11-01 Thread Paul Vriens
Francois Gouget wrote: > On Sat, 27 Oct 2007, Francois Gouget wrote: > In fact I've been able to verify that it works in real life since > winetest has not been updated since last monday :-( > Compilation problems? Yeah, I guess due to the new d3dx8 tests. Have a look at http://quisquiliae.physi

Re: Make test drill, next steps, call for help with Winetest

2007-11-01 Thread Francois Gouget
On Sat, 27 Oct 2007, Francois Gouget wrote: [...] > There are other options to specify which version of winetest.exe to > grab, to set the timeout on the tests execution, etc. > > Things still on the todo list: > * the script also grabs the winetest.exe signature and attempts to > verify it. Bu

Re: [Bug 10266] Numpad keyboard handling is strange, Del keyproduces two events

2007-11-01 Thread Dmitry Timoshkov
"Peter Åstrand" <[EMAIL PROTECTED]> wrote: > 1) "Not consistent" > > It might be interesting to compare with CapsLock. Shift can cancel > CapsLock, but also substitute it. This is true on both Windows and Linux. > Additionally, on Linux, NumLock works the same, ie Shift works in both > directions.

iexplore proxy server

2007-11-01 Thread Luke Bratch
Hello Is there supposed to be a way to set a HTTP (or otherwise) proxy server in Wine's iexplore at the moment? I can't find any such documentation, but searching around has found a lot of people suggesting that setting these keys will help: [Software\\Microsoft\\Windows\\CurrentVersion\\Interne

Re: [Bug 10266] Numpad keyboard handling is strange, Del key produces two events

2007-11-01 Thread Peter Åstrand
Perhaps we need to gather more input from other developers: > http://bugs.winehq.org/show_bug.cgi?id=10266 > > --- Comment #4 from Dmitry Timoshkov <[EMAIL PROTECTED]> 2007-11-01 08:32:46 > --- > > But in that case, you will find all of your X11 applications on your > > desktop, > > including

Re: Bug in dlls/oleaut32/tests/vartype.c?

2007-11-01 Thread Gerald Pfeifer
[ Updated patch at the end, Alexandre. ] On Mon, 29 Oct 2007, Alex Villací­s Lasso wrote: > Sorry to object, but which version of exactly which compiler optimizes > away the negative sign? You're right, I misread this, sorry. My original patch wasn't wrong, but the explanation was, and there s

Re: setupapi: Add stub for SetupInstallServicesFromInfSectionW

2007-11-01 Thread Frank Richter
On 01.11.2007 14:26, Robert Shearman wrote: > There's no need to move the entry for > SetupInstallServicesFromInfSectionW. The list was sorted alphabetically, > but now it isn't. Unless you ignore the A/W suffix. One could argue that this is more intuitive as you could locate an entry in the lis

Re: setupapi: Add stub for SetupInstallServicesFromInfSectionW

2007-11-01 Thread Robert Shearman
Chris Robinson wrote: > @ stdcall SetupInstallFromInfSectionA(long long str long long str long ptr > ptr long ptr) > @ stdcall SetupInstallFromInfSectionW(long long wstr long long wstr long ptr > ptr long ptr) > @ stdcall SetupInstallServicesFromInfSectionA(long str long) > +@ stdcall SetupIns

Re: New DLL, Server and Service Documentation

2007-11-01 Thread Stefan Dösinger
Am Donnerstag, 1. November 2007 08:00:36 schrieb Roy Shea: > Howdy All, > > This autumn I began learning both Wine and COM. A > combination of limited documentation and trouble finding the > right example code for my task at hand made this a difficult > process. In an attempt to help other new Wi

Re: wined3d: Enable clip planes with GLSL shader backend

2007-11-01 Thread Stefan Dösinger
Am Donnerstag, 1. November 2007 02:01:14 schrieb Ivan Gyurdiev: > > +if (use_vs(stateblock->wineD3DDevice) && > > stateblock->wineD3DDevice->vs_selected_mode == SHADER_ARB) > > GLSL specific logic should go in glsl_shader.c. > > Please try to get away from writing code in terms of flags and if

Re: Wine Gecko packaging

2007-11-01 Thread Boaz Harrosh
- Original Message - *From:* Jacek Caban <[EMAIL PROTECTED]> *To:* Dmitry Timoshkov <[EMAIL PROTECTED]> *CC:* wine-devel@winehq.org *Sent:* Wed, Oct 31 2007 at 21:20 +0200 *Subject:* Wine Gecko packaging > Hi Dmitry, > > Dmitry Timoshkov wrote: > >> http://source.winehq.org/winegecko.p