cuModuleLoad() 200 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: cuModuleLoad() 200 (/thread-4995.html) |
cuModuleLoad() 200 - kidamnesiac - 01-11-2016 Hi guys, I've been trying out hashcat and cudaHashcat for research purposes. The former works okay, though rather slowly, but the latter one has been giving me headaches. 0. My laptop: Windows 10 Intel i7-3610QM Nvidia 650M 1. First, the cudaHashcat caused BSOD whenever I ran it, with the error KERNEL_SECURITY_CHECK_FAILURE. I read on the Nvidia forums that this is due to a bug in the latest 361 drivers, so I downgraded to 359.06, as suggested there. 2. Now it runs, but throws me a cuModuleLoad() 200 error (?) every time I want to do something with it. For example, benchmarking: Code: C:\cudaHashcat-2.01>cudaHashcat64.exe -b or trying to break a test hash: Code: C:\cudaHashcat-2.01>cudaHashcat64.exe -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d Any help? Any ideas at all? Thanks in advance. If you need any more info, please ask and I will supply! :-) RE: cuModuleLoad() 200 - kidamnesiac - 01-11-2016 Solved! I googled some more and found this link: http://stackoverflow.com/questions/18844976/cuda-error-invalid-image-during-cumoduleload. It basically says, that if you encounter this 200 error (CUDA_ERROR_INVALID_IMAGE), it must be some kind of a borked image file. I deleted my cudaHashcat folder, re-downloaded the archive and re-extracted the files, and now it works fine! Must have been some file corruption, which raises some more scary questions about my computer, but at least the program works now :-) Close thread please. Sorry for posting, but I swear I was googling for two hours before and missed the link above. RE: cuModuleLoad() 200 - epixoip - 01-11-2016 Thank you for Googling! |