When I tried to start machine-video-editor-0.8.1.1 on an Ubuntu 22.04 running CUDA:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
I got the following errors after it crashed:
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
[23289:0908/005655.649007:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye.
$ dmesg
[ 794.076977] traps: Chrome_IOThread[27724] trap int3 ip:564101e339f3 sp:7f202017c520 error:0 in machine-video-editor[5640fffbc000+53d2000]
The --no-sandbox switch would allow it to launch, but I couldn't install the dependencies. The window would pop up and it would just sit there doing nothing.
A little digging around showed there might be an issue with Electron and Nvidia
https://ubuntuforums.org/showthread.php?t=2466891
microsoft/vscode#132609
My Tensorbook running 20.04 with the same Nvidia drivers seems to work fine.
When I tried to start machine-video-editor-0.8.1.1 on an Ubuntu 22.04 running CUDA:
I got the following errors after it crashed:
The --no-sandbox switch would allow it to launch, but I couldn't install the dependencies. The window would pop up and it would just sit there doing nothing.
A little digging around showed there might be an issue with Electron and Nvidia
https://ubuntuforums.org/showthread.php?t=2466891
microsoft/vscode#132609
My Tensorbook running 20.04 with the same Nvidia drivers seems to work fine.