Fahad0x9d3 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

CL_DEVICE_NOT_FOUND #453

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to start pyrit (pyrit-svn r308) with the cpyrit_opencl extension I 
get this error:
(I have an ATI GPU and I'm using the OpenSource driver with mesa-opencl 
installed )

Traceback (most recent call last):
  File "/usr/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 117, in initFromArgv
    func(self, **options)
  File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 805, in batchprocess
    yieldOldResults=cowpwriter is not None) as dbiterator:
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 727, in __init__
    self.cp = CPyrit() if yieldNewResults else None
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 446, in __init__
    p = _cpyrit_opencl.OpenCLPlatform(platform_idx)
SystemError: Failed to enumerate devices on this platform (CL_DEVICE_NOT_FOUND)

Original issue reported on code.google.com by MangaMan...@gmail.com on 15 Jun 2014 at 4:14