Initializing Device #3 (CPU) Stops Hashcat - 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: Initializing Device #3 (CPU) Stops Hashcat (/thread-11435.html) |
Initializing Device #3 (CPU) Stops Hashcat - Csanindzsa - 05-19-2023 I have a problem where Hashcat closes after trying to initialize Device #3. This is the code: Code: C:\Users\Csanindzsa\Desktop\hashcat-6.2.6>hashcat -a 3 -m 1000 -1 c3c5 -2 a1a991 --hex-charset d801b124782abc27bd89a31da5797c32 6b6162673530?1?2?1?2?1?2 -O I am using Hashcat Beta cause I am trying to crack a hungarian password and some guy on Discord said that the current stable version isn't able to crack it(which I tested and is true). I also tried -D 2 to use GPU only, but I run into the same issue. Has anyone encountered this issue before/is it solvable? RE: Initializing Device #3 (CPU) Stops Hashcat - Chick3nman - 05-20-2023 There's like an issue with the AMD integrated graphics that you appear to have. I would suggest adding "-d 1" to your command to select only the Nvidia GPU. |