Alert "ADL_Main_Control_Create()" when running oclHashcat
#1
Switch oclHashcat version doesn't work. Guess might be some env variables missing. However AMDAPPSDKROOT, DISPLAY, LD_LIBRARY_PATH(point to ${AMDAPPSDKROOT}lib/x86_64) and ATISTREAMSDKROOT are set correctly. Am i missing anything?
#2
You need to make sure that the correct driver is installed (amd catalyst 14.9 at the time of this post, see https://hashcat.net/oclhashcat/ ) and that no amd app sdk is installed (or other older conflicting driver files/libs).

For more detail see here: FAQ: Wrong driver?
#3
(05-11-2015, 07:56 PM)philsmd Wrote: You need to make sure that the correct driver is installed (amd catalyst 14.9 at the time of this post, see https://hashcat.net/oclhashcat/ ) and that no amd app sdk is installed (or other older conflicting driver files/libs).

For more detail see here: FAQ: Wrong driver?

The driver catalyst 14.9 is installed correctly. So you mean i need to uninstall AMD APP sdk?
#4
Yes, you do not need it (if you aren't a OpenCL developer) and it for sure gives conflicts if you have it installed.
Even if you are an OpenCL developer you need to be very careful where you put the amd app sdk and that oclHashcat does not prioritize those libs over the main 14.9 driver libs you did install (i.e. not having it in the environment paths directly etc) .... or even better: that oclHashcat does not see/can reach those libs at all.

There are several forum posts and wiki sections that warn about those lib conflicts (because of AMD app sdk installations etc).