hashcat fails to start, SolarWinds exception
#1
Command used on a zip file hash : 
hashcat.exe -a 0 -m 17220 hash_test.txt pass.dict -r rules/best64.rule

only get :
hashcat (v6.1.1) starting...
And nothing happens

When I look at the event observer, I see a .NET Runtime error

Application : SWJobEngineSvc2.exe
Framework version : v4.0.30319
SolarWinds.JobEngine.JobEngineException

OpenCL runtime is installed
If I try to install .NET framework 4.8 it says already installed

What can I do ?
Thanks for any help !
Reply
#2
hashcat doesn't use .NET framework. If it gets stuck on starting that means some broken OpenCL runtime is installed (most commonly a broken Intel one).
Reply
#3
Oh so no link between the two
If I reinstall (or repair) OpenCL there is no change, what else can I try ?
Thanks
Reply
#4
Ok so figured I had the graphics OpenCL installed so uninstalled it to get the CPU only and hashcat starts now.
But I get this error :

CUDA API (CUDA 11.2)
====================
* Device #1: Quadro K620, 1688/2048 MB, 3MCU
OpenCL API (OpenCL 1.2 CUDA 11.2.109) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: Quadro K620, skipped
OpenCL API (OpenCL 2.0 AMD-APP (1800.11)) - Platform #2 [Advanced Micro Devices, Inc.]
======================================================================================
* Device #3: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz, skipped
OpenCL API (OpenCL 1.2 ) - Platform #3 [Intel(R) Corporation]
=============================================================
* Device #4: Intel(R) HD Graphics 4600, 1565/1629 MB (407 MB allocatable), 20MCU
* Device #5: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz, skipped
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 77
Applicable optimizers applied:
* Not-Iterated
* Single-Hash
* Single-Salt

Watchdog: Temperature abort trigger set to 90c
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
In file included from 2:225:
OpenCL\inc_zip_inflate.cl:621:17: warning: incompatible pointer types passing 'mz_uint8 (*)[288]' to parameter of type 'u8 *' (aka 'unsigned char *')
OpenCL\inc_zip_inflate.cl:210:34: note: expanded from macro 'MZ_CLEAR_OBJ'
OpenCL\inc_zip_inflate.cl:192:27: note: passing argument to parameter 's' here
OpenCL\inc_zip_inflate.cl:636:17: warning: incompatible pointer types passing 'mz_uint (*)[16]' to parameter of type 'u8 *' (aka 'unsigned char *')
OpenCL\inc_zip_inflate.cl:210:34: note: expanded from macro 'MZ_CLEAR_OBJ'
OpenCL\inc_zip_inflate.cl:192:27: note: passing argument to parameter 's' here
OpenCL\inc_zip_inflate.cl:637:17: warning: incompatible pointer types passing 'mz_int16 (*)[1024]' to parameter of type 'u8 *' (aka 'unsigned char *')
OpenCL\inc_zip_inflate.cl:210:34: note: expanded from macro 'MZ_CLEAR_OBJ'
OpenCL\inc_zip_inflate.cl:192:27: note: passing argument to parameter 's' here
OpenCL\inc_zip_inflate.cl:638:17: warning: incompatible pointer types passing 'mz_int16 (*)[576]' to parameter of type 'u8 *' (aka 'unsigned char *')
OpenCL\inc_zip_inflate.cl:210:34: note: expanded from macro 'MZ_CLEAR_OBJ'
OpenCL\inc_zip_inflate.cl:192:27: note: passing argument to parameter 's' here
fcl build 1 succeeded.
error: Error:Irreducible Control Flow Detected

error: midlevel compiler failed build.
* Device #4: Kernel ./OpenCL/m17220_a0-pure.cl build failed.
Reply