We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 &
The text was updated successfully, but these errors were encountered:
Idem with GeForce GTX 1070 using drivers 535.104.05 ubuntu, kernel 5.15.0-89-generic.
Workaround works.
Sorry, something went wrong.
Workaround works with an NVIDIA 3090 on Pop!_OS 22.04 LTS. Thanks @jmfergeau !
No branches or pull requests
macintosh js doesn't start anymore for me. It displays a black window that closes abruptly with the following logs:
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:
The text was updated successfully, but these errors were encountered: