https://bugs.winehq.org/show_bug.cgi?id=52647
--- Comment #8 from Sveinar Søpler cybermax@dexter.no --- Uhm.. That logfile did not really make much sense to me.
Perhaps try this:
:~$ WINEDEBUG=-all,+nvcuda,+nvapi wine /mnt/nfs/clustersw/shared/CUDA-Z/0.10.251/CUDA-Z-0.10.251-64bit.exe > debug.log 2>&1
The debug info should be in the debug.log file.
Not really sure if it could play a part here, but is /mnt/nfs/ a network share?
Could you perhaps try to run from a wineprefix in your $HOME folder someplace?
Eg. just running wineboot -u will create a .wine folder in your $HOME, and then run CUDA-Z from within $HOME/.wine/drive_c/CUDA-Z or something like that.
There is possibly some weirdness with file security++ when running stuff from nfs shares perhaps?