Gui crashing with npm errors on Ubuntu

I’m running chia and multiple forks on ubuntu 20.04. After launching gui with npm run electron & everything looks fine but in few hours the chia gui and forks’ gui crash all at the same time with error:

[3275:1113/050825.296652:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
/home/thomas/staicoin-blockchain/staicoin-blockchain-gui/node_modules/electron/dist/electron exited with signal SIGTRAP
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! staicoin-blockchain@1.0.4-dev19 electron: `electron .`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the staicoin-blockchain@1.0.4-dev19 electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/thomas/.npm/_logs/2021-11-13T05_08_50_392Z-debug.log

What’s causing this?