Re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-07-04 Thread James McKenzie
Brent Roman wrote: Originally submitted on 6/14/09. Resubmitted after comments on this bug: http://bugs.winehq.org/show_bug.cgi?id=19134 The attached patch against the master branch (as of today) fixes what appears to be a long standing bug in Wine's GetSystemMenu function in

Re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-07-01 Thread Paul Vriens
Brent Roman wrote: Originally submitted on 6/14/09. Resubmitted after comments on this bug: http://bugs.winehq.org/show_bug.cgi?id=19134 The attached patch against the master branch (as of today) fixes what appears to be a long standing bug in Wine's GetSystemMenu function in User32.dll.so.

Re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-07-01 Thread Alexandre Julliard
Brent Roman br...@mbari.org writes: Originally submitted on 6/14/09. Resubmitted after comments on this bug: http://bugs.winehq.org/show_bug.cgi?id=19134 The attached patch against the master branch (as of today) fixes what appears to be a long standing bug in Wine's GetSystemMenu

re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-06-15 Thread Dan Kegel
Brent wrote: This was causing some apps to crash with invalid read from address 0x4. Which apps? Is there a bug report for this? - Dan

Re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-06-15 Thread Brent Roman
Hi Dan, The app I've been trying to run for years under Wine is: http://www.quadravox.com/AQ430.htm The version I use is 2.0.6.9, but I strongly suspect the problem will show up in their current versions as well. You may download a 30-day trial version to verify the bug fix. However, I think