http://bugs.winehq.org/show_bug.cgi?id=20747
--- Comment #9 from Wylda wylda@volny.cz 2009-11-20 20:21:02 --- (In reply to comment #5)
To finish my report - hope it is allowed to post to CLOSED bug report and hope that posting will not reopen again...
Does an empty file/stub dll work in place of nvcuda.dll? Or does it need the full DLL?
No nvcuda.dll in windows/system32:
err:module:import_dll Library nvcuda.dll (which is needed by L"C:\Program Files\AGEIA Technologies\v2.8.1\PhysXCore.dll") not found
cd windows/system32; touch nvcuda.dll
err:module:import_dll Loading library nvcuda.dll (which is needed by L"C:\Program Files\AGEIA Technologies\v2.8.1\PhysXCore.dll") failed (error c0000020).
So empty file does not work :-/ But works with full DLL :-)