OpenCL Platform #1: Mesa, skipped! No OpenCL compatible devices found
#1
I installed a The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux VM (64bit, newest version) on my PC and i wanted to use hashcat on it.
So i started it (v 3.1) and tried an example md5-hash (filename: test.hash) with a dictionary (filename: dictionary.txt in my 'mytestfolder'-folder) with the command

Code:
hashcat -a 0 -m 0 test.hash ./mytestfolder/dictionary.txt

All i've got was the following error-message: 

OpenCL Platform #1: Mesa, skipped! No OpenCL compatible devices found

ERROR: No devices found/left


I've got an Intel Core cpu and a AMD Radeon gpu.
I used google and the search function in this forum because i know that this is a common problem but still dont know how to solve this...
For example this (doesn't helped me) and this (only for 32 bit systems). Do i also have to change some settings in my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) vm or virtualbox, so hashcat can use my gpu/cpu?


Messages In This Thread
OpenCL Platform #1: Mesa, skipped! No OpenCL compatible devices found - by matt99 - 12-26-2016, 06:44 PM