hashcat do not run on windows 2019 server but runs on Win10
#7
(08-30-2023, 12:08 PM)Snoopy Wrote:
Quote:
Intel Xeon CPU E5-2690 2.9Ghz 32 GbRAM Windows 2019 Server Video: Matrox G200eh WDDM 2.0, RunTime OpenCL 21.2.616 installed , HASHCAT 6.2.5

you need the opencl drivers for CPU only, your installed version is for graphics (i think) as the last version vor cpu is 16.1.2

see this link: https://www.codeproject.com/Articles/123...PU_runtime

i dont think your GPU will run with hashcat (but not sure), try installing the latest version for opencl CPU and running hashcat -I again

hashcat -I has to produce an output, even when just saying no devices found

EDIT:
regarding this thread, this link shoould also work
https://www.intel.com/content/www/us/en/...pport.html

Only second link helped partly after installation, but stopped with error (see below). I think TBB library is in oneAPI Intel, but it has many components and the installation of all components - 20Gb! ... I do not know wich component I need... (https://www.intel.com/content/www/us/en/...netbb.html)

Firtst link https://www.codeproject.com/Articles/123...PU_runtime did not helped, -I key finished with program exit.

c:\hck\hashcat>hashcat -I
hashcat (v6.2.5) starting in backend information mode

SYCL CPU RT Warning: Cannot load TBB from neither Windows registry key nor CPU runtime configuration file (cl.cfg / cl.fpga_emu.cfg) in C:\Program Files (x86)\Common Files\Intel\Shared Libraries\intel64\ location. The Error message is: Windows error code: 126.
You can ask your administrator to configure TBB library location to CL_CONFIG_TBB_DLL_PATH item in the configuration files.
Or you need to check Windows registry key under HKEY_LOCAL_MACHINE\SOFTWARE\Intel\oneAPI\TBB\ locaiton. The version items under this location are installed TBB on this machine. The required TBB version is 2021.10.0. You can install the required TBB if it is not listed in windows registry.
clCreateContext(): CL_OUT_OF_HOST_MEMORY

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: Intel(R) Corporation
  Name....: Intel(R) OpenCL
  Version.: OpenCL 3.0 WINDOWS

  Backend Device ID #1
    Type...........: CPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz
    Version........: OpenCL 3.0 (Build 0)
    Processor(s)...: 24
    Clock..........: 2600
    Memory.Total...: 130946 MB (limited to 32736 MB allocatable in one block)
    Memory.Free....: 0 MB
    OpenCL.Version.: OpenCL C 3.0
    Driver.Version.: 2023.16.6.0.28_042959
Reply


Messages In This Thread
RE: hashcat do not run on windows 2019 server but runs on Win10 - by myg - 08-31-2023, 10:48 AM