Strange errors - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Strange errors (/thread-11052.html) |
Strange errors - pbies - 10-10-2022 Since 6.2.5, currently 6.2.6 I am getting attached errors. Batch file starting the cracking is the same. What is suprising here is that after fresh reboot of computer - there is no problem. Problem appears after once running Google Chrome (at least from what I have observed). Any ideas? Commands (variables are set): hashcat -m 11300 -a 0 -w 3 %file% %pass% -o %out% --session=%t% hashcat --session %t% --restore RE: Strange errors - marc1n - 10-10-2022 Start with the hashcat -I command and paste the result. RE: Strange errors - pbies - 10-10-2022 Code: hashcat (v6.2.6) starting in backend information mode RE: Strange errors - Snoopy - 10-10-2022 i believe cuda 11.7 is to "new" for your gtx 1080 so its using functions which are not implemented by your gpu, try running hashcat with cuda 11.5 or 11.6 (clean deinstall) regarding cuda website the latest fully supported cuda version is 11.3 for a 1080, im running two 1050 on my workstation with cuda 11.6 and there are no problems, so try running hashcat with 11.6 (see output of hashcat -I to verify the cudaversion) RE: Strange errors - pbies - 10-10-2022 (10-10-2022, 01:57 PM)Snoopy Wrote: i believe cuda 11.7 is to "new" for your gtx 1080 so its using functions which are not implemented by your gpu, try running hashcat with cuda 11.5 or 11.6 (clean deinstall) No, it sometimes work for hours without problem, and sometimes throw error after half a minute. CUDA should be and is backwards compatible: https://docs.nvidia.com/deploy/cuda-compatibility/index.html Try something else. Seems like the problem was with hashcat 6.2.5. 6.2.6 seems to work without errors. RE: Strange errors - pbies - 10-10-2022 Problem still exists on 6.2.6. Starting firefox or chrome makes the issue appear. RE: Strange errors - marc1n - 10-10-2022 (10-10-2022, 03:45 PM)pbies Wrote: Problem still exists on 6.2.6. Starting firefox or chrome makes the issue appear. Report bug here https://github.com/hashcat/hashcat/issues |