Hashcat hangs at Initializing backend runtime for device #X... "forever"
#10
(11-24-2020, 09:43 PM)dydx Wrote:
Code:
hashcat -I
hashcat (v6.1.1) starting...

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

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

  Backend Device ID #1
    Type...........: CPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
    Version........: OpenCL 1.2 (Build 76427)
    Processor(s)...: 4
    Clock..........: 2600
    Memory.Total...: 16075 MB (limited to 4018 MB allocatable in one block)
    Memory.Free....: 16011 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 3.0.1.10891

  Backend Device ID #2
    Type...........: GPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) HD Graphics 4000
    Version........: OpenCL 1.2
    Processor(s)...: 16
    Clock..........: 1200
    Memory.Total...: 1400 MB (limited to 350 MB allocatable in one block)
    Memory.Free....: 1336 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 10.18.10.4358

Thanks!

6.1.1 is old, update to 6.2.5

next, OpenCL 1.2 tells me you didnt install 
  • Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)

as statet on the hashcat landingpage

install this, this will get you to opencl 2.1 at least and the problem will be gone

see

https://hashcat.net/forum/thread-10548.html

*ttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/13794/opencl_runtime_18.1_x64_setup.msi

EDIT: you have to stick to CPU because the openCL Intel integrated GPU runtime is broken (maybe you need to uninstall UHD graphicdrivers from windows, before you can install this opencl cpu driver)
Reply


Messages In This Thread
RE: Hashcat hangs at Initializing backend runtime for device #X... "forever" - by Snoopy - 03-21-2022, 04:47 PM