http://bugs.winehq.org/show_bug.cgi?id=21163
--- Comment #2 from Wylda wylda@volny.cz 2010-01-01 16:16:01 --- Created an attachment (id=25491) --> (http://bugs.winehq.org/attachment.cgi?id=25491) working here; log from wine-1.1.35-364-g9dc584d
So it works for me even with NVIDIA 195.30. Maybe if you compile wine yourself, could you try to disable any gcc's optimizations? I use (before ./configure):
export CC="gcc" CFLAGS="-g -O0" CXXFLAGS="-g -O0"
Do not know, what else could be the difference...