hashcat Forum

Full Version: ERROR: cuStreamSynchronize() 700
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Configuration:
Ubuntu 10.10 64 bits
Forceware 280.x
Nvidia GTX 580 (3x)

I have this error: "ERROR: cuStreamSynchronize() 700" when I put the "n" parameter on more than 1.
Exemple:

./mp64.bin -1 ?l?u?d ?1?1?1?1 | ./cudaHashcat-plus64.bin -d 1,2,3 -m 500 testhashes.txt

but ok (with -n 1):
./mp64.bin -1 ?l?u?d ?1?1?1?1 | ./cudaHashcat-plus64.bin -d 1,2,3 -n1 -m 500 testhashes.txt

Am I doing smthing wrong ?

Thanks a lot !
-1 ?l?u?d ?1?1?1?1 produces only 14776336 combinations

try ?l?l?l?l?l?l?l?l?l
(08-19-2011, 05:22 PM)atom Wrote: [ -> ]-1 ?l?u?d ?1?1?1?1 produces only 14776336 combinations

try ?l?l?l?l?l?l?l?l?l

sorry atom I don't understand, I need to test for example a charset of lower/upper/digits on 8 chars max (starting at 6) what would be the correct mask ?
Is this error related to the entropy tested ?

Thanks a lot.
yes maybe. thats what i try to find out
I have the same error with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -o found.txt md5.txt full.txt

works with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -n1 -o found.txt md5.txt full.txt


test.rule contains 150 rules
full.txt is a wordlist of 170'582'332 lines

Thanks !
(08-23-2011, 08:32 AM)marked_d Wrote: [ -> ]I have the same error with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -o found.txt md5.txt full.txt

works with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -n1 -o found.txt md5.txt full.txt


test.rule contains 150 rules
full.txt is a wordlist of 170'582'332 lines

Thanks !
Maybe it's just a typo this time but make sure you separate your devices with commas like this: -d 1,2,3

I've been having this issue for quite a while now. I can fix it by removing the power connector to the card, then reconnecting it. If you have more than one, unplug the one that is throwing the error. Something else you can try is installing cudatoolkit and running

Code:
cuda-memcheck ./cudaHashcat-xxxx