oclHashcat-plus throws an error?!
#1
Hello I am a newbie in hash cracking and I usually use hashcat for cracking but since I have a GPU I thought to give oclHashcat-plus a try and see how it goes , but unfortunately it throws an error:

Code:
Hashes: 3807 total, 1 unique salts, 3542 unique digests
Bitmaps: 15 bits, 32768 entries, 0x00007fff mask, 131072 bytes
Rules: 78
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: GeForce 8800 GTS, 320MB, 1450Mhz, 12MCU
ERROR: cuCtxCreate() 2

Any ideas why this occured ?!
GPU driver : 314.22
thanks for the help.
P.S I have a 32 bit windows 7 system
#2
cuCtxCreate() is returning 2, which is CUDA_ERROR_OUT_OF_MEMORY. Your card does not have enough memory for whatever attack you are running. I would be surprised if an 8800 even worked at all.
#3
It should, since it[the card] supports CUDA and there are sm_10 kernels in the NV kernels folder.
But maybe the current memory requirements of cudahc make it impossible to run the cat on old GPUs (with little memory).
#4
sorry for the late reply ..But some how it worked after restarting my computer !!!!
#5
thanks for reporting back