[split] cuLaunchGridAsync() 701 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html) +--- Thread: [split] cuLaunchGridAsync() 701 (/thread-256.html) Pages:
1
2
|
[split] cuLaunchGridAsync() 701 - geograph - 01-25-2011 Something is not working: Windows 7 32-bit GTX480 NVidia Drivers 260.99 Code: ERROR: cuLaunchGridAsync() 701 NVidia Drivers 258.96 Code: Not found entry point of function cuCtx... in nvcuda.dll RE: oclHashcat v0.24 - atom - 01-25-2011 can you try with latest driver pls? RE: oclHashcat v0.24 - n190 - 01-26-2011 Same issue here Linux 32bit Nvidia GeForce GTX480 Nvidia Drivers 260.19.36 (Newest for Linux) Code: ERROR: cuLaunchGridAsync() 701 RE: oclHashcat v0.24 - geograph - 01-26-2011 I try with last 266.58 drivers too. Result: Code: ERROR: cuLaunchGridAsync() 701 RE: [split] cuLaunchGridAsync() 701 - atom - 01-26-2011 seems we have a problem here. help me to reproduce it. please post screenshots, full commandline and if required the hashlist. check if this still occours if you use -n 1 or if you use dictionaries on both sides. RE: [split] cuLaunchGridAsync() 701 - n190 - 01-26-2011 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 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 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 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 RE: [split] cuLaunchGridAsync() 701 - atom - 01-26-2011 ok i can reproduce it. it is related to all 32bit sm_20 (fermi) kernels. i will fix it and release v0.25 later. thanks for reporting. RE: [split] cuLaunchGridAsync() 701 - n190 - 01-26-2011 (01-26-2011, 02:54 PM)atom Wrote: ok i can reproduce it. it is related to all 32bit sm_20 (fermi) kernels. i will fix it and release v0.25 later. thanks for reporting. Ok, great that you were able to reproduce it! Any idea when you will release a fix? I'm just curious because I have setup a system solely for the purpose of testing this tool, and I can't wait to get started RE: [split] cuLaunchGridAsync() 701 - atom - 01-26-2011 please check your PM i sent you a beta version for test. if it works, i will make it public. RE: [split] cuLaunchGridAsync() 701 - n190 - 01-26-2011 (01-26-2011, 03:29 PM)atom Wrote: please check your PM i sent you a beta version for test. if it works, i will make it public. Alright, please give me a few minutes to set it up on the server. I am at my university right now so I have to attend to some other stuff at the same time ^_^ I will post in a little while ... |