troubles upgrading to v3.1 - 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: troubles upgrading to v3.1 (/thread-5941.html) |
troubles upgrading to v3.1 - martin.po21 - 10-09-2016 Hello everyone, I would like to ask for an advice... I tried to run hashcat 3.1 on one of my older machines (proliant dl580 g5), but got " clCreateContext(): CL_UNKNOWN_ERROR" error as shown in output posted below. Since I did not recall having problems with ocl runtime, i tried old v2.0 version of hashcat, and it runs as it is supposed to, as shown in output posted below. Machine has OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors installed. I also tried with older 14.2 version, but error stays the same. Is it possible that this error is not ocl runtime related, considering v 2.0 of hashcat running fine? Is there something I am missing? hashcat 3.1 output: Code: hashcat (v3.10) starting in benchmark-mode... hashcat 2.0 output: Code: Initializing hashcat v2.00 with 24 threads and 32mb segment-size... Thank you in advance Martin RE: troubles upgrading to v3.1 - kiara - 10-09-2016 try to uninstall any amd/nvidia drivers ( u can use http://www.guru3d.com/files-details/display-driver-uninstaller-download.html for that. or do it manual) , and uninstall any openCL . afterwards, download the newst GPU driver and openCL , if the newst gpu driver did not work download the one before the latest RE: troubles upgrading to v3.1 - martin.po21 - 10-09-2016 Thanks for reply. I have tried changing gpu driver to older, and then to latest- the problem stays the same in both cases. I would sey that GPU driver does not affect it, as even without it, hashcat 2.0 works and 3.1 does not- same error as mentioned above. Perhaps I should mention that I am trying to get it running on machine CPUs, not GPU (old integrated ATI ES1000) (I tought this would be visible from posted output) Also, OS is windows serer 2008 R2, if this means anything As a side note, Hashcat v3.0 returns a bit different error than v3.1: Code: ERROR: clCreateContext() : -2 : CL_UNKNOWN_ERROR RE: troubles upgrading to v3.1 - atom - 10-10-2016 Looks like your opencl runtime is broken. The OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors installed is the correct one, but if you had a different opencl runtime installed before (eventually installed by your gpu driver) this may be incompatible to the Intel OpenCL runtime. Therefore you need to make sure to uninstall the old one first. This also involves deleting some files by hand. Here's a writeup: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do RE: troubles upgrading to v3.1 - martin.po21 - 10-10-2016 Thank you for reply atom. I'll post back my result when I mannage to perform what you advised, somewhere at end of this week. Great product with great support! RE: troubles upgrading to v3.1 - martin.po21 - 10-14-2016 (10-10-2016, 05:06 PM)atom Wrote: Looks like your opencl runtime is broken. The OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors installed is the correct one, but if you had a different opencl runtime installed before (eventually installed by your gpu driver) this may be incompatible to the Intel OpenCL runtime. Therefore you need to make sure to uninstall the old one first. This also involves deleting some files by hand. Here's a writeup: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do After performing this, problem stays the same. I went even further and format the system, followed by installing only intel opencl runtime 16.1.1. Once again pre v3 hashcat works and v3.X returns same errors as mentioned above. I'll give linux a try and report back RE: troubles upgrading to v3.1 - atom - 10-15-2016 I've tried on a XEON box, just to be sure, here's a log: Quote:[atom@super hashcat]$ ./hashcat -b -m 1000 -d 5 -D 1 So, Xeon works fine. RE: troubles upgrading to v3.1 - martin.po21 - 10-20-2016 FInnaly, I got it working on centos. Not from binaries, but build went smooth, with little to no trouble. Thank you again for support |