shkhln / libc6-shim

Cheap glibc knockoff
MIT License
31 stars 5 forks source link

Issue on 14.0 nvidia-driver 550.54.14 #13

Closed verm closed 5 months ago

verm commented 7 months ago

The shim fails to init with:

  cu->cuInit(0) failed -> CUDA_ERROR_OPERATING_SYSTEM: OS call failed or operation not supported on this OS

I'm not sure what has caused it worked fine and I'm having difficulty tracing the issue.

Happy trace any suggestions? Thank you.

shkhln commented 6 months ago

Does 535 work?

verm commented 6 months ago

Sorry for the late response it took me a while to update no it does not and others seem to be having similar issues:

https://forums.freebsd.org/threads/cuda-no-longer-works-on-blender-or-ffmpeg-with-nv-sglrun.93169/

Not sure what's changed.

verm commented 6 months ago

I completely misunderstood what you meant yes I just downgraded to 535.146.02 and it works fine thank you.

shkhln commented 6 months ago

Try 4cfecfb1b8705947127c54561acf3cb71b1a6776.

verm commented 5 months ago

Sorry for the late response this version works with 550.54.14 on FreeBSD 14.1.

Thank you for the fix!