hashcat Forum

Full Version: Error running Hashcat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm getting the following error running Hashcat 3.1.0:

Code:
OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 960M, 1024/4096 MB allocatable, 5MCU
- Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
            See the wiki on how to disable it: https://hashcat.net/wiki/doku.php?id=timeout_patch

OpenCL Platform #2: Intel(R) Corporation
========================================
- Device #2: Intel(R) HD Graphics 530, 2047/6494 MB allocatable, 23MCU
- Device #3: Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz, skipped

OpenCL Platform #3: Intel(R) Corporation
========================================
- Device #4: Intel(R) HD Graphics 530, 2047/6494 MB allocatable, 23MCU
- Device #5: Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz, skipped

WARN: nvmlDeviceGetFanSpeed() 3 Not Supported

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Uses-64-Bit
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

Initializing device kernels and memory...

ERROR: clCreateContext(): CL_OUT_OF_RESOURCES

It was running fine earlier today. I have rebooted the machine and I still receive this error. I'm not sure where the issue is coming from. Any help will be appreciated. Thanks.
Try with -d 1
(09-03-2016, 11:26 AM)atom Wrote: [ -> ]Try with -d 1

That worked, thanks.