rooklift / nibbler

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

Can't start Nibbler on Ubuntu 24.04.1 with Nvidia driver #269

Open sroller opened 2 weeks ago

sroller commented 2 weeks ago

I'm getting this error message starting Nibbler.

[22014:1006/012123.294955:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.

lc0 runs from the command line.

output of nvidia-smi command.

Sun Oct  6 01:24:42 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03              Driver Version: 560.35.03      CUDA Version: 12.6     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3060        Off |   00000000:01:00.0  On |                  N/A |
|  0%   48C    P8             14W /  170W |       5MiB /  12288MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+

The Nvidia driver is 560 and the CUDA version 12.6 - both cutting edge.

rooklift commented 2 weeks ago

Try adding --no-sandbox as a command line argument to Nibbler.