altair icon indicating copy to clipboard operation
altair copied to clipboard

[BUG] Completely blank window after first click

Open lovasoa opened this issue 10 months ago • 6 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Starting altair results in a blank screen.

image

❯ altair
undefined
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/index.html
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/styles.css
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/assets/img/logo_350.svg
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/runtime.js
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/polyfills.js
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/main.js
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/assets/i18n/default.json
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/assets/i18n/en-US.json
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/jetbrains-mono-latin-400-normal.woff2
file.. /opt/Altair GraphQL Client/resources/app.asar/node_modules/altair-static/build/dist/assets/img/altair_logo.svg
[184406:0929/234437.399779:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[184406:0929/234438.869189:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[184406:0929/234453.299695:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!

Expected Behavior

No response

Steps To Reproduce

start altair and click anywhere

Environment

- OS: Ubuntu 22.04.3 LTS (Wayland)
- gpu: Mesa Intel® Xe Graphics (TGL GT2)
- Version: latest release deb

Additional context

No response

lovasoa avatar Sep 29 '23 21:09 lovasoa

Looks like its an electron issue https://github.com/electron/electron/issues/32760

imolorhe avatar Sep 30 '23 18:09 imolorhe

Maybe you can get some help there. There's nothing I can do from my end.

imolorhe avatar Sep 30 '23 18:09 imolorhe

For anyone else having this problem, I progressively downgraded until I tried version 4.6.4 and problem went away. Maybe a workaround until the electron / chromium issue is resolved.

proehlen avatar Nov 16 '23 02:11 proehlen

What news for this issue ? I also got this problem on ubuntu 22.04

davmik2601 avatar Feb 05 '24 05:02 davmik2601

Having the same issue. any update?

shirankalir avatar Feb 06 '24 12:02 shirankalir

@shirankalir if it's the same issue, it's pending on electron fixing it. I can add a setting to disable gpu acceleration as suggested here, but I believe that would make the application performance terrible. Let me know if that's still a reasonable compromise.

imolorhe avatar Feb 11 '24 06:02 imolorhe