03-03-2015, 11:36 AM
Hello Everyone,
I've encountered a Problem while updating to oclHashcat-1.33. At first the Error "clCreateBuffer() -61" showed up everytime I tried to start cracking on some Hashes (tried it with the oclExample0.sh). After some Googling I stumbled accross the Command
Now I am able to run Hashcat fine, except when I am trying to use the tuned performance Profile.
The following Job runs fine
But when I try to increase the Performance Profile to 3, I get the above mentioned Error
I don't know if its worth mentioning but I have an old HD5850 that I use to toy around with oclHashcat
As always thanks in advance for any Help or Suggestions
I've encountered a Problem while updating to oclHashcat-1.33. At first the Error "clCreateBuffer() -61" showed up everytime I tried to start cracking on some Hashes (tried it with the oclExample0.sh). After some Googling I stumbled accross the Command
Code:
export GPU_MAX_HEAP_SIZE=90
Now I am able to run Hashcat fine, except when I am trying to use the tuned performance Profile.
The following Job runs fine
Code:
./oclHashcat64.bin -a 0 -m 2711 -w 2 -o ../outfiles/hashes_out.txt --username --remove ../crackme/hashes_w_u.txt ../wordlist/rockyou.txt --status
But when I try to increase the Performance Profile to 3, I get the above mentioned Error
Code:
./oclHashcat64.bin -a 0 -m 2711 -w 3 -o ../outfiles/hashes_out.txt --username --remove ../crackme/hashes_w_u.txt ../wordlist/rockyou.txt --status
Hashes: 4818 hashes; 4818 unique digests, 4818 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Iterated
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m02710_a0.Cypress_1573.4_1573.4.kernel (1053060 bytes)
ERROR: clCreateBuffer() -61
I don't know if its worth mentioning but I have an old HD5850 that I use to toy around with oclHashcat
As always thanks in advance for any Help or Suggestions