vosen / ZLUDA

CUDA on non-NVIDIA GPUs
https://vosen.github.io/ZLUDA/
Apache License 2.0
9.57k stars 625 forks source link

"The system cannot find the file specified" #257

Open hclaim0 opened 3 months ago

hclaim0 commented 3 months ago

When doing the following command:

.\zluda-3-windows\zluda\zluda.exe 'EasyMocap\python apps/demo/mv1p.py examples --out examples/output/smpl --vis_det --vis_repro --undis --sub_vis 1 7 13 19 --vis_smpl'

outputs:

Error: OsError { function: "DetourCreateProcessWithDllsW", error_code: 2, message: "The system cannot find the file specified." }

when testing a different application, discord, to test, simply gives

Error: OsError { function: "DetourCreateProcessWithDllsW", error_code: 5, message: "Access is denied." }

even inside of a administrator powershell

lshqqytiger commented 3 months ago

Try this:

.\zluda-3-windows\zluda\zluda.exe -- EasyMocap\python apps/demo/mv1p.py examples --out examples/output/smpl --vis_det --vis_repro --undis --sub_vis 1 7 13 19 --vis_smpl