Re: uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-28 Thread Stefan Dösinger
There are a few more things to keep in mind: -> The DIB engine would not be used to draw to windows or the NULL hwnd. It will be used to draw to device independent bitmaps only. -> Some applications may *want* to draw to the screen outside their window. I think the dxdiag.exe app does so. -> S

uninformed musings on ddraw + bugs 2082 and 1347 + dib engine

2008-05-28 Thread Vincent Povirk
I apologize if what I'm about to say is wrong and useless. I feel the need to say it just in case it is not as wrong and useless as I fear. Background: We have two very difficult (possibly unfixable) ddraw bugs: http://bugs.winehq.org/show_bug.cgi?id=2082 - DirectDraw games only showing black sc

Re: 2k is the default version?

2008-05-28 Thread Austin English
On Wed, May 28, 2008 at 3:01 PM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Maybe you installed an old distributors version of wine? I used to install the budgetdedicated deb each week, and run git from ~/wine-git, but I stopped that a couple months ago. I've been doing a sudo make install...I

Re: 2k is the default version?

2008-05-28 Thread Maarten Lankhorst
Hello Austin, 2008/5/28 Austin English <[EMAIL PROTECTED]>: > On Tue, May 27, 2008 at 5:33 PM, John Klehm <[EMAIL PROTECTED]> wrote: >> Hrmm so off by 1 error in your winecfg dropdown box then? Maybe check >> the actual registry file? >> grep -C6 "\[SoftwareMicrosoftWindows >> NT\

Re: 2k is the default version?

2008-05-28 Thread Austin English
On Tue, May 27, 2008 at 5:33 PM, John Klehm <[EMAIL PROTECTED]> wrote: > Hrmm so off by 1 error in your winecfg dropdown box then? Maybe check > the actual registry file? > grep -C6 "\[SoftwareMicrosoftWindows > NTCurrentVersion]" .wine/system.reg > > Good luck, > John > R

Re: wine site: Translate sendind_patches to Spanish in web.site.git

2008-05-28 Thread Jeremy Newman
1. Please preface your patch with [website] so I can pick it out of the large amount of email in wine-patches. 2. The website does not support translations yet. I don't think it is much work to support it. Mainly the HTML class template() function needs to check the browser for the language, th

Re: wine video codec demo

2008-05-28 Thread Dan Kegel
On Tue, May 27, 2008 at 6:21 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > I put together a little script demonstrating how to install > and use various video codecs and use them in a test > application (media player classic). To try it out, do > wget http://kegel.com/wine/winetricks > wget http://

Re: [ws2_32/tests] Fix crash on win98

2008-05-28 Thread Kai Blin
On Wednesday 28 May 2008 10:08:49 Paul Vriens wrote: > Hi, > > As pi_size was uninitialized the value turned out to be the cause of this > crash. > > I don't know where that limit ( 2*sizeof(WSAPROTOCOL_INFOA) ) comes from > but tests show it has to be less then that on win98. Whoops, thanks for t

Re: advpack.c must be compiled with optimization?

2008-05-28 Thread Michael Karcher
Am Montag, den 26.05.2008, 22:16 -0700 schrieb Dan Kegel: > Oddly, if I compile the wine tree without -O2, the following > test fails: > > ../../../wine advpack_test.exe.so advpack.c > advpack.c:441: Test failed: Expected C:\Program Files, got C:\ > advpack.c:443: Test failed: Expected size 17, go

Re: Why I think it's worth fixing Valgrind warnings

2008-05-28 Thread Scott Ritchie
Dan Kegel wrote: > That said, it's important when fixing Valgrind errors to > really understand the code you're changing, lest you > paper over a bug with another bug, or make things worse. *cough* Debian and OpenSSL *cough* ;) On the other hand, you shouldn't have to be completely intimately fam