Re: user32: Handle GetTextMetricsW failure in get_text_metr_size

2008-06-13 Thread Dmitry Timoshkov
"Roy Shea" <[EMAIL PROTECTED]> wrote: > Initializes the tmHeight field of the TEXTMETRICW used by callers of > get_text_metr_size, even when calls to GetTextMetricsW fail. This fix > remedies the Valgrind errors of the form "normalize_nonclientmetrics > (sysparams.c:1043)" found throughout the ad

Re: user32: Allow a NULL foreground window in the tests

2008-06-13 Thread Dmitry Timoshkov
"James Hawkins" <[EMAIL PROTECTED]> wrote: > I added the minimize call to winetest, but the win failures are still > happening. Now I'm wondering if it has to do with the fact that > explorer either gets restarted, or disappears or something right > before the win tests and if that affects the wi

Re: [legal] eligibility for contributing code to wine for students / graduates of a course derived from the Microsoft Windows Acadamic Program

2008-06-13 Thread Steven Edwards
On Fri, Jun 13, 2008 at 8:57 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > They can also read the NDA I'm sure they had to sign before > participating in the program. There is no NDA as far as I am aware. The license restrictions are that you can't copy and paste anything but your free to take wh

Re: [legal] eligibility for contributing code to wine for students / graduates of a course derived from the Microsoft Windows Acadamic Program

2008-06-13 Thread James Hawkins
On Fri, Jun 13, 2008 at 7:27 PM, Steven Edwards <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 7:54 PM, Mark Farnell <[EMAIL PROTECTED]> wrote: >> If a student is currently taking, or has previously taken a course >> derived from the Microsoft Windows Academic Program >> >> http://www.microso

Re: [legal] eligibility for contributing code to wine for students / graduates of a course derived from the Microsoft Windows Acadamic Program

2008-06-13 Thread Steven Edwards
On Fri, Jun 13, 2008 at 7:54 PM, Mark Farnell <[EMAIL PROTECTED]> wrote: > If a student is currently taking, or has previously taken a course > derived from the Microsoft Windows Academic Program > > http://www.microsoft.com/resources/sharedsource/windowsacademic/default.mspx > > which contains the

Re: Wine-1.0 release notes

2008-06-13 Thread Steven Edwards
On Thu, Jun 12, 2008 at 3:20 AM, Reece Dunn <[EMAIL PROTECTED]> wrote: > Does anyone know what the state of installing/running Office 2003 is, > because I seem to recall there being a regression in this area. That > is something that I would consider a blocker. It installs fine, however almost not

[legal] eligibility for contributing code to wine for students / graduates of a course derived from the Microsoft Windows Acadamic Program

2008-06-13 Thread Mark Farnell
If a student is currently taking, or has previously taken a course derived from the Microsoft Windows Academic Program http://www.microsoft.com/resources/sharedsource/windowsacademic/default.mspx which contains the curriculum resource kit, Windows Research Kernel (containing Windows XP x64 amd Se

Re: Wine-1.0 release notes

2008-06-13 Thread Reece Dunn
2008/6/12 Vitaliy Margolen <[EMAIL PROTECTED]>: > Reece Dunn wrote: >> >> 2008/6/11 Vitaliy Margolen <[EMAIL PROTECTED]>: >>> >>> In short - that after everyone's hard work and 15 years of development >>> wine-1.0 is just a release tag nothing more. >> >> I think that this is overly harsh. It's lik

Re: user32: Allow a NULL foreground window in the tests

2008-06-13 Thread James Hawkins
On Tue, Jun 10, 2008 at 9:36 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "James Hawkins" <[EMAIL PROTECTED]> wrote: > >> I've debugged this a bit more, and when running the user32:win test >> within the winetest.exe program, all checked calls to >> GetForegroundWindow return NULL. When runni

Re: 'Interactive' tests on Windows 2003

2008-06-13 Thread James Hawkins
On Fri, Jun 13, 2008 at 8:40 AM, Francois Gouget <[EMAIL PROTECTED]> wrote: > > Someone asked to check which tests require interaction when running in > my Windows 2003 VM. However I cannot find the corresponding email (it > might have been on irc), so I'm sending this data to the list. > > So the

Re: twinview and user32/tests/monitor.c

2008-06-13 Thread Dan Kegel
On Fri, Jun 13, 2008 at 10:33 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > My workstation was failing a test because it didn't have a 640x480 display > mode. > Turned out it was how the dual monitor support was configured, > and changing a line in /etc/X11/xorg.conf ... made the test happy. > > Prob

twinview and user32/tests/monitor.c

2008-06-13 Thread Dan Kegel
My workstation was failing a test because it didn't have a 640x480 display mode. Turned out it was how the dual monitor support was configured, and changing a line in /etc/X11/xorg.conf from Option "MetaModes" "2560x1600,2560x1600; 1920x1200,1920x1200; 1600x1200,1600x1200; 1280x102

Unhandled page fault on prefix creation on osx 10.5

2008-06-13 Thread Cesar Izurieta
I just deleted my .wine directory and run wineboot. The .wine directory is recreated but I get: wine: created the configuration directory '/Users/cesar/.wine' wine: Unhandled page fault on read access to 0x008cc65f at address 0x0eb8 (thread 000b), starting debugger... couldn't load main module

Handy valgrind tips

2008-06-13 Thread Dan Kegel
I've started collecting tips about how to track down wine bugs using valgrind; they're at the bottom of http://wiki.winehq.org/Wine_and_Valgrind There are two right now (about building wine with -O0, and about using WINEDEBUG to flush out undefined values into the open). Share and enjoy...

Re: How long does it take you to compile wine?

2008-06-13 Thread Brian Vincent
On Sun, Jun 1, 2008 at 2:16 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > I found a nice graph of Wine's codebase size over time: > http://www.ohloh.net/projects/wine/analyses/latest > Looks like it's just about exactly doubled since that > last measurement in late 2002. Anyone else notice that lin

Re: How long does it take you to compile wine?

2008-06-13 Thread Francois Gouget
On Sun, 1 Jun 2008, Vít Hrachový wrote: > Hi Dan, > it's 31 minutes on AMD Athlon(tm) 64 Processor 3700+, 2GB RAM. He he, I think I hold the record. Wall clock | CPU | RAM | gcc | Machine +--+---+---+ 145m38.115s | P3 600

'Interactive' tests on Windows 2003

2008-06-13 Thread Francois Gouget
Someone asked to check which tests require interaction when running in my Windows 2003 VM. However I cannot find the corresponding email (it might have been on irc), so I'm sending this data to the list. So the only interaction that was needed was caused by this IE security dialog: Conten

Re: -O0 nearly twice as fast to build as -O2

2008-06-13 Thread Dan Kegel
On Thu, Jun 12, 2008 at 10:43 PM, Pavel Troller <[EMAIL PROTECTED]> wrote: > Yes, you are right, turning optimization off speeds up the compilation > substantially. > HOWEVER, it changes the generated code and due to various features of the > compiler (like inlining or another) being present/abse