Re: "Mockba to Berlin" game - mouse not clicking

2010-01-21 Thread Vitaliy Margolen
Pavel Troller wrote: > BUT: The mouse buttons are DEAD. All I cannot left-click, right-click, > mid-click, simply nothing. Sounds like a new bug in wined3d. Try older Wine version(s) (wine-1.1.28 ish). Vitaliy.

Re: RFC: dwarf merge patch

2010-01-21 Thread Eric Pouech
André Hentschel a écrit : Eric Pouech schrieb: André Hentschel a écrit : Hi, I made a patch to merge code from ntdll/signal_x86_64.c to dbghelp/dwarf.c The operator DW_OP_deref_size needs to read different sizes of variables from memory into a fixed size variable. Now i am not sure if m

Re: "Mockba to Berlin" game - mouse not clicking

2010-01-21 Thread John Klehm
On Thu, Jan 21, 2010 at 12:14 PM, Pavel Troller wrote: >  The game was tested on 3 different machines but with the same wine > installation. The results were identical. >  Are there any general tips, what we can try to solve the problem ? > You're looking for the wine users list. http://www.wine

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Paul Vriens : > On 01/21/2010 06:54 PM, Reece Dunn wrote: >> >> 2010/1/21 Nikolay Sivov: >>> >>> On 1/21/2010 20:41, Reece Dunn wrote: 2010/1/21 Nikolay Sivov: > > On 1/21/2010 19:49, Paul Vriens wrote: > >> >> On 21 jan 2010, at 17:26, Nikolay Sivov >>>

"Mockba to Berlin" game - mouse not clicking

2010-01-21 Thread Pavel Troller
Hi! My son bought a game DVD bound to a youngster's magazine. It contains a 5 years old game by Monte Cristo Multimedia, called "Mockba to Berlin". We were trying this game with wine 1.1.36. The game PERFECTLY installs and then PERFECTLY launches, going through all the initial screens and video

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Paul Vriens
On 01/21/2010 06:54 PM, Reece Dunn wrote: 2010/1/21 Nikolay Sivov: On 1/21/2010 20:41, Reece Dunn wrote: 2010/1/21 Nikolay Sivov: On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26, Nikolay Sivovwrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM,

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov : > On 1/21/2010 20:41, Reece Dunn wrote: >> >> 2010/1/21 Nikolay Sivov: >> >>> >>> On 1/21/2010 19:49, Paul Vriens wrote: >>> On 21 jan 2010, at 17:26, Nikolay Sivov  wrote: > > On 1/21/2010 19:19, Paul Vriens wrote: > >> >> On 01/18/

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Nikolay Sivov
On 1/21/2010 20:41, Reece Dunn wrote: 2010/1/21 Nikolay Sivov: On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26, Nikolay Sivov wrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test st

Re: RFC: dwarf merge patch

2010-01-21 Thread André Hentschel
Eric Pouech schrieb: > André Hentschel a écrit : >> Hi, >> I made a patch to merge code from ntdll/signal_x86_64.c to >> dbghelp/dwarf.c >> The operator DW_OP_deref_size needs to read different sizes of >> variables from memory into a fixed size variable. >> Now i am not sure if my solution is the

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Reece Dunn
2010/1/21 Nikolay Sivov : > On 1/21/2010 19:49, Paul Vriens wrote: >> >> On 21 jan 2010, at 17:26, Nikolay Sivov wrote: >> >>> On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: > > Add basic test structure for IXmlReader > Hi Nikola

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Nikolay Sivov
On 1/21/2010 19:49, Paul Vriens wrote: On 21 jan 2010, at 17:26, Nikolay Sivov wrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test structure for IXmlReader Hi Nikolay, This one crashes on Vista without a servicepack at: +IXmlRead

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Paul Vriens
On 21 jan 2010, at 17:26, Nikolay Sivov wrote: On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test structure for IXmlReader Hi Nikolay, This one crashes on Vista without a servicepack at: +IXmlReader_Release(reader); +} All the calls be

Fwd: [user32/tests] Don't crash on Win9x/WinMe

2010-01-21 Thread Peter Dons Tychsen
Forgot wine-devel, >>I'm lost here as TrackPopupMenu() is not called in a loop. It's only called once. So which API function are you referring to? I was referring to the "loop" we got into on NT4 where the proc handler would be re-entered again and again. My idea was that if this happened on 9x a

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Nikolay Sivov
On 1/21/2010 19:19, Paul Vriens wrote: On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test structure for IXmlReader Hi Nikolay, This one crashes on Vista without a servicepack at: +IXmlReader_Release(reader); +} All the calls before that one look ok (they produce the expected o

Re: [PATCH 4/5] xmllite/tests: Add basic test structure for IXmlReader

2010-01-21 Thread Paul Vriens
On 01/18/2010 10:28 PM, Nikolay Sivov wrote: Add basic test structure for IXmlReader Hi Nikolay, This one crashes on Vista without a servicepack at: +IXmlReader_Release(reader); +} All the calls before that one look ok (they produce the expected output). I guess "vista without an SP" c

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-21 Thread Vitaliy Margolen
Lauri Kenttä wrote: > The new series of patches has some related changes (including a new test) > applied before this one. You have some issues in your test as well. The SetCursorPos() calls hooks on Wine because Wine has big issue - it doesn't filter pointer move messages that were caused by Wine

Re: [user32/tests] Don't crash on Win9x/WinMe

2010-01-21 Thread Paul Vriens
On 01/21/2010 04:48 PM, Peter Dons Tychsen wrote: >> But maybe not with a window that's in the process (or already) of being destroyed (in the callback). OK, but in the the first run of the "loop" we are not in the process of destroying the window, as DestroyWindow has not been called yet. Am i

