-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Renderer crash #227
Comments
Hmm - mysterious. |
I am getting the same on Ubuntu 23.04. I am running it directly from the files/src directory using "electron ." Maybe it's a GPU config issue due to hybrid Nvidia and amd laptop gpu. It is not a Leela issue because it happens even before I've had a chance to even load an engine in nibbler. I am attaching my inxi file below. Error message was: [13237:0815/143703.136999:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! |
For anyone else who got the error message (see my comment above) while running nibbler using "electron ." from the github files/src directory, I was able to get nibbler to run by simply using the Linux install script from the GitHub page and then running nibbler using "nibbler --no-sandbox" from the terminal as mentioned by rooklift in #233. If you run nibbler without the --no-sandbox parameter, I got the "no usable GPU" error. This is not my issue, but I would consider closed if the goal is simply to get nibbler running on linux and a hybrid gpu laptop system. |
I had a similar problem, I got:
both with the app downloaded from GitHub releases and with the install script. But the fix with |
Might be because of a lack of VRAM, but I've got 64GB of RAM and it's nowhere near full when I get this message. Installed from AUR, has happened twice but both times my memory was fine (less than 1/32th full).
Arch latest
The text was updated successfully, but these errors were encountered: