Hey everybody, first time posting here (just joined today) so I hope I'm in the right place.

I'm trying to work with oclHashCat64 on Kali version 1.1.0. I was able to get my ATI drivers installed, and verified it's version 14.10.1006 which is needed per this list: http://bit.ly/1dEuFxo

I was initially getting an error: "error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory" but I searched and found
https://forums.kali.org/showthread.p...ll=1#post41546

which said to run apt-get install amd-libopencl1 1.3-3 I did that and I get through that error now. Immediately after accepting the EULA I get a new error

clGetPlatformIDs() -1001

It's right after the line that says "Generating bitmap tables with 16 bits..." if that helps.

Any suggestions are greatly appreciated!