4090 notebook GPU, no hashcat
#14
Greetings all!
Been awhile since this has been update but FEAR NOT!

I bring you a workaround that appears to solve this issue on Windows 11.
Major shout out to "Unspecified Principal Engineer" (his words, not mine)

First off, seems to be an issue with OpenCLOn12, "a mapping layer, which implements the OpenCL 1.2 API on top of D3D12. It also implements the OpenCL ICD extension, and can therefore be loaded by the existing ICD loader."

Ref Link: https://github.com/microsoft/OpenCLOn12

Workaround: Remove Offending Program

Open PowerShell as Admin
>
Code:
Get-AppxPackage -Name Microsoft.D3DMappingLayers

Look for the following line:
Code:
PackageFullName  : Microsoft.D3DMappingLayers_1.2302.1.0_x64__<more stuff>

Copy the info from that line and paste into following command:
>
Code:
Remove-AppxPackage -Package <Package_Full_Name from Above Command>

Reboot and give it a try.  I was able to run examples, backend info mode, benchmarks, etc.  All not functioning before.

Thank you again to this community for your insight and assistance.
Greatly appreciated!
Reply


Messages In This Thread
4090 notebook GPU, no hashcat - by RT@TGT - 03-21-2023, 07:57 PM
RE: 4090 notebook GPU, no hashcat - by marc1n - 03-21-2023, 09:26 PM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-21-2023, 09:54 PM
RE: 4090 notebook GPU, no hashcat - by slyexe - 03-22-2023, 05:28 AM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-22-2023, 02:09 PM
RE: 4090 notebook GPU, no hashcat - by Snoopy - 03-22-2023, 03:44 PM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-22-2023, 04:08 PM
RE: 4090 notebook GPU, no hashcat - by slyexe - 03-23-2023, 02:27 AM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-23-2023, 02:25 PM
RE: 4090 notebook GPU, no hashcat - by Snoopy - 03-23-2023, 04:54 PM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-23-2023, 05:47 PM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 03-23-2023, 06:11 PM
RE: 4090 notebook GPU, no hashcat - by slyexe - 03-24-2023, 04:26 AM
RE: 4090 notebook GPU, no hashcat - by RT@TGT - 04-26-2023, 06:59 PM