Initializing Device #3 (CPU) Stops Hashcat
#1
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 hashcat (v6.2.6-496-gd127558bb) starting Unsupported AMD HIP runtime version '4.0' detected! Falling back to OpenCL... ADL2_Overdrive_Caps(): -8 ADL2_Overdrive_Caps(): -8 ADL2_Overdrive_Caps(): -8 nvmlDeviceGetFanSpeed(): Not Supported ADL_Overdrive5_FanSpeed_Get(): -100 ADL_Overdrive5_Temperature_Get(): -100 CUDA API (CUDA 12.1) ==================== * Device #1: NVIDIA GeForce RTX 3060 Laptop GPU, 5135/6143 MB, 30MCU OpenCL API (OpenCL 3.0 CUDA 12.1.112) - Platform #1 [NVIDIA Corporation] ======================================================================== * Device #2: NVIDIA GeForce RTX 3060 Laptop GPU, skipped OpenCL API (OpenCL 2.1 AMD-APP (3302.6)) - Platform #2 [Advanced Micro Devices, Inc.] ===================================================================================== * Device #3: AMD Radeon(TM) Graphics, 3072/6241 MB (2434 MB allocatable), 8MCU Minimum password length supported by kernel: 0 Maximum password length supported by kernel: 27 Hashes: 1 digests; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Optimized-Kernel * Zero-Byte * Precompute-Init * Meet-In-The-Middle * Early-Skip * Not-Salted * Not-Iterated * Single-Hash * Single-Salt * Brute-Force * Raw-Hash Watchdog: Temperature abort trigger set to 90c Initializing backend runtime for device #3. Please be patient... C:\Users\Csanindzsa\Desktop\hashcat-6.2.6>

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?
Reply
#2
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.
Reply