Stuck at initializing backend runtime - 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: Stuck at initializing backend runtime (/thread-12472.html) |
Stuck at initializing backend runtime - Khazar - 01-15-2025 I have installed Intel® CPU Runtime for OpenCL. But, anyway an error pops up again: .\hashcat -a 3 --hwmon-disable -m 22000 juli.hc22000 ?d?d?d?d?d?d?d?d?d hashcat (v6.2.6-620-gf341bfc82) starting hipDeviceGetAttribute(): 1 clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY HIP API (HIP 0.0.3240) ====================== * Device #1: AMD Radeon(TM) R4 Graphics, skipped OpenCL API (OpenCL 2.1 AMD-APP (3240.7)) - Platform #1 [Advanced Micro Devices, Inc.] ===================================================================================== * Device #2: AMD Radeon(TM) R4 Graphics, skipped * Device #3: AMD Radeon(TM) R4 Graphics, 1920/2048 MB (1523 MB allocatable), 5MCU OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation] ==================================================================== * Device #4: AMD A6-7310 APU with AMD Radeon R4 Graphics, skipped Minimum password length supported by kernel: 8 Maximum password length supported by kernel: 63 Hashes: 1 digests; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Zero-Byte * Single-Hash * Single-Salt * Brute-Force * Slow-Hash-SIMD-LOOP Watchdog: Hardware monitoring interface not found on your system. Watchdog: Temperature abort trigger disabled. Initializing backend runtime for device #3. Please be patient... RE: Stuck at initializing backend runtime - penguinkeeper - 01-15-2025 Try adding "-d 1" to your command to use the HIP interface to your R4 instead of OpenCL RE: Stuck at initializing backend runtime - Khazar - 01-16-2025 (01-15-2025, 05:27 PM)penguinkeeper Wrote: Try adding "-d 1" to your command to use the HIP interface to your R4 instead of OpenCL It only returns: .\hashcat -a 3 -d 1 --hwmon-disable -m 22000 juli.hc22000 ?d?d?d?d?d?d?d?d?d hashcat (v6.2.6-620-gf341bfc82) starting hipDeviceGetAttribute(): 1 No devices found/left. Started: Thu Jan 16 06:47:39 2025 Stopped: Thu Jan 16 06:48:33 2025 RE: Stuck at initializing backend runtime - Snoopy - 01-16-2025 first problem, see line clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY this means your device has not enough RAM or not enough free RAM for this attack second, the HIP version seems quite outdated (0.0.* actual version is something 6.3.) thats why it is skipped by hashcat, normally hashcat would prefer cuda or hip over opencl if its available so try updating your HIP/ROCM environment and try again RE: Stuck at initializing backend runtime - Khazar - 01-16-2025 (01-16-2025, 01:53 PM)Snoopy Wrote: first problem, see line I have updated HIP environment. It was installed without asking for my system's restart. But, the problem persists: .\hashcat -a 3 -d 1 --hwmon-disable -m 22000 juli.hc22000 ?d?d?d?d?d?d?d?d?d hashcat (v6.2.6-620-gf341bfc82) starting hipDeviceGetAttribute(): 1 No devices found/left. Started: Thu Jan 16 19:20:28 2025 Stopped: Thu Jan 16 19:20:46 2025 RE: Stuck at initializing backend runtime - Snoopy - 01-20-2025 please show output of hashcat -I RE: Stuck at initializing backend runtime - Khazar - 01-20-2025 (2 hours ago)Snoopy Wrote: please show output of .\hashcat -I hashcat (v6.2.6-620-gf341bfc82) starting in backend information mode hipDeviceGetAttribute(): 1 clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY HIP Info: ========= HIP.Version.: 0.0.3240 Backend Device ID #1 Name...........: AMD Radeon(TM) R4 Graphics Processor(s)...: 0 Clock..........: 0 Memory.Total...: 0 MB Memory.Free....: 0 MB Local.Memory...: 0 KB PCI.Addr.BDFe..: 0000:00:00.0 OpenCL Info: ============ OpenCL Platform ID #1 Vendor..: Advanced Micro Devices, Inc. Name....: AMD Accelerated Parallel Processing Version.: OpenCL 2.1 AMD-APP (3240.7) Backend Device ID #2 Type...........: GPU Vendor.ID......: 1 Vendor.........: Advanced Micro Devices, Inc. Name...........: AMD Radeon(TM) R4 Graphics Version........: OpenCL 2.0 AMD-APP (3240.7) Processor(s)...: 2 Clock..........: 800 Memory.Total...: 3507 MB (limited to 1055 MB allocatable in one block) Memory.Free....: 0 MB Local.Memory...: 32 KB OpenCL.Version.: OpenCL C 2.0 Driver.Version.: 3240.7 PCI.Addr.BDF...: 00:01.0 Backend Device ID #3 Type...........: GPU Vendor.ID......: 1 Vendor.........: Advanced Micro Devices, Inc. Name...........: AMD Radeon(TM) R4 Graphics Version........: OpenCL 1.2 AMD-APP (3240.7) Processor(s)...: 5 Clock..........: 800 Memory.Total...: 2048 MB (limited to 1523 MB allocatable in one block) Memory.Free....: 1920 MB Local.Memory...: 32 KB OpenCL.Version.: OpenCL C 1.2 Driver.Version.: 3240.7 PCI.Addr.BDF...: 01:00.0 OpenCL Platform ID #2 Vendor..: Intel(R) Corporation Name....: Intel(R) OpenCL Version.: OpenCL 2.1 WINDOWS Backend Device ID #4 Type...........: CPU Vendor.ID......: 8 Vendor.........: Intel(R) Corporation Name...........: AMD A6-7310 APU with AMD Radeon R4 Graphics Version........: OpenCL 2.1 (Build 0) Processor(s)...: 4 Clock..........: 0 Memory.Total...: 7135 MB (limited to 891 MB allocatable in one block) Memory.Free....: 3535 MB Local.Memory...: 32 KB OpenCL.Version.: OpenCL C 2.0 Driver.Version.: 2021.11.3.0.17_160000 |