Title: Antigravity 2.0 Installer Fails to Launch on Windows (Silent Crash on Electron GPU Canvas)
Description:
When executing the clean Antigravity 2.0 installer on Windows 11, the installer completes setup and creates a desktop shortcut. However, attempting to open the shortcut results in a brief spinning cursor, after which the process silently terminates in the background before drawing the UI window. No error log or message dialog is presented.
Steps to Reproduce:
- Complete a clean installation of the Antigravity 2.0 Manager on a Windows laptop.
- Double-click the generated desktop shortcut.
- Observe the spinning cursor followed by a silent background crash.
Temporary Workaround Found:
The application successfully launches and functions only if the following flags are appended to the shortcut Target line:
–disable-gpu --disable-gpu-sandbox --no-sandbox
Suspected Cause:
An internal Electron framework rendering conflict with the device’s local graphics driver/hardware acceleration pipeline.