Hello,
I am experiencing a persistent server crash issue in Antigravity IDE immediately after upgrading my account plan. I need assistance in resolving this.
[Issue Description]
The Antigravity IDE was working perfectly fine while I was on the “Google AI Plus” plan. However, immediately after upgrading to the “Google AI Pro” plan, the IDE started displaying the error: “Antigravity server crashed unexpectedly. Please restart to fully restore AI features.”
The AI features are now completely unavailable, even though I am using the exact same Google account.
[Environment]
- Antigravity IDE Version: 2.0
- OS: Windows (Version 10.0.26200.8655)
[Error Log & Stack Trace]
The language server crashes immediately upon startup. The Output log shows the following:
Language server failed - listen tcp 127.0.0.1:0: listen: An attempt was made to access a socket in a way forbidden by its access permissions.
Here is the full log data:
2026-07-01 00:51:37.200 [info] F0701 00:51:37.200168 22012 main.go:2..] Language server failed - listen tcp 127.0.0.1:0: listen: An attempt was made to access a socket in a way forbidden by its access permissions.
2026-07-01 00:51:37.200 [info] (1) attached stack trace
2026-07-01 00:51:37.207 [info] – stack trace:
2026-07-01 00:51:37.207 [info] | google3/third_party/jetski/language_server/language_server.setUpServerPortListeners
2026-07-01 00:51:37.207 [info] | third_party/jetski/language_server/server.go:491
2026-07-01 00:51:37.207 [info] | google3/third_party/jetski/language_server/language_server.CreateLanguageServerAndServe
2026-07-01 00:51:37.207 [info] | third_party/jetski/language_server/server.go:1342
2026-07-01 00:51:37.207 [info] | main.main
2026-07-01 00:51:37.207 [info] | third_party/jetski/cmd/language_server/main.go:252
2026-07-01 00:51:37.207 [info] | runtime.main
2026-07-01 00:51:37.207 [info] | third_party/go/gc/src/runtime/proc.go:294
2026-07-01 00:51:37.207 [info] | runtime.goexit
2026-07-01 00:51:37.207 [info] | third_party/go/gc/src/runtime/asm_amd64.s:1736
2026-07-01 00:51:37.207 [info] Wraps: (2) listen tcp 127.0.0.1:0
2026-07-01 00:51:37.207 [info] Wraps: (3) listen
2026-07-01 00:51:37.207 [info] Wraps: (4) An attempt was made to access a socket in a way forbidden by its access permissions.
2026-07-01 00:51:37.207 [info] Error types: (1) *withstack.withStack (2) *net.OpError (3) *os.SyscallError (4) syscall.Errno
[Troubleshooting Steps Already Taken]
To isolate the issue, I have tried the following steps, but the error persists:
- Clean Installation: Completely uninstalled Antigravity 2.0/IDE, deleted all hidden caches, and reinstalled.
- WinNAT Restart: Ran
net stop winnatandnet start winnatvia Command Prompt with Administrator privileges. - Run as Administrator: Launched the IDE as Admin.
Since the issue strictly correlates with the plan upgrade, could you please investigate if there are any specific port requirements or authentication conflicts introduced in the Pro plan?