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, all opengl demos are not working now with log like this:
athlon64:/usr/games/nvidiaSDK/DEMOS/OpenGL/bin/Release# cvswine glsl_physics.exe err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"G:\usr\games\nvidiaSDK\DEMOS\OpenGL\bin\Release\glsl_physics.exe" failed, status c0000142 athlon64:/usr/games/nvidiaSDK/DEMOS/OpenGL/bin/Release#
Tomorow i am going to try find which patch caused such regression.
Mirek
Mirek wrote:
Hi, there is big regression in latest CVS version,
Please report regressions and bugs to bugs.winehq.org.
Mike
"Mike McCormack" mike@codeweavers.com 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, and somebody who have introduced a regression might not review bugs.winehq.org at all.
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 filter and track them better.
Some "regressions" are caused by misconfiguration, other software or faulty packaging. When regressions are reported to wine-bugs, we ask the reporter to do a regression analysis, and determine the patch that caused the regression, or if something else is the problem.
After that is done, people monitoring wine-bugs cc: the author of the patch that caused the regression to bring it to their attention. This is more efficient than every patch author having to track wine-devel or wine-bugs for regressions.
If people are encouraged to report bugs here, there will be alot more noise to filter through for everybody, so please report to wine-bugs first. If you want to hear about regressions as early as possible, subscribe to wine-bugs@winehq.org.
Mike
On 11/8/06, Mirek thunder.m@czela.net 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 recently committed client-side DIB copy patch may be responsible. Please try these 2 patches on top of the latest GIT and report if they help: http://www.winehq.org/pipermail/wine-patches/2006-November/032591.html http://www.winehq.org/pipermail/wine-patches/2006-November/032622.html
If not, try remove my patch, and report if that helps. Here's the link to it: http://www.winehq.org/pipermail/wine-patches/2006-November/032469.html
If it is my fault, I appologise in advance Damjan
second bigger regression is in nvidia SDK demos, all opengl demos are not working now with log like this:
athlon64:/usr/games/nvidiaSDK/DEMOS/OpenGL/bin/Release# cvswine glsl_physics.exe err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"G:\usr\games\nvidiaSDK\DEMOS\OpenGL\bin\Release\glsl_physics.exe" failed, status c0000142 athlon64:/usr/games/nvidiaSDK/DEMOS/OpenGL/bin/Release#
Tomorow i am going to try find which patch caused such regression.
Mirek