You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -331,22 +331,20 @@ hardware. If you are facing problems, please ask for support.
331
331
- replacing cygwin's OpenCL library `cygOpenCL-1.dll` in the `run` directory with `OpenCL.dll` installed
332
332
in the `c:\Windows\System32` folder should make everything _almost_ work. Copy in the `OpenCL.dll`, and rename the copied file `cygOpenCL-1.dll`. Example:
333
333
```powershell
334
-
# I downloaded and installed john in c:\Temp\Devel
335
-
C:\> cd c:\Temp\Devel
336
-
337
-
C:\Temp\Devel> run\john --list=opencl-devices
334
+
# I downloaded and installed john in C:\Users\Me\JtR
335
+
C:\Users\Me\JtR> run\john --list=opencl-devices
338
336
Error: No OpenCL-capable platforms were detected by the installed OpenCL driver.
339
337
Error: No OpenCL-capable devices were detected by the installed OpenCL driver.
0 commit comments