hashcat Forum
Error code 702 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Error code 702 (/thread-3714.html)



Error code 702 - aetos - 10-04-2014

how can fix this ..tnks..

Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702


RE: Error code 702 - epixoip - 10-04-2014

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


RE: Error code 702 - aetos - 10-04-2014

tnks dear friend But the problem is on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux not on windows ,, tkns for your reply...


RE: Error code 702 - magnum - 10-05-2014

Add a line "Interactive" in /etc/X11/xorg.conf:
Code:
Section "Device"
    Identifier     "Device0"
    ...
    Option         "Interactive"        "False"
EndSection

Not sure if this applies to all cards/drivers/xorg versions but it did work for me in the past with an nvidia.


RE: Error code 702 - aetos - 10-06-2014

(10-05-2014, 05:05 PM)magnum Wrote: Add a line "Interactive" in /etc/X11/xorg.conf:
Code:
Section "Device"
    Identifier     "Device0"
    ...
    Option         "Interactive"        "False"
EndSection

Not sure if this applies to all cards/drivers/xorg versions but it did work for me in the past with an nvidia.

Thank you very much dear friend,, problem solved with your instructions


RE: Error code 702 - epixoip - 10-07-2014

Thanks magnum, updated the wiki page with that information.