hashcat Forum

Full Version: oclHashcat-plus throws an error?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
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).
sorry for the late reply ..But some how it worked after restarting my computer !!!!
thanks for reporting back