[split] cuLaunchGridAsync() 701
#6
The first one here succeeds when I use a dictionary on both sides (-n1/80 doesn't make a difference)

Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -m 1 -1 ?l?u?d dict1.txt dict1.txt
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
NOTE: gpu-accel auto-adjusted to: 1
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
WARNING: words in dict_left < 3840. Can't gain full performance
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [h]elp [q]uit =>
Status....: Finished
Mode.Left.: Dict 'dict1.txt' (13)
Mode.Right: Dict 'dict1.txt' (13)
Speed.GPU*:  179.0k/s
Recovered.: 0/1 Digests, 0/1 Salts
Progress..: 169/169 (100.00%)
Running...: 0 secs

Started: Wed Jan 26 11:18:44 2011
Stopped: Wed Jan 26 11:18:44 2011


All of the below fail


Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -m 1 -1 ?l?u?d ?1?1?1?1 ?1?1?1?1 --gpu-accel=160 --gpu-loops=1024
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701

Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -n 1 -m 1 -1 ?l?u?d ?1?1?1?1 ?1?1?1?1
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701


Code:
root@cupidon:/home/cupid/oclHashcat-0.24# ./cudaHashcat32.bin hash.txt -n 1 -m 1 -1 ?l?u?d ?1?1?1?1 dict1.txt
cudaHashcat v0.24 starting...

Digests: 1 entries, 1 unique
Salts: 1 entries, 1 unique
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 480, 1535MB, 1401Mhz, 15MCU
Device #1: Kernel ./kernels/4318/m0001.sm_20.32.cubin
WARNING: words in dict_right < 128. Can't gain full performance
[s]tatus [p]ause [r]esume [h]elp [q]uit => ERROR: cuLaunchGridAsync() 701


Messages In This Thread
[split] cuLaunchGridAsync() 701 - by geograph - 01-25-2011, 04:25 PM
RE: [split] cuLaunchGridAsync() 701 - by atom - 01-26-2011, 10:11 AM
RE: [split] cuLaunchGridAsync() 701 - by n190 - 01-26-2011, 12:23 PM
RE: [split] cuLaunchGridAsync() 701 - by atom - 01-26-2011, 02:54 PM
RE: [split] cuLaunchGridAsync() 701 - by n190 - 01-26-2011, 03:28 PM
RE: [split] cuLaunchGridAsync() 701 - by atom - 01-26-2011, 03:29 PM
RE: [split] cuLaunchGridAsync() 701 - by n190 - 01-26-2011, 03:36 PM
RE: [split] cuLaunchGridAsync() 701 - by atom - 01-31-2011, 05:47 PM
RE: oclHashcat v0.24 - by atom - 01-25-2011, 10:19 PM
RE: oclHashcat v0.24 - by n190 - 01-26-2011, 12:02 AM
RE: oclHashcat v0.24 - by geograph - 01-26-2011, 05:02 AM