In case anyone also saw SVPManager closes itself without GUI showing up, and the last line in log (you can find it in ~/.local/share/SVP4/logs/
) is
[I]: Video: reading OpenCL info
You might want to check if clinfo
gives correct output. In my case, the offending package was intel-oneapi-compiler-shared-opencl-cpu
, as I am using an AMD CPU. Check Arch WiKi OpenCL to ensure you only have those opencl libraries related to your hardware. Don't forget to kill all existing SVPManager
process before another attempt to run it.
Pinned Comments
C0rn3j commented on 2024-01-26 19:19 (UTC)
Linux thread on the SVP forum, where some comments may be more appropriate than here unless they relate to the packaging:
https://www.svp-team.com/forum/viewtopic.php?id=3167
Official Wiki page for good measure, which is a bit out of date at this point:
https://www.svp-team.com/wiki/SVP:Linux