BananoCoin / boompow-legacy

(Legacy) BANANO's super official Proof of Work system (BoomPoW)
https://bpow.banano.cc/
MIT License
53 stars 38 forks source link

thread 'main' panicked at 'Platform::list #14

Open validatedev opened 3 years ago

validatedev commented 3 years ago

Get the error when running nano-work-server

[validate@fedora bpow-client-v301]$ ./bin/linux/nano-work-server --gpu 0:0 -l 127.0.0.1:7000
thread 'main' panicked at 'Platform::list: Error retrieving platform list: Unable to get platform id list after 10 seconds of waiting.', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/ocl-0.19.3/src/standard/platform.rs:50:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Fedora 34 with ocl-icd-2.2.13-2.fc34.x86_64. Thanks in advance.

SamNicholsonUK commented 3 years ago

It can't identify your gpu. Do you get something different if you run it with something like --cpu-threads 10 instead of --gpu 0:0?

SneakyLink commented 3 years ago

Having the same problem on a Ryzen 2200g on Fedora 34. What GPU are you running?

jaezudev commented 2 years ago

Same thing is happening to me. (GPU is a NVIDIA GeForce GTX 1650; OS is Ubuntu 20.04 LTS)

powersrxx commented 2 years ago

Same issue. I'm on Ubuntu. After this failure I installed the proprietary/tested Nvidia drivers and rebooted, also ran with sudo. Running lspci |grep VGA shows my card is at 2:0. Maybe that has something to do with it. Here's hoping the developer follows up.

jaezudev commented 2 years ago

Where can I find the NVIDIA drivers?