Hashcat 3.0 ERROR: clBuildProgram() - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat 3.0 ERROR: clBuildProgram() (/thread-5592.html) |
Hashcat 3.0 ERROR: clBuildProgram() - romi4smr - 07-03-2016 Hi. I receive this error when trying to run hashcat 3.0: Code: [/font][/size][/color] OS: Win10 x64 Version oclHashcat 2.01 works fine RE: Hashcat 3.0 ERROR: clBuildProgram() - MsChievous - 07-03-2016 It looks like you are missing the inc_vendor.cl OpenCL file, so when it tries to compile that it fails. Go look under D:/Decrypt/hashcat-3.00/OpenCL/ and see if it is there. If it is, make sure hashcat has permissions to read it. If it isn't, reinstall hashcat. If that still doesn't work, try downloading it again and trying. If it *still* doesn't work after that, make sure your antivirus isn't removing it for some reason. RE: Hashcat 3.0 ERROR: clBuildProgram() - romi4smr - 07-03-2016 (07-03-2016, 03:12 PM)MsChievous Wrote: It looks like you are missing the inc_vendor.cl OpenCL file, so when it tries to compile that it fails. Go look under It's working! I copied files from folder OpenCL to \AppData\Local\Temp\ RE: Hashcat 3.0 ERROR: clBuildProgram() - philsmd - 07-05-2016 We highly recommend that you DO NOT copy any haschat (include) files to a system folder or that you use similar stupid workarounds like this. The problem with such a "fix" is that after you do that, you don't only have a broken driver (which you already had otherwise the problem with the failed includes wouldn't be there at all), but also have a very broken hashcat installation. Any updates to hashcat would mean that you need to keep the folder within %APPDATA% also up-to-date and by not doing this carefully enough it only leads to very strange and difficult to troubleshoot problems. Fix your driver installation already. Instead of breaking your system w/ those "fixes". See here for a reference, how "similar"/"identical" some systems are, but still have this problem if the drivers were not installed correctly: https://hashcat.net/forum/thread-5566-post-29947.html#pid29947 https://hashcat.net/forum/thread-5566-post-29952.html#pid29952 |