Re: [user32/tests] Don't crash on Win9x/WinMe

2010-01-21 Thread Peter Dons Tychsen
>> But maybe not with a window that's in the process (or already) of being destroyed (in the callback). OK, but in the the first run of the "loop" we are not in the process of destroying the window, as DestroyWindow has not been called yet. Am i missing something? Are there other things that cause

Re: [user32/tests] Don't crash on Win9x/WinMe

2010-01-21 Thread Paul Vriens
On 01/21/2010 03:07 PM, Peter Dons Tychsen wrote: It took a while but I found the culprit. The crash is most likely because the window is (about to be) destroyed. The only thing left to do is to fix the 211 test failures on NT4. I fixed a typo while at it and used a define in

Re: [user32/tests] Don't crash on Win9x/WinMe

2010-01-21 Thread Peter Dons Tychsen
> It took a while but I found the culprit. The crash is most likely because > the window is (about to be) destroyed. > > The only thing left to do is to fix the 211 test failures on NT4. > > I fixed a typo while at it and used a define instead of a magic value. > > > Are you sure this is the right

Re: wmc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

2010-01-21 Thread Jacek Caban
On 1/21/10 2:33 PM, Rob Shearman wrote: 2010/1/21 Jacek Caban: Hi Rob, On 1/21/10 12:57 PM, Rob Shearman wrote: --- tools/wmc/wmc.c |8 +--- tools/wmc/wmc.h |2 +- 2 files changed, 6 insertions(+), 4 deletions(-) --- a/tools/wmc/wmc.h +++ b/tools/wmc/wmc.h @

Re: cmd: Added cmd.exe tests.

2010-01-21 Thread Jacek Caban
On 1/21/10 1:48 PM, Paul Vriens wrote: On 01/20/2010 06:35 PM, Jacek Caban wrote: --- programs/cmd/tests/Makefile.in | 14 ++ programs/cmd/tests/batch.c | 286 ++ programs/cmd/tests/rsrc.rc | 23 +++ programs/cmd/tests/test_echo.cmd | 9 + programs/cmd/tests/test_echo

Re: wmc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

2010-01-21 Thread Rob Shearman
2010/1/21 Jacek Caban : > Hi Rob, > > On 1/21/10 12:57 PM, Rob Shearman wrote: >> >> --- >>  tools/wmc/wmc.c |    8 +--- >>  tools/wmc/wmc.h |    2 +- >>  2 files changed, 6 insertions(+), 4 deletions(-) >> > > --- a/tools/wmc/wmc.h > +++ b/tools/wmc/wmc.h > @@ -65,7 +65,7 @@ extern node_t *nod

Some Wine development statistics

2010-01-21 Thread Paul Vriens
Hi, Just found this: http://gitstats.sourceforge.net/examples/wine/index.html -- Cheers, Paul.

Re: cmd: Added cmd.exe tests.

2010-01-21 Thread Paul Vriens
On 01/20/2010 06:35 PM, Jacek Caban wrote: --- programs/cmd/tests/Makefile.in | 14 ++ programs/cmd/tests/batch.c | 286 ++ programs/cmd/tests/rsrc.rc | 23 +++ programs/cmd/tests/test_echo.cmd | 9 + programs/cmd/tests/test_echo.cmd.out | 21 +++ 5 files changed, 353 i

Re: wmc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

2010-01-21 Thread Jacek Caban
Hi Rob, On 1/21/10 12:57 PM, Rob Shearman wrote: --- tools/wmc/wmc.c |8 +--- tools/wmc/wmc.h |2 +- 2 files changed, 6 insertions(+), 4 deletions(-) --- a/tools/wmc/wmc.h +++ b/tools/wmc/wmc.h @@ -65,7 +65,7 @@ extern node_t *nodehead; extern lan_blk_t *lanblockhead; int

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-21 Thread Lauri Kenttä
Thanks for your comments, Vitaliy. At first, I must point out that you're commenting on a patch that has already been superseded. Not that there's much difference, but the new series of patches has some related changes (including a new test) applied before this one. Vitaliy Margolen wrote: > Lots

Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Lauri Kenttä
Hello Nicolas, Thanks for your suggestions, I sent a new patch. -- Lauri Kenttä

Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Nicolas Le Cam
2010/1/21 Lauri Kenttä : > SetCursorPos should not call mouse low-level hooks. > --- >  dlls/user32/tests/input.c |   16 >  1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c > index 7713ff6..a5dba06 100644 > ---

Re: example code appending files with w32api broken?

2010-01-21 Thread Hin-Tak Leung
--- On Wed, 20/1/10, Uwe Bonnes wrote: > Dear Hin-Tak, > > try to write test for the test suite. And for trying > genuine windows, use > the winetsetbot. No need to reboot. > > Test in the test suite fingerpoint at errors and help to > not introduce > regressions. Hmm, I can see how winetsetb

Re: example code appending files with w32api broken?

2010-01-21 Thread Hin-Tak Leung
--- On Wed, 20/1/10, Uwe Bonnes wrote: > Dear Hin-Tak, > > try to write test for the test suite. And for trying > genuine windows, use > the winetsetbot. No need to reboot. > > Test in the test suite fingerpoint at errors and help to > not introduce > regressions. I finally got round to rebo

Re: gdi32: Add OEM charset for processing in TranslateCharsetInfo

2010-01-21 Thread Dmitry Timoshkov
Ilya Shpigor wrote: > Some details about this patch: > > The getting charset through the GetTextCharset works with mistakes for OEM > charset. The problem exist in SelectObject where the gdi font is created from > the logical font. Wine try to get information about the charset in this gdi > f