Hashcat stops after initializing OpenCL Runtime
#1
Whenever I run hashcat (both CLI and using the GUI application) it gets to initializing the OpenCL runtime and then the app just stops. It returns me back to the Command line. I have tried reinstalling the Device drivers (AMD 19.2 for RX570) and this still occurs.
.jpg   hashcatError.jpg (Size: 140.51 KB / Downloads: 12)
Reply
#2
try this: https://hashcat.net/faq/wrongdriver

there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms.

this seems to be a driver installation issue.

to test after you followed the guide above, you could use:
Code:
hashcat -b
and
Code:
hashcat -I


btw: also try without using powershell, but just the old cmd instead (not sure how important that is, but it's worth a test)
Reply