|
I can't get it to work - 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: I can't get it to work (/thread-13575.html) |
I can't get it to work - Ricybily - 04-02-2026 I've been trying many methods to get it working since it all started when I first installed it on my Windows 10 machine with a 5050. When I try to use Hashcat, it tells me I need compatible drivers and that I need to change them. I followed the entire process to change the drivers on the website, and when I finally manage to install them, it starts giving this error and I can't get past it.
RE: I can't get it to work - penguinkeeper - 04-02-2026 I think the forum killed the image and I can't see it, please could you paste the error into here instead? RE: I can't get it to work - Ricybily - 04-02-2026 (Yesterday, 12:15 PM)penguinkeeper Wrote: I think the forum killed the image and I can't see it, please could you paste the error into here instead? this is the error and the comand D:\hashcat-7.1.2>hashcat.exe -m 22000 D:\hashcat-7.1.2\handshake.hc22000 -a 3 --increment --increment-min 8 --increment-max 12 ?d?d?d?d?d?d?d?d?d?d?d?d hashcat (v7.1.2-338-g18c6aaf) starting CUDA API (CUDA 12.9) ==================== * Device #01: NVIDIA GeForce RTX 5050, 6976/8150 MB, 20MCU OpenCL API (OpenCL 3.0 CUDA 12.9.90) - Platform #1 [NVIDIA Corporation] ======================================================================= * Device #02: NVIDIA GeForce RTX 5050, skipped Minimum password length supported by kernel: 8 Maximum password length supported by kernel: 63 Minimum salt length supported by kernel: 0 Maximum salt length supported by kernel: 256 Hashes: 2 digests; 2 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Zero-Byte * Single-Salt * Brute-Force * Slow-Hash-SIMD-LOOP Watchdog: Temperature abort trigger set to 90c cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain. * Device #1: Kernel ./OpenCL/shared.cl link failed. Error Log: ptxas application ptx input, line 9; fatal : Unsupported .version 9.2; current version is '8.8' * Device #1: Kernel ./OpenCL/shared.cl build failed. Started: Thu Apr 2 10:23:08 2026 Stopped: Thu Apr 2 10:23:11 2026 RE: I can't get it to work - ZerBea - 04-02-2026 Installed NVIDIA driver doesn't match to the installed CUDA version. More information (compatibility table) is here: https://docs.nvidia.com/deploy/cuda-compatibility/minor-version-compatibility.html RE: I can't get it to work - Ricybily - 04-03-2026 i use CUDA 12.9 becase my driver version is 576.88. i just install the .exe, then i tried again but i get the same error: D:\hashcat-7.1.2>hashcat.exe -m 22000 D:\hashcat-7.1.2\handshake.hc22000 -a 3 --increment --increment-min 8 --increment-max 12 ?d?d?d?d?d?d?d?d?d?d?d?d hashcat (v7.1.2-338-g18c6aaf) starting CUDA API (CUDA 12.9) ==================== * Device #01: NVIDIA GeForce RTX 5050, 6976/8150 MB, 20MCU OpenCL API (OpenCL 3.0 CUDA 12.9.90) - Platform #1 [NVIDIA Corporation] ======================================================================= * Device #02: NVIDIA GeForce RTX 5050, skipped Minimum password length supported by kernel: 8 Maximum password length supported by kernel: 63 Minimum salt length supported by kernel: 0 Maximum salt length supported by kernel: 256 Hashes: 2 digests; 2 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Optimizers applied: * Zero-Byte * Single-Salt * Brute-Force * Slow-Hash-SIMD-LOOP Watchdog: Temperature abort trigger set to 90c cuLinkAddData(): the provided PTX was compiled with an unsupported toolchain. * Device #1: Kernel ./OpenCL/shared.cl link failed. Error Log: ptxas application ptx input, line 9; fatal : Unsupported .version 9.2; current version is '8.8' * Device #1: Kernel ./OpenCL/shared.cl build failed. Started: Thu Apr 2 14:53:47 2026 Stopped: Thu Apr 2 14:53:50 2026 RE: I can't get it to work - ZerBea - 04-03-2026 This "Unsupported .version 9.2; current version is '8.8'" is a compatibility issue between CUDA toolkit and driver. The installed versions do not match. Reinstalling hashcat won't solve the problem. PTX ISA 8.8 CUDA 12.9 need driver r575 (see table 62): https://docs.nvidia.com/cuda/pdf/ptx_isa_8.8.pdf PTX ISA 9.2 CUDA 13.2, need driver r595 (see table 65) https://docs.nvidia.com/cuda/pdf/ptx_isa_9.2.pdf Remove outdated NVIDIA driver and outdated CUDA toolkit completely and make sure they are really removed completely. Update NVIDIA driver to latest version (595.97). Update CUDA toolkit to latest version (13.2). RE: I can't get it to work - Ricybily - 04-03-2026 i made it!!!! Thanks. i was about to give up RE: I can't get it to work - ZerBea - 04-03-2026 Glad that it works now for you. Enjoy hashcat. |