13 gpu issue
#10
you also need to use the option -d (or the long form of it --opencl-devices) to select a specific device. The upper case short option -D (or long --opencl-device-types) does something completely different:
Code:
-d, --opencl-devices           | Str  | OpenCL devices to use, separated with commas         | -d 1
-D, --opencl-device-types      | Str  | OpenCL device-types to use, separated with commas    | -D 1

Therefore you need to use -d 12 (lower case d followed by the device number).


BTW: if you want to test your CPU only, you could just use -D 1 (but note: this means that hashcat should use a different type of device, not to select a specific device in the list like -d does... parameters for -D x are: 1: CPU, 2: GPU, 3: FPGA, DSP, Co-Processor)


Messages In This Thread
13 gpu issue - by qweasd21 - 01-18-2018, 06:22 PM
RE: 13 gpu issue - by Chick3nman - 01-18-2018, 06:26 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 06:33 PM
RE: 13 gpu issue - by Lars - 01-18-2018, 06:41 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 06:50 PM
RE: 13 gpu issue - by Chick3nman - 01-18-2018, 06:56 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 07:11 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 07:13 PM
RE: 13 gpu issue - by epixoip - 01-18-2018, 07:15 PM
RE: 13 gpu issue - by philsmd - 01-18-2018, 07:20 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 07:32 PM
RE: 13 gpu issue - by qweasd21 - 01-18-2018, 07:37 PM
RE: 13 gpu issue - by philsmd - 01-18-2018, 11:18 PM