Stuck at initializing backend runtime
#1
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...
Reply
#2
Try adding "-d 1" to your command to use the HIP interface to your R4 instead of OpenCL
Reply
#3
(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
Reply
#4
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
Reply
#5
(01-16-2025, 01:53 PM)Snoopy Wrote: 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

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
Reply