cuModuleLoad 301 error with GTX 1080
#1
Hi all, I've been getting the following error message trying to crack a simple MD5 hash using a GTX 1080:

C:\hashcat>cudaHashcat64 -m 0 -a 0 hashes.txt rockyou.txt
cudaHashcat v2.01 starting...

Device #1: GeForce GTX 1080, 8192MB, 1733Mhz, 20MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c


ERROR: cuModuleLoad() 301


I was initially using version v3.00 when I received the error, so I'm now trying the beta 3.00+53 and am still getting the same error. Kernel files seem to be in place and I am using the most recent Nvidia driver.

Any ideas?
#2
Is this a joke or what? Your own screenshot says it's v2.01 not v3.00. Use v3.00 and it will work
#3
Well, that was easy enough. I must have had an old version in the same directory and the new version does not include a cudaHashcat executable, so it was not replaced.

Thanks for knocking some sense into me.

C:\hashcat>hashcat64 -m 0 -a 0 hashes.txt rockyou.txt
hashcat (v3.00-53-g6ba0eb8) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 1080, 2048/8192 MB allocatable, 20MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

- Device #1: Kernel m00000_a0.59c64b2e.kernel not found in cache! Building may take a while...
Generated dictionary stats for rockyou.txt: 139921497 bytes, 14344391 words, 14343296 keyspace

5f4dcc3b5aa765d61d8327deb882cf99:password

Session.Name...: hashcat
Status.........: Cracked
Input.Mode.....: File (rockyou.txt)
Hash.Target....: 5f4dcc3b5aa765d61d8327deb882cf99
Hash.Type......: MD5
Time.Started...: 0 secs
Speed.Dev.#1...: 701.5 MH/s (3.12ms)
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 5243654/14343296 (36.56%)
Rejected.......: 774/5243654 (0.01%)
Restore.Point..: 0/14343296 (0.00%)

Started: Mon Jul 11 11:11:29 2016
Stopped: Mon Jul 11 11:11:33 2016