clGetPlatformIDs() 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: clGetPlatformIDs() error (/thread-6378.html) |
clGetPlatformIDs() error - veron18 - 03-13-2017 Code: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR Thanks. RE: clGetPlatformIDs() error - atom - 03-13-2017 Are you using 3.40 release or beta version? RE: clGetPlatformIDs() error - hugo_koopmans - 03-26-2017 I have the same error, with the latest beta code: hugo@pcloud:~/tools/hashcat/hashcat-3.40$ ./hashcat64.bin -a 3 -m 0 example0.hash ?a?a?a?a?a?a hashcat (v3.40-73-g99fbaa8) starting... clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR Started: Sat Mar 25 23:03:23 2017 Stopped: Sat Mar 25 23:03:23 2017 RE: clGetPlatformIDs() error - atom - 03-27-2017 Fix your OpenCL installation! RE: clGetPlatformIDs() error - hugo_koopmans - 03-27-2017 (03-27-2017, 01:55 PM)atom Wrote: Fix your OpenCL installation! Is there a simple way to test? I can run cuda stuff in pythyon , I think it also uses openCl (not sure) So my assumption was openCL is installed and working ok ... RE: clGetPlatformIDs() error - hugo_koopmans - 03-27-2017 (03-27-2017, 09:53 PM)hugo_koopmans Wrote:(03-27-2017, 01:55 PM)atom Wrote: Fix your OpenCL installation! ok found clinfo which reports there is something wrong indaad thx will come back if fixed RE: clGetPlatformIDs() error - hugo_koopmans - 03-27-2017 Indeed an issue with my GPU and OpenCL fixed thx |