[oclHashcat-1.33] clCreateBuffer() -61 Error
#3
@atom

Thank you for your reply and the Clearification of the Error Message but I've done some more tests and the Results don't seem to Point in that Direction although I am not sure in which Direction the Results point anyway :-\

Let me Explain what I did:

I testet a Single vBulletin hash with oclHashcat 1.33 which returns the clCreateBuffer() -61 Error.

Code:
/oclHashcat/oclHashcat-1.33$ ./oclHashcat64.bin -a 3 -m 2711 -w 3 --username --remove ../crackme/single_hash.txt ?l?l?l?a?a?a?a --status
oclHashcat v1.33 starting...

Device #1: Cypress, 1024MB, 765Mhz, 18MCU  

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m02710_a3.Cypress_1573.4_1573.4.kernel (566680 bytes)
Device #1: Kernel ./kernels/4098/markov_le_v4.Cypress_1573.4_1573.4.kernel (71776 bytes)


ERROR: clCreateBuffer() -61

Then I testet the same Hash with oclHahscat 1.31 and everything works fine. So I am a bit out of Ideas here :-\

Code:
/oclHashcat/oclHashcat-1.31$ ./oclHashcat64.bin -a 3 -m 2711 -w 3 --username --remove ../crackme/single_hash.txt ?l?l?l?a?a?a?a --status
oclHashcat v1.31 starting...

Device #1: Cypress, 1024MB, 765Mhz, 18MCU  

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m02710_a3.Cypress_1573.4_1573.4.kernel not found in cache! Building may take a while...
Device #1: Kernel ./kernels/4098/m02710_a3.Cypress_1573.4_1573.4.kernel (567944 bytes)
Device #1: Kernel ./kernels/4098/markov_le_v4.Cypress_1573.4_1573.4.kernel (342732 bytes)
Device #1: Kernel ./kernels/4098/bzero.Cypress_1573.4_1573.4.kernel (33848 bytes)

                                            
Session.Name...: oclHashcat
Status.........: Running
Input.Mode.....: Mask (?l?l?l?a?a?a?a) [7]
Hash.Target....: <I've removed the Hash and Salt because I read the Rules first ;-) >
Hash.Type......: vBulletin > v3.8.5
Time.Started...: Thu Mar  5 08:17:09 2015 (10 secs)
Time.Estimated.: Thu Mar  5 08:50:32 2015 (33 mins, 9 secs)
Speed.GPU.#1...:   829.6 MH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 7247757312/1431576185000 (0.51%)
Skipped........: 0/7247757312 (0.00%)
Rejected.......: 0/7247757312 (0.00%)
HWMon.GPU.#1...: 99% Util, 63c Temp, 41% Fan

Thanks in Advance!

EDIT

When I try the full Hashlist with oclHashcat-1.31 it also works fine :-\ Could it be that my Graphicscard is getting to old for newer Versions of Hashcat?

Code:
/oclHashcat/oclHashcat-1.31$ ./oclHashcat64.bin -a 3 -m 2711 -w 2 -o ../outfiles/hashes_out.txt --username --remove ../crackme/hashes_w_u.txt ?l?l?l?a?a?a?a --status
oclHashcat v1.31 starting...

Device #1: Cypress, 1024MB, 765Mhz, 18MCU  

Hashes: 1869 hashes; 1869 unique digests, 1869 unique salts
Bitmaps: 14 bits, 16384 entries, 0x00003fff mask, 65536 bytes
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Iterated
* Brute-Force
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m02710_a3.Cypress_1573.4_1573.4.kernel (567944 bytes)
Device #1: Kernel ./kernels/4098/markov_le_v4.Cypress_1573.4_1573.4.kernel (342732 bytes)
Device #1: Kernel ./kernels/4098/bzero.Cypress_1573.4_1573.4.kernel (33848 bytes)

                                            
Session.Name...: oclHashcat
Status.........: Running
Input.Mode.....: Mask (?l?l?l?a?a?a?a) [7]
Hash.Target....: File (../crackme/hashes_w_u.txt)
Hash.Type......: vBulletin > v3.8.5
Time.Started...: Thu Mar  5 08:30:19 2015 (9 secs)
Time.Estimated.: Wed Apr 22 09:39:57 2015 (48 days, 0 hours)
Speed.GPU.#1...:   357.8 kH/s
Recovered......: 0/1869 (0.00%) Digests, 0/1869 (0.00%) Salts
Progress.......: 6429081600/2675615889765000 (0.00%)
Skipped........: 0/6429081600 (0.00%)
Rejected.......: 0/6429081600 (0.00%)
HWMon.GPU.#1...: 97% Util, 72c Temp, 15% Fan


Messages In This Thread
RE: [oclHashcat-1.33] clCreateBuffer() -61 Error - by TheDarkOne - 03-05-2015, 09:25 AM