ATTENTION! OpenCL kernel self-test failed.
#24
(12-22-2019, 12:36 PM)philsmd Wrote:
Code:
git apply -R a671d501aab08cd24308a7d253d7bc3b9ff5919a.diff

Yes, reverse-patched build worked!

Exact log of what I did:
Code:
~
mkdir requested-run
cd requested-run/
git clone https://github.com/hashcat/hashcat
cd hashcat/
make clean
git checkout master
git pull
make

Copied compiled build outside cygwin, added cygwin' dlls and and executed as such:
hashcat.exe -w3 -m 2500 test.hccapx -a 3 0?d?d?d?d?d?d?d --status
=> Your device driver installation is probably broken.

Same result for -m22000

Back to cygwin, /home/root/requested-run/hashcat:

make clean

Copied patch from outside of cygwin into /home/root/requested-run/hashcat (didnt install wget)

git apply -R a671d501aab08cd24308a7d253d7bc3b9ff5919a.diff

=> no output

make

Copied compiled build outside cygwin (new directory, no merging), added cygwin' dlls and and executed as such:
hashcat.exe -w3 -m 2500 test.hccapx -a 3 0?d?d?d?d?d?d?d --status
=> Cracked

Same result for -m22000
Reply


Messages In This Thread
RE: ATTENTION! OpenCL kernel self-test failed. - by fromdusktillpwn - 12-22-2019, 02:05 PM