Bitcoin Forum

Other => Beginners & Help => Topic started by: sCIs0V167xCuAIwY on July 04, 2011, 09:22:11 PM



Title: Error when running phoenix.py and poclbm
Post by: sCIs0V167xCuAIwY on July 04, 2011, 09:22:11 PM
I tried both poclbm and phoenix.py and get similar errors for each

poclbm.py:
Traceback (most recent call last):
  File "poclbm.py", line 24, in <module>
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error c

phoenix.py:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in <module>
    miner.start(options)
  File "phoenix-1.50/Miner.py", line 75, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code


Title: Re: Error when running phoenix.py and poclbm
Post by: willphase on July 04, 2011, 09:57:01 PM
download GPU Caps Viewer:

http://www.ozone3d.net/gpu_caps_viewer/

check that it displays your video card in the 'OpenCL' tab.  If it doesn't you need to reinstall your display drivers.

Will