Hashcat initial problem - 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: Hashcat initial problem (/thread-8504.html) |
Hashcat initial problem - bbdsam - 07-21-2019 Hi, I am using hashcat 5.1.0 on a Windows 7 32bit system. My graphic card is Radeon HD 6570. Driver version Catalyst-15.11.1Beta. Everytime I try to run hashcat32 to test any hccapx file, eg. "hashcat32.exe -a 0 -m 2500 "C:\WPA\sample.hccapx" "C:\Wordlist\sample.txt". I got the Windows program crash window "hashcat32.exe has stopped working". And in the CMD window, it shows "ADL_Adapter_AdapterInfo_Get(): -3". However, I searched over the forums and found a way to by pass this problem by adding "--self-test-disable". So the hashcat can start running. Now I am facing another problem. When I use "-a 0" or "-a 3" mode with/without rules, the program runs just fine. But when I tried to initial "-a 6" or "-a 7" hybrid mode, I got clBuildProgram(): CL_BUILD_PROGRAM_FAILURE Error compiling program for amp. Frontend phase failed compilation. Error: Creating kernel amp failed! * Device #1: Kernel ./OpenCL/amp_a1.cl build failed - proceeding without this device. The process would stop at this point. Is there anyone who can provide me explanation and solution of this problem? Thank you! RE: Hashcat initial problem - undeath - 07-21-2019 Your GPU is way too old. It's not properly supported anymore. RE: Hashcat initial problem - bbdsam - 07-22-2019 Do you mean that the Radeon HD 6570 GPU does not support come OpenCL features which are required to run the hybrid mode? I've just tested another 9800GT graphic card. But it came out the same problem... RE: Hashcat initial problem - undeath - 07-22-2019 Yes, pretty much. The 9800GT is equally old. RE: Hashcat initial problem - slyexe - 07-25-2019 Just use an older version of Hashcat. https://hashcat.net/hashcat/ Scroll to the very bottom, I'd suggest 4.00 to begin with. If you need to go back further, version 3.5.0 was the first version to implement hccapx format I believe. |