03-23-2020, 06:08 PM
Hi,
I have used hashcat in the past and never encountered any error. After a few years, I reinstalled hashcat, CUDA and OpenCL on Manjaro.
When I launch hashcat like this :
I get the following error:
I looked up on google and understood it has something to do with the ptx assembly ? I am not sure what is it and how should I fix the fact I have the wrong version of it.
Thank you very much for your help,
Kajpio
I have used hashcat in the past and never encountered any error. After a few years, I reinstalled hashcat, CUDA and OpenCL on Manjaro.
When I launch hashcat like this :
Code:
./hashcat -m 2500 -a 0 hash.txt dicts/rockyou.txt --potfile-path found.txt -O
I get the following error:
Code:
Watchdog: Temperature abort trigger set to 90c
cuLinkAddData(): a PTX JIT compilation failed
* Device #1: Kernel /home/kajpio/development/hashcat/OpenCL/shared.cl link failed. Error Log:
ptxas application ptx input, line 9; fatalĀ : Unsupported .version 6.5; current version is '6.4'
ptxas fatalĀ : Ptx assembly aborted due to errors
* Device #1: Kernel /home/kajpio/development/hashcat/OpenCL/shared.cl build failed.
I looked up on google and understood it has something to do with the ptx assembly ? I am not sure what is it and how should I fix the fact I have the wrong version of it.
Thank you very much for your help,
Kajpio