Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [asc] Author Forum Replies Views Posted
    Thread: ERROR: clEnqueueWriteBuffer
Post: RE: ERROR: clEnqueueWriteBuffer

https://hashcat.net/wiki/doku.php?id=timeout_patch
epixoip hashcat 3 4,608 04-12-2017, 11:43 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

Yeah those -n/-u values don't really make sense. If you don't know what you're doing with those, just use ''-w 3'' instead.
epixoip User Contributions 7 12,541 02-23-2015, 10:09 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

The optimal -n/-u values vary depending on the algorithm. The -n/-u values you were using are for WPA, not MD5. Typically for MD5 you'd use -n 128 -u 1024 (or -n 256 if you have the RAM to support it....
epixoip User Contributions 7 12,541 02-24-2015, 01:07 AM
    Thread: ERROR: clCreateBuffer() -61
Post: RE: ERROR: clCreateBuffer() -61

You do not have enough video RAM for that many hashes. You will need to split your hash list.
epixoip Very old oclHashcat-plus Support 6 13,401 09-24-2012, 02:20 AM
    Thread: ERROR: clBuildProgram() -11
Post: RE: ERROR: clBuildProgram() -11

this question comes up several times a week. please search the forums.
epixoip Very old oclHashcat-plus Support 2 7,105 01-31-2013, 07:37 PM
    Thread: Error! Using 8 bit Number bruteforce crack !
Post: RE: Error! Using 8 bit Number bruteforce crack ...

cannot reproduce. positive you're using the correct driver version?
epixoip Very old oclHashcat-plus Support 15 23,941 03-05-2013, 03:15 AM
    Thread: Error! Using 8 bit Number bruteforce crack !
Post: RE: Error! Using 8 bit Number bruteforce crack ...

above you said oclHashcat-plus.exe, now you're saying cudaHashcat-plus.exe?
epixoip Very old oclHashcat-plus Support 15 23,941 03-05-2013, 12:34 PM
    Thread: Error! Using 8 bit Number bruteforce crack !
Post: RE: Error! Using 8 bit Number bruteforce crack ...

Please open a ticket on Trac.
epixoip Very old oclHashcat-plus Support 15 23,941 03-06-2013, 04:57 AM
    Thread: error with oclhashcat-plus64
Post: RE: error with oclhashcat-plus64

it doesn't look like you are using catalyst 12.8 as you claim, it definitely looks like you are using catalyst 12.10. if you had previously installed a newer version of catalyst and then tried to roll...
epixoip Very old oclHashcat-plus Support 2 5,387 12-06-2012, 07:24 AM
    Thread: Error with estimated time
Post: RE: Error with estimated time

Yes, but the date itself is only 3 years from now: Mon Oct 12 00:57:58 2020
epixoip hashcat 6 5,301 08-12-2017, 01:08 AM
    Thread: Error With Cudahashcat32.exe Help Please
Post: RE: Error With Cudahashcat32.exe Help Please

it will not restore unless you tell it to restore.
epixoip Old oclHashcat Support 11 20,800 01-19-2014, 02:54 AM
    Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask

you're specifying "--gpu-temp-abort=80" so that's likely why it's aborting. why are you setting that so low?
epixoip Old oclHashcat Support 4 6,556 09-06-2014, 02:56 PM
    Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask

the 90C default is fine for all gpus. some newer gpus can go all the way up to 97C without issues. if you are concerned about cooling then using gpu-temp-retain is not the solution. fix your coolin...
epixoip Old oclHashcat Support 4 6,556 09-06-2014, 04:35 PM
    Thread: Error while running oclHashcat with ssh
Post: RE: Error while running oclHashcat with ssh

Definitely related to X, sounds like something is seriously misconfigured. The article at https://hashcat.net/wiki/doku.php?id=linux_server_howto is a bit outdated, but should contain enough clues to h...
epixoip Old oclHashcat Support 2 4,435 01-18-2016, 10:08 PM
    Thread: Error when Making statsprocessor
Post: RE: Error when Making statsprocessor

That's not how make works. You're telling it to use sp.c as a makefile, which clearly won't work. What you probably want to do is: Code: -- cd /home/f14/Downloads/statsprocessor-master/src/ ...
epixoip Old oclHashcat Support 2 4,385 12-24-2015, 08:21 PM
    Thread: Error trying a brute force - integer overflow?
Post: RE: Error trying a brute force - integer overflow?

Keyspace is stored in a uint64 so the maximum value it can hold is 2^64 - 1. Your keyspace is 2^72.26 .. 2^118.25, so yes, integer overflow. And yes, as rico identified, this keyspace is impossibl...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 8,375 03-21-2017, 10:00 PM
    Thread: Error running oclhashcat
Post: RE: Error running oclhashcat

+1 for power problem
epixoip Old oclHashcat Support 10 16,635 05-13-2014, 12:53 AM
    Thread: Error oclhashcat64 clCreateCommandQueueWithProperties
Post: RE: Error oclhashcat64 clCreateCommandQueueWithPro...

oclHashcat 2.01 is for AMD only, if you want to use 2.01 then you need cudaHashcat
epixoip Old oclHashcat Support 3 6,271 04-25-2016, 07:29 PM
    Thread: Error message
Post: RE: Error message

It's not an error message, it's just telling you that rule is incompatible with the GPU rule engine. Some rules only work with the CPU rule engine. These are documented in the wiki. If you want to "fi...
epixoip Old oclHashcat Support 2 4,522 12-19-2015, 05:29 AM
    Thread: Error ERROR: clGetDeviceIDs() -1
Post: RE: Error ERROR: clGetDeviceIDs() -1

-1 is CL_DEVICE_NOT_FOUND so you probably didn't configure the driver properly. Have you tried regenerating xorg.conf from amdconfig?
epixoip Old oclHashcat Support 2 4,548 04-29-2016, 06:09 PM