JWWeatherman / yeticold

https://yeticold.com
Other
66 stars 23 forks source link

bitcoin-qt crashes due to missing libxcb-xinerama0 dependency #183

Closed epiccurious closed 3 days ago

epiccurious commented 4 weeks ago

On both Ubuntu 22 and 24, bitcoin-qt is failing to execute.

In the terminal, the flask app is trying to launch bitcoin-qt over and over again but it's failing.

/home/user1/yeticold/bitcoin/bin/bitcoin-qt: error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directory

On Level 3 Primary, it gets stuck at Step 5 showing 0.0% since bitcoin isn’t running.

On Level 3 Secondary Recovery, which causes the Yeti flask app is stuck at Step 7. And the Flask app is unresponsive (can't click Next).

This issue almost certainly breaks Levels 1 and 2 as well.

epiccurious commented 4 weeks ago

The user can workaround the issue by opening a terminal and running sudo apt install -y libxcb-xinerama0.

This should be fixed by adding that dep automatically inside Yeti.