johguse / profanity

Vanity address generator for Ethereum
834 stars 324 forks source link

[help wanted] error encountered when trying to run on old computer #44

Open mohamedalichelbi opened 3 years ago

mohamedalichelbi commented 3 years ago

Hello,

I am trying to run profanity-v1.60 on my windows 10 Laptop, However I keep getting the following error: The procedure entry point clCreateCommandQueueWithProperties could not be located in the dynamic link library

should I place in the project in a particular directory ? It's sitting in my Downloads folder for the Moment. At first I thought I'm missing OpenCL, but my drivers are up to date and clinfo returns the following:

Platform #0: Intel(R) OpenCL
 +-- Device #0:        Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
 `-- Device #1: Intel(R) HD Graphics 4000

I have also tried copying the OpenCL.DLL folder from C:\WINDOWS\system32 to the project's directory, but nothing changed.

Any help would be appreciated, have a good day :)