Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
solarpower
on 02/08/2011, 16:54:21 UTC
Just tried the final version i got this error when i used Phoenix manually (either default kernel or phatk)

Code:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in
    miner.start(options)
  File "/opt/miners/phoenix/Miner.py", line 77, 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: platform not found khr



Well hell I don't know anything but i would ask did you remember to goto system tools --> then sdk license ...and accept it?

it looks like a error you might get if you had not accepted the SDK license

Solarpower