Trying to run valgrind on wine directx (running Unreal2 with nvidia openGL drivers)
I think it's best to use software GL when using Valgrind... It is reported to make the DRI crash and not support all syscalls needed by the NVIDIA GL drivers.
Anyway, I have a different issue :
valgrind: vg_ldt.c:167 (vgPlain_do_useseg): Assertion (seg_selector & 7) == 7' failed.
Lionel