CL Build program failure - 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: CL Build program failure (/thread-10813.html) |
CL Build program failure - Tess_Breaker - 06-05-2022 Hello all. I've been trying to get started using hashcat in a hope to to learn about wireless security and have run into an error message I cannot find a solution to. I am on an M1 Macbook (which I recognize is not helping anything) and am using hashcat through homebrew. the code I am running is: Code: hashcat -m 22000 -a 3 hash.hc22000 -D2 and the outcome I am getting is: Code: hashcat (v6.2.5) starting Is this just the result of Apple's OpenCL drivers being "unreliable" and I should've heeded the warning? Any advice or information would be appreciated, thank you. RE: CL Build program failure - marc1n - 06-06-2022 It was on the forum, just search for it RE: CL Build program failure - Tess_Breaker - 06-07-2022 (06-06-2022, 11:21 AM)marc1n Wrote: It was on the forum, just search for it I have looked multiple times and not managed to find a comparable issue, except for one once when it went unresolved. If you know of a thread I am missing I would appreciate it. RE: CL Build program failure - marc1n - 06-07-2022 Update OpenCL your version (OpenCL 1.2 (Jun 17 2021 15:24:17)) is too old! RE: CL Build program failure - Tess_Breaker - 06-07-2022 I did end up trying that eventually and encountered the same error... RE: CL Build program failure - Snoopy - 06-09-2022 (06-07-2022, 06:27 PM)Tess_Breaker Wrote: I did end up trying that eventually and encountered the same error... apple dropped opencl support, so the only thing you can do is, use windows or linux RE: CL Build program failure - Tess_Breaker - 06-12-2022 (06-09-2022, 12:31 PM)Snoopy Wrote:(06-07-2022, 06:27 PM)Tess_Breaker Wrote: I did end up trying that eventually and encountered the same error... Figured as much, got it going on a VM, much appreciated still. |