hashcat Forum
GOST R 34.11-94 errors with NVIDIA GTX 660 - 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: GOST R 34.11-94 errors with NVIDIA GTX 660 (/thread-3041.html)



GOST R 34.11-94 errors with NVIDIA GTX 660 - Huskehn - 01-17-2014

  • Windows 8.1 64-bit
  • Intel i7-3770
  • NVIDIA MSI GTX 660
  • GeForce 332.21 display driver

Code:
C:\>cudaHashcat64.exe -m 6900 --benchmark
cudaHashcat v1.01 starting in benchmark-mode...

Device #1: GeForce GTX 660, 2048MB, 1097Mhz, 5MCU

Hashtype: GOST R 34.11-94
Workload: 256 loops, 256 accel

[s]tatus [p]ause [r]esume [b]ypass [q]uit => ERROR: cuStreamSynchronize() 719

I will receive one of two errors, either "ERROR: cuMemcpyDtoH() 702" or "ERROR: cuStreamSynchronize() 719". I also receive the error message "Display driver stopped responding and has recovered" in Windows when this happens.

If I manually specify a --gpu-accel value lower than the default of 256, the issue is less likely to occur or may not occur at all.

Why does this happen? Any help would be appreciated. Thank you.


RE: GOST R 34.11-94 errors with NVIDIA GTX 660 - epixoip - 01-17-2014

http://msdn.microsoft.com/en-us/windows/hardware/gg487368

http://hashcat.net/wiki/doku.php?id=timeout_patch


RE: GOST R 34.11-94 errors with NVIDIA GTX 660 - Huskehn - 01-17-2014

(01-17-2014, 04:11 AM)epixoip Wrote: http://msdn.microsoft.com/en-us/windows/hardware/gg487368

http://hashcat.net/wiki/doku.php?id=timeout_patch

I had applied that patch but had not restarted. After restarting the issue is resolved. Thank you!