Posts: 5,185
Threads: 230
Joined: Apr 2010
Important!!
There was a bug in the CUDA version related to PDF kernel, only affecting the performance. I've upload a new kernelpack to fix this problem:
https://hashcat.net/files/cudaHashcat-1....pdf-fix.7z
Simply replace the files
Posts: 247
Threads: 59
Joined: Mar 2011
After replacing the files, I now get this running cudahashcat64.exe:
ERROR: cuModuleLoad() 301
Putting the original kernel dir back runs OK again.
Posts: 5,185
Threads: 230
Joined: Apr 2010
/**
* This indicates that the file specified was not found.
*/
CUDA_ERROR_FILE_NOT_FOUND = 301,
In other words, you did it wrong. Did you move the entire old 4318 maybe? That would be wrong. Just overwrite the files.
Posts: 247
Threads: 59
Joined: Mar 2011
Yes, I replaced the entire kernels dir, as that's what I saw in the archive.
I didn't realize you meant that just some *files* get replaced.
Posts: 9
Threads: 0
Joined: Feb 2015
02-21-2015, 06:30 PM
(This post was last modified: 02-26-2015, 01:40 PM by PutNick.)
Seems in v.1.31->1.32 method of brute-forcing by mask was changed and thus to use the option -s (--skip=NUM) became hard task.
And seems in v.1.32->1.33 it was repaired but parameter NUM has to be 10 times less then you are going to skip. Clear and suitable.
Posts: 36
Threads: 6
Joined: Jan 2015
(02-20-2015, 01:14 AM)atom Wrote: /**
* This indicates that the file specified was not found.
*/
CUDA_ERROR_FILE_NOT_FOUND = 301,
In other words, you did it wrong. Did you move the entire old 4318 maybe? That would be wrong. Just overwrite the files.
Hey Atom, thanks for the update. Maybe a small readme.txt would clarify a bit
I wondered as well
Posts: 20
Threads: 3
Joined: Oct 2012
Is it ok to use 14.12 Ati drivers with this release?
Thanks Atom !
Posts: 2,936
Threads: 12
Joined: May 2012
No, you must use 14.9. Catalyst 14.12 is broken. oclHashcat isn't broken, Catalyst is.