e-ago / bitcracker

BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
GNU General Public License v2.0
796 stars 187 forks source link

Cuda error in file 'main.cu' in line 66 : unknown error. #26

Open lutzke opened 4 years ago

lutzke commented 4 years ago

Hi,

I successfully compiled bitcracker_cuda using the instructions in the readme, yet when I try to run bitcracker_cuda, I always get the same error: Cuda error in file 'main.cu' in line 66 : unknown error. This is referring to the file ./src_CUDA/main.cu

Please let me know if I can provide any additional information to troubleshoot this error. If anyone else has run into this problem and solved it, what did you do to solve it?

mandaman2k commented 3 years ago

Hi,

Did you manage to fix it? I'm getting the same error, build went through without a problem, I'm getting this error when running ./run_test.sh

Cheers

ScorpionInc commented 1 year ago

To summarizes it seems to be unable to open the GPU_ID 0. Perhaps try using -g 1 instead of -g 0 maybe that will help? If it does please share.

https://github.com/e-ago/bitcracker/issues/44