can't run multiple instances
#1
running a hd5970 and i want the first gpu to do the first 0% to 50% of the keyspace and the second gpu to start from 50% to 100%

the error is:
ERROR: already an instance \oclHashcat-lite-0.08\oclHashcat-lite64.exe running on pid 5176

oclHashcat-lite64.exe -d 1 -m 1000 hash -1 ?l?d ?1?1?1?1?1?1?1?1 --pw-min 8 --pw-max 8 --pw-skip 0 --pw-limit 1410554953728

oclHashcat-lite64.exe -d 2 -m 1000 hash -1 ?l?d ?1?1?1?1?1?1?1?1 --pw-min 8 --pw-max 8 --pw-skip 1410554953728 --pw-limit 2821109907456

i recall being able to do this before with -d option but haven't done it awhile, so maybe i'm doing something wrong?
#2
no its ok, but in this case you have to add the --session parameter and name it.
#3
thx that worked