clGetPlatformIDs() error
#1
Code:
clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR
With 3.40 . Updated yestarday. Haven't seen this error in 3.30 or earlier. Get it in case of using 2500 or 11600 hash-type. How can it be solved?
Thanks.
#2
Are you using 3.40 release or beta version?
#3
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
#4
Fix your OpenCL installation!
#5
(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 ...
#6
(03-27-2017, 09:53 PM)hugo_koopmans Wrote:
(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 ...


ok found clinfo
which reports there is something wrong indaad thx will come back if fixed
#7
Indeed an issue with my GPU and OpenCL
fixed
thx