Hashcat error 3х
#1
Exclamation 
Please help me how to fix the errors so that hashcat works on Windows 11

Code:
You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.

hiprtcAddNameExpression is missing from HIPRTC shared library.

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 12.3)
====================
* Device #1: NVIDIA GeForce RTX 3070 Laptop GPU, 7131/8191 MB, 40MCU

OpenCL API (OpenCL 3.0 CUDA 12.3.99) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 3070 Laptop GPU, skipped

OpenCL API (OpenCL 2.1 AMD-APP (3444.0)) - Platform #2 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #3: AMD Radeon(TM) Graphics, 3040/6153 MB (2397 MB allocatable), 6MCU

OpenCL API (OpenCL 3.0 WINDOWS) - Platform #3 [Intel(R) Corporation]
====================================================================
* Device #4: AMD Ryzen 7 6800H with Radeon Graphics, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 31
Minimim salt length supported by kernel: 0
Maximum salt length supported by kernel: 51

Hashes: 4 digests; 4 unique digests, 2 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Iterated
* Prepended-Salt
* Raw-Hash

Watchdog: Temperature abort trigger set to 90c

clCompileProgram(): CL_COMPILE_PROGRAM_FAILURE

C:\Users\Admin\AppData\Local\Temp\comgr-05d247\input\CompileSource:7:10: fatal error: 'OpenCL/inc_vendor.h' file not found
#include M2S(INCLUDE_PATH/inc_vendor.h)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<built-in>:4:16: note: expanded from here
#define M2S(x) XM2S(x)
              ^~~~~~~
<built-in>:3:17: note: expanded from here
#define XM2S(x) #x
                ^~
<scratch space>:2:1: note: expanded from here
"OpenCL/inc_vendor.h"
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
Error: Failed to compile source (from CL or HIP source to LLVM IR).

* Device #3: Kernel ./OpenCL/shared.cl build failed.

Started: Mon Dec 04 20:50:08 2023
Stopped: Mon Dec 04 20:50:13 2023

D:\A2\backup\hashcat>
Reply
#2
Don't use your AMD integrated graphics or CPU. Select the appropriate device using -d 1 for instance to limit usage to your RTX 3070. The AMD drivers are a mystery, sometimes they work sometimes they don't. Hopefully this should resolve the compiling errors and start your attack WITHOUT using --force.

Also please understand that running hashcat on a laptop is a dangerous task, most graphics cards are very limited on proper cooling inside a laptop housing. Long attacks could potentially ruin your graphics chip and yield your laptop a brick. Just a precaution, always leave fan levels at 100% during ANY use of hashcat.
Reply