You are not logged in.
Hello,
basically, cuda seems not to work with both wine and wine-staging.
Searching for this file (nvcuda*) in /usr or /opt isn't returning any match.
0120:err:module:import_dll Library nvcuda.dll
0120:err:module:import_dll Library nvcuvid.dllCuda-Z is saying that Cuda was not found.
nvcc is displaying the Cuda version 12.2.
I also tried with Cuda version 11.8.
I am trying to use wine-staging-git from aur, will let you know if that works. (edit: spoiler: it didn't)
I will also try using cuda 10.2. (edit: same thing, didn't help)
Anyways, did any of you succeed in using cuda on wine ?
Am I missing something ?
Thanks.
Last edited by givemethattrt (2023-07-26 02:50:49)
Offline
Found a solution.
It seems like cuda patches were disabled in wine-staging (see: https://bugs.winehq.org/show_bug.cgi?id=54480)
The solution is in the same link. We need to simply install https://github.com/SveSop/nvidia-libs which provides the missing libraries.
Last edited by givemethattrt (2023-07-26 16:11:15)
Offline