![]() |
CL_PLATFORM_NOT_FOUND_KHR Error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: CL_PLATFORM_NOT_FOUND_KHR Error (/thread-6544.html) |
CL_PLATFORM_NOT_FOUND_KHR Error - elidell - 05-07-2017 I am looking for help debugging this error when running hashcat Code: erik@JoanClarke:~$ sudo hashcat -m 2500 -w 1 Documents/HouseE.hccapx wordlists/rockyou.txt I am currently running a RX 570 Sapphire card in my pci slot. Code: erik@JoanClarke:~$ sudo lshw -C display and an Intel(R) Pentium(R) CPU G4400 @ 3.30GHz cpu RE: CL_PLATFORM_NOT_FOUND_KHR Error - royce - 05-07-2017 Do you have an OpenCL runtime installed? https://hashcat.net/faq/wrongdriver $ apt-get install ocl-icd-libopencl1 opencl-headers clinfo RE: CL_PLATFORM_NOT_FOUND_KHR Error - elidell - 05-09-2017 (05-07-2017, 10:36 PM)royce Wrote: Do you have an OpenCL runtime installed? Is that all i need to do to install OpenCL on an Ubuntu 16.04 machine? Is there not a driver i need from intel? it seems every intel openCL driver package i download, says it doesn't support my version of Ubuntu when i go to install RE: CL_PLATFORM_NOT_FOUND_KHR Error - GayJesus - 05-10-2017 Hi all, Running Linux Mint (Cinnamon 18.1) here. I also get the CL_PLATFORM_NOT_FOUND_KHR error but I already have OpenCl installed and the other drivers disabled. Any suggestions? RE: CL_PLATFORM_NOT_FOUND_KHR Error - atom - 05-13-2017 It is for sure a driver installation error. Just run a different OpenCL tool to verify, like this: https://github.com/Oblomov/clinfo |