Cannot execute hashcat v3.00 - 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: Cannot execute hashcat v3.00 (/thread-5572.html) |
Cannot execute hashcat v3.00 - jsevilleja - 06-30-2016 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, RE: Cannot execute hashcat v3.00 - jsevilleja - 06-30-2016 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) RE: Cannot execute hashcat v3.00 - atom - 06-30-2016 Both errors go back to some broken OpenCL installation RE: Cannot execute hashcat v3.00 - jsevilleja - 06-30-2016 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. RE: Cannot execute hashcat v3.00 - atom - 06-30-2016 Cool, thanks for reporting back |