ERROR: cuModuleLoad() 301 - Arch Linux - cudaHashcat64.bin V1.31
#1
Question 
I am trying to run the following command:

Code:
./cudaHashcat64.bin -a3a3 hash.txt

However I get a 301 error msg:
Code:
cudaHashcat v1.31 starting...

Device #1: GeForce GTX 470, 1279MB, 1215Mhz, 14MCU
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
Device #2: GeForce GTX 650 Ti, 2047MB, 1032Mhz, 4MCU
Device #2: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702

Hashes: 2 hashes; 2 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Salt
* Brute-Force
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c


ERROR: cuModuleLoad() 301

I am running Arch Linux with cudaHashcat v1.31 (cudaHashcat-1.31.7z). I have a GeForce GTX 470, 1279MB, 1215Mhz, 14MCU and a GeForce GTX 650 Ti, 2047MB, 1032Mhz, 4MCU.

Any idea what is causing this error and how to solve this problem?

I have tried using my google-fu to search the forums for this error, but I have not had much luck in finding a solution.

Any help you guys can provide is appreciated.
#2
this thread tells me you did not properly extract the archive: https://hashcat.net/forum/thread-531.html
#3
Hi Undeath,

The archive has been properly extracted with:

Code:
7za e cudaHashcat-1.31.7z

Code:
b07045784ec7f4913293ea2cc6eac5ca  cudaHashcat-1.31.7z

Is there an other way I should extract the file?

The 7z file is a 7-zip archive data, version 0.3. The 7za e command will properly extract these types of files.

Any other ideas?

Thanks for the reply
#4
Code:
e: Extract files from archive (without using directory names)
<snip>
x: eXtract files with full paths
#5
Facepalm... That did it - thanks