toolbar buttons bug

2006-11-07 Thread Kirill K. Smirnov
Hi! Today, Nov 7 13:05:46 MSK 2006 I've build current wine git. Something evil happened to toolbar buttons - most of them are black. This bug appears in every application I use. Has anybody have the same problem? (If so, then regression testing awaits us :-() -- Kirill K. Smirnov

Re: Executing wine over make segfaults.

2006-11-07 Thread Pavel Troller
Please open a bug and discuss this problem via bugzilla, rather than on wine-devel. OK. Bug #6622 has been registered. Let's move our efforts to bugzilla. Regards, Pavel

Re: [PATCH 2/2] comctl32: Switch to a Nx4 tiling.

2006-11-07 Thread Kirill K. Smirnov
This patch breaks http://angusj.com/sudoku/ This patch breaks toolbars in almost every application, e.g. comdlg32.GetOpenFileName. But Winword 97 was not affected though.

Re: wined3d: Use width while converting surfaces.

2006-11-07 Thread Stefan Dösinger
Hi, -for (x = 0; x pitch / 2; x++ ) { +for (x = 0; x width / 2; x++ ) { This is not quite correct. pitch / 2 was used because in D3DFMT_R5G6B5 pitch = 2* width(Used to be, before my alignment patches). So this line should be for (x = 0; x width; x++ ) {

Re: [PATCH 4/5] winspool.drv: Fix AddPrinterDriverA so that the strings actually get written.

2006-11-07 Thread Detlef Riekenberg
On Di, 2006-11-07 at 14:37 +, Huw Davies wrote: RegSetValueExA(hkeyName, Dependent Files, 0, REG_MULTI_SZ, + (LPBYTE) di3.pDependentFiles, lstrlenA(di3.pDependentFiles) + 1); Hi Huw. Thanks for working on winspool.drv again, but: lstrlenA(di3.pDependentFiles) + 1 is

Re: [PATCH 5/5] winspool.drv: Associate a printer driver with each printer, rather than share a common one between all printers.

2006-11-07 Thread Detlef Riekenberg
On Di, 2006-11-07 at 14:43 +, Huw Davies wrote: +dep_file[] = dependend files? REG_MULTI_SZ need a second '\0', but I prefer to remove the Junk and use an empty string. (I have no Idea, if a NULL works on windows, because I have no tests for the AddDriver* -

Re: Patch for opengl32.dll.so

2006-11-07 Thread Richard Kung
I think one of the recent opengl patches breaks some games. I use the sources checked out yesterday. Here is the log of Star Wars: Knights of the Old Republic: ~/.wine/c/kotor $ wine swkotor.exe err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context.

Re: [PATCH 2/2] comctl32: Switch to a Nx4 tiling.

2006-11-07 Thread Paul Romanyszyn
Kirill K. Smirnov wrote: This patch breaks http://angusj.com/sudoku/ This patch breaks toolbars in almost every application, e.g. comdlg32.GetOpenFileName. But Winword 97 was not affected though. Opened Bug 6626 for problem. Paul R.

subclass test for comctl32

2006-11-07 Thread Paul Vriens
Hi, There are no tests run on Wine (or win98/nt4/w2K) when running the subclass tests for comctl32. test.winehq.org shows that tests are run for XP and W2K3. It look like SetWindowSubclass, RemoveWindowSubclass and DefSubclassProc are exported by name on XP and W2K3 and by ordinal on the other

Big regressions in latest CVS version

2006-11-07 Thread Mirek
Hi, there is big regression in latest CVS version, i dont know which patch caused it, but it was ok in release 0.9.24. The first regression is in 3DMarks (i tried only 2005 and 2006), startup logo is completly broken, and selection of tests too, second bigger regression is in nvidia SDK demos,

Re: Big regressions in latest CVS version

2006-11-07 Thread Mike McCormack
Mirek wrote: Hi, there is big regression in latest CVS version, Please report regressions and bugs to bugs.winehq.org. Mike

Re: Big regressions in latest CVS version

2006-11-07 Thread Mike McCormack
Dmitry Timoshkov wrote: Well, I'd say that reporting the bugs on wine-devel shouldn't hurt, besides presumably developers' audience here is much wider, and somebody who have introduced a regression might not review bugs.winehq.org at all. The point of reporting bugs in bugzilla is that we