altair
altair copied to clipboard
[BUG] Completely blank window after first click
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Starting altair results in a blank screen.
❯ 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
Looks like its an electron issue https://github.com/electron/electron/issues/32760
Maybe you can get some help there. There's nothing I can do from my end.
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.
What news for this issue ? I also got this problem on ubuntu 22.04
Having the same issue. any update?