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 'cuda_attack.cu' in line 168 : invalid texture reference. #31

Open psmgeelen opened 3 years ago

psmgeelen commented 3 years ago

Hi there, When I run the run_tests.sh I consistently get the error: Cuda error in file 'cuda_attack.cu' in line 168 : invalid texture reference. The same goes for when I try to use bitcracker_cuda. My system is listed below. I noticed a discrepancy in the version of CUDA and CUDA compiler, and I am not sure whether it supports CUDA 11. What should be my next step?

Computer Processor: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 65464MB (11085MB used) Operating System: Ubuntu 20.04.1 LTS OpenGL Renderer GeForce GTX 1650 with Max-Q Design/PCIe/SSE2

OS: Kernel: Linux 5.4.0-52-generic (x86_64) Version: #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 C Library: GNU C Library / (Ubuntu GLIBC 2.31-0ubuntu9.1) 2.31 Distribution: Ubuntu 20.04.1 LTS

And as far as CUDA goes..: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Sun_Jul_28_19:07:16_PDT_2019 Cuda compilation tools, release 10.1, V10.1.243

If I use nvidia-smi I get: NVIDIA-SMI 450.80.02 Driver Version: 450.80.02 CUDA Version: 11.0

Thanks in advance!