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