hashcat Forum
oclHashcat-plus throws an error?! - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: oclHashcat-plus throws an error?! (/thread-2293.html)



oclHashcat-plus throws an error?! - rydj - 05-11-2013

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


RE: oclHashcat-plus throws an error?! - epixoip - 05-12-2013

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.


RE: oclHashcat-plus throws an error?! - Rolf - 05-12-2013

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).


RE: oclHashcat-plus throws an error?! - rydj - 05-14-2013

sorry for the late reply ..But some how it worked after restarting my computer !!!!


RE: oclHashcat-plus throws an error?! - atom - 05-16-2013

thanks for reporting back