hashcat Forum
2726 Illegal instruction - 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: 2726 Illegal instruction (/thread-8513.html)



2726 Illegal instruction - Mikexx - 07-26-2019

I'm using the example0 that comes with the binaries except I'm using --force as it doesn't find a GPU.

./hashcat64.bin --force -t 32 -a 7 example0.hash ?a?a?a?a example.dict

or
./hashcat64.bin --force -t 32 -a 6 example0.hash example.dict ?a?a?a?a

Where am I going wrong?

I thought hascat could use the CPU as well as GPU?

As you may gather I am a newbie but can't find any reference to this error 2726


RE: 2726 Illegal instruction - philsmd - 07-26-2019

which GPU ?

Tried to install the driver ?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do

btw: do not use some weird distro (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) and do not use pocl/mesa , it doesn't make your life easier


RE: 2726 Illegal instruction - Mikexx - 07-26-2019

(07-26-2019, 05:00 PM)philsmd Wrote: which GPU ?

Tried to install the driver ?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do

btw: do not use some weird distro (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali))) and do not use pocl/mesa , it doesn't make your life easier

Many thanks, I installed as per:
 apt-get install ocl-icd-libopencl1 opencl-headers clinfo

This is a laptop and doing some experimentation. It has Intel Graphics. Yes I am using an up to date K a l i .

I now get a different error, "2835 Illegal instruction"


RE: 2726 Illegal instruction - philsmd - 07-26-2019

again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.