macintosh js doesn't start anymore for me. It displays a black window that closes abruptly with the following logs: ``` [34690:1103/131840.274902:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. [1] 34690 trace trap (core dumped) macintosh.js ``` From what it says, it's caused by the GPU. I have an Nvidia GTX 960 using the official drivers (520.56.06) with Arch linux kernel 6.0.6 I found a temporary fix though: It works again if you use the following command to start macintosh.js: ``` $ macintosh.js --in-process-gpu & ```