On 11/8/06, Mirek <[EMAIL PROTECTED]> wrote:
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,
My r
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 can
"Mike McCormack" <[EMAIL PROTECTED]> wrote:
Mirek wrote:
Hi, there is big regression in latest CVS version,
Please report regressions and bugs to bugs.winehq.org.
Well, I'd say that reporting the bugs on wine-devel shouldn't hurt,
besides presumably developers' audience here is much wider,
Mirek wrote:
Hi, there is big regression in latest CVS version,
Please report regressions and bugs to bugs.winehq.org.
Mike
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,
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 o
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.
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.
err:module:LdrInitial
On Di, 2006-11-07 at 14:43 +, Huw Davies wrote:
> +dep_file[] = ""
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* - Functions yet)
--
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) +
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++ ) {
> 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.
>
> 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
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
14 matches
Mail list logo