Cannot execute hashcat v3.00
#1
Hi,

I've just installed hashcat 3.00 on a headless, Arch Linux server. It has an Intel CPU with an integraded card, however every time I try to execute it, I see this:

# hashcat -b
hashcat (v3.00) starting in benchmark-mode...



ERROR: clGetPlatformIDs() : -1001 : CL_UNKNOWN_ERROR


Trying with -D option doesn't work, either.

Regards,
#2
After some changes, this is my output:
#./hashcat -b -D1
hashcat (v3.00) starting in benchmark-mode...

OpenCL Platform #1: Intel(R) Corporation
========================================
- Device #1: Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz, 3986/15946 MB allocatable, 4MCU



ERROR: clGetDeviceIDs() : -1 : CL_DEVICE_NOT_FOUND

(If I uninstall xorg, opencl-mesa, etc. I get a coredump instead of the ERROR)
#3
Both errors go back to some broken OpenCL installation
#4
Working fine now, Arch Linux problem.

You have to install intel-opencl-runtime, intel-opencl-sdk and libtinfo (and ensure you have a symlink /usr/lib/libtinfo.so.5, which is undocumented).

Thanks.
#5
Cool, thanks for reporting back