rooklift / nibbler

Chess analysis GUI for UCI engines, with extra features for Leela (Lc0) in particular.
GNU General Public License v3.0
571 stars 72 forks source link

Got "GPU isn't usable" error on start up #208

Open kusayuzayushko opened 2 years ago

kusayuzayushko commented 2 years ago

image

Any idea what is wrong exactly?

rooklift commented 2 years ago

Not specifically, but Googling the phrase "GPU process isn't usable" brings up some info about Electron apps on Linux.

kusayuzayushko commented 2 years ago

Not specifically, but Googling the phrase "GPU process isn't usable" brings up some info about Electron apps on Linux.

i figured if i run nibbler with --no-sandbox, it shows me i have a Cuda version mismatch. Could it be the reason? image

rooklift commented 2 years ago

That message comes from Leela itself.

mgarraha commented 1 year ago

My workaround is to put this in $HOME/.config/Nibbler/config.json:

"disable_hw_accel": true,