As a continuation from the question on making the FAH GPU2 Nvidia client run, we have gotten past the detecting the card as we changed Wine&#39;s generic output to look like an Nvidia card thanks to a few of you. Now comes the hard part. Even when using the cudart.dll file it does not work. We get an cudastream error about it not being implemented. It then repeats these 5 lines until the client is stopped.<br>
<br>Reading file work/wudata_07.tpr, VERSION 3.1.4 (single precision)<br>Reading file work/wudata_07.tpr, VERSION 3.1.4 (single precision)<br>Reading sasa-enabled ir 0 0<br>Initializing Nvidia gpu library<br>cudaMalloc CUDAStream::Allocate failed feature is not yet implemented
<br><br><br>Martijn Berger said here (<a href="http://www.winehq.org/pipermail/wine-devel/2008-July/067063.html">http://www.winehq.org/pipermail/wine-devel/2008-July/067063.html</a>) that all that should need to be done is right a wrapper to translate the calls from cudart.dll to libcuda.so.2.0. I suppose the place to start would be to download the SDK&#39;s and see how much documentation is available on both the Linux and Windows calls.<br>
<br><br>-Seth Shelnutt<br>