Describe the bug
When launching Antigravity 2.0 via the Linux .tar.gz binary, the application gets stuck on the "Awaiting authentication" screen. Clicking the "Continue with Google" button results in a dead click, and the system's default web browser is never called.
Error Logs
From the Developer Tools (Console):
Uncaught (in promise) Error: No native storage bridge found during initialization
From the terminal (Electron logs):
vaInitialize failed: unknown libva error
Environment
- OS: AlmaLinux 9.8 (Olive Jaguar)
- Kernel: 5.14.0-687.5.4.el9_8.x86_64
- Desktop Environment: GNOME-Classic:GNOME
- Session Type: X11
- App Version: Antigravity 2.0 (v2.2.1)
- Install Method: Linux
.tar.gz binary bundle
What I've tried (Workarounds that failed)
- Extracting the login URL using
xdg-open interception (No URL was generated, confirming a complete dead click).
- Running with
--no-sandbox.
- Complete clean start by removing the
~/.config/Antigravity directory.
Describe the bug
When launching Antigravity 2.0 via the Linux
.tar.gzbinary, the application gets stuck on the "Awaiting authentication" screen. Clicking the "Continue with Google" button results in a dead click, and the system's default web browser is never called.Error Logs
From the Developer Tools (Console):
Uncaught (in promise) Error: No native storage bridge found during initializationFrom the terminal (Electron logs):
vaInitialize failed: unknown libva errorEnvironment
.tar.gzbinary bundleWhat I've tried (Workarounds that failed)
xdg-openinterception (No URL was generated, confirming a complete dead click).--no-sandbox.~/.config/Antigravitydirectory.