Error code 702
#1
how can fix this ..tnks..

Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
#2
http://hashcat.net/wiki/doku.php?id=timeout_patch
#3
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...
#4
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.
#5
Thumbs Up 
(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
#6
Thanks magnum, updated the wiki page with that information.