lachesis / scallion

GPU-based Onion Hash generator
Other
1.25k stars 164 forks source link

beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) #122

Open teisho opened 6 years ago

teisho commented 6 years ago

I've installed everything how it's shown in the tutorial: https://www.thomaswhite.se/generating-a-custom-onion-address-ubuntu/

~/scallion/scallion-v2.0$ mono scallion.exe -d 0 test
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)

Unhandled Exception:
System.InvalidOperationException:  ErrorCode:'-1'
  at scallion.CLDeviceInfo.CheckError (Int32 err) <0x415791c0 + 0x0007f> in <filename unknown>:0 
  at scallion.CLDeviceInfo.GetDeviceIds (IntPtr platformId, DeviceTypeFlags deviceType) <0x4157a050 + 0x00047> in <filename unknown>:0 
  at scallion.CLDeviceInfo.<GetDeviceIds>b__0 (IntPtr i) <0x4157a020 + 0x00017> in <filename unknown>:0 
  at System.Linq.Enumerable+<SelectManyIterator>c__Iterator2`2[TSource,TResult].MoveNext () <0x415798a0 + 0x0012e> in <filename unknown>:0 
  at System.Linq.Buffer`1[TElement]..ctor (IEnumerable`1 source) <0x41579430 + 0x0022c> in <filename unknown>:0 
  at System.Linq.Enumerable.ToArray[TSource] (IEnumerable`1 source) <0x415793b0 + 0x0002f> in <filename unknown>:0 
  at scallion.CLDeviceInfo.GetDeviceIds () <0x41578290 + 0x0008f> in <filename unknown>:0 
  at scallion.CLRuntime.GetDevices () <0x415780f0 + 0x0000f> in <filename unknown>:0 
  at scallion.Program.Main (System.String[] args) <0x415404a0 + 0x0101f> in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException:  ErrorCode:'-1'
  at scallion.CLDeviceInfo.CheckError (Int32 err) <0x415791c0 + 0x0007f> in <filename unknown>:0 
  at scallion.CLDeviceInfo.GetDeviceIds (IntPtr platformId, DeviceTypeFlags deviceType) <0x4157a050 + 0x00047> in <filename unknown>:0 
  at scallion.CLDeviceInfo.<GetDeviceIds>b__0 (IntPtr i) <0x4157a020 + 0x00017> in <filename unknown>:0 
  at System.Linq.Enumerable+<SelectManyIterator>c__Iterator2`2[TSource,TResult].MoveNext () <0x415798a0 + 0x0012e> in <filename unknown>:0 
  at System.Linq.Buffer`1[TElement]..ctor (IEnumerable`1 source) <0x41579430 + 0x0022c> in <filename unknown>:0 
  at System.Linq.Enumerable.ToArray[TSource] (IEnumerable`1 source) <0x415793b0 + 0x0002f> in <filename unknown>:0 
  at scallion.CLDeviceInfo.GetDeviceIds () <0x41578290 + 0x0008f> in <filename unknown>:0 
  at scallion.CLRuntime.GetDevices () <0x415780f0 + 0x0000f> in <filename unknown>:0 
  at scallion.Program.Main (System.String[] args) <0x415404a0 + 0x0101f> in <filename unknown>:0 
jesopo commented 6 years ago

I'm getting a very similar issue.