![]() |
Hashcat stuck at "Initialized device kernels and memory" - 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 stuck at "Initialized device kernels and memory" (/thread-11113.html) |
Hashcat stuck at "Initialized device kernels and memory" - ztilB - 11-09-2022 Hi, I'm using hashcat in command prompt as administrator in Windows 10. When I enter the following line in version 6.2.6: Code: hashcat.exe -a 3 -m 9400 -o pass.txt hash.txt ?a?a?a?a --increment ...it runs for a very short while and just stops at initiating self-test. Here's the command prompt: Code: hashcat.exe -a 3 -m 9400 -o pass.txt hash.txt ?a?a?a?a --increment When pressing a key, the menu Code: [s]tatus [p]ause [b]ypass [c]heckpoint [f]inish [q]uit => To counter this I added the Code: --self-test-disable Code: Initialized device kernels and memory Here's the command prompt for detail: Code: hashcat.exe -a 3 -m 9400 -o pass.txt hash.txt ?a?a?a?a --increment --self-test-disable Any help would be VERY appreciated, thank you! RE: Hashcat stuck at "Initialized device kernels and memory" - marc1n - 11-09-2022 hashcat -I and paste score here RE: Hashcat stuck at "Initialized device kernels and memory" - ztilB - 11-09-2022 Here it is: Code: hashcat (v6.2.6) starting in backend information mode It works when using CPU only in version 6.2.5, but is there a way to resolve this while also using GPU? RE: Hashcat stuck at "Initialized device kernels and memory" - slyexe - 11-10-2022 I've seen this quite frequently in the past few months. I believe its due to the low amount of memory allocated for your integrated graphics built into the CPU. Hashcat requires RAM as well as VRAM to processes its attacks and many situations where either the self-test fails or seems to never process is either due to improper OpenCL drivers being installed or that there is never enough VRAM for the attack. As you mentioned, running the attack strictly on CPU side seems to function just dandy, but as soon as you're enabling the graphics processor included within your CPU hashcat does not seem to work. There should be a few threads here regarding this issue in the previous months which I am to occupied to look for at the moment but I'm pretty sure there is a resolution included in several of these post. |