http://bugs.winehq.org/show_bug.cgi?id=6911
------- Additional Comments From gravillon@gmail.com 2007-20-03 18:00 ------- Hi, i got exactly the same problem and i solved it by configuring my video card to work in 3D mode (GLX) under X11 - installed the driver module (nvidia...) and configured properly my /etc/X11/xorg.conf -. Now it works perfectly.
For information, here is some extracts of my xorg.conf:
#Check the "glx is in ur Module section: Section "Module" Load "glx" [...] EndSection
#And be sure to use the properly 3d driver, 'nvidia' for me, not the 'nv' one Section "Device" Identifier "Card0" Driver "nvidia" Option "AddARGBGLXVisuals" "true" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "True" VendorName "nVidia Corporation" BoardName "NV34 [GeForce FX 5500]" BusID "PCI:1:0:0" EndSection
Section "Extensions" Option "Composite" "enable" EndSection
And voila, enjoy ,)