[Troubleshooting Log] PVE VM Remote Antigravity Connection Error: "Antigravity server crashed unexpectedly"

問題解法紀錄 · 11 天前 · 115 人瀏覽過

The Issue

After logging into the remote host using Google Antigravity, the editor threw an error: Snipaste_2025-12-11_23-23-12.png

I was totally baffled—it worked fine on other machines, so why was it failing on mine?

Debugging

A quick Google search led me straight to this post: Hey Google: Does antigravity just not work with Ubuntu 24.04?

I started debugging by following the discussion in the thread.

First, I checked the memory specs and system versions (Ubuntu 24/22)... After trying a few different VMs and getting the same result, I started suspecting the host machine itself.

The thread mentioned that a missing AVX instruction set on the CPU could be the culprit. Snipaste_2025-12-11_23-28-27.png

But here's the kicker: even though this server runs on an older E5-2667 CPU, it does support that instruction set.

So, I shifted my focus to the VM's CPU configuration, which was set to x86-64-v2-AES...

The Solution

Okay, I found the problem. For compatibility reasons, PVE (Proxmox VE) defaults VMs to a CPU type with a limited instruction set. To use the required AVX instructions, you need to change the VM's CPU type to "host".

Snipaste_2025-12-11_23-39-19.png Snipaste_2025-12-11_23-39-19.png

I switched the VM's CPU from the default x86-64-v2-AES to host.

Hehe, and just like that, it’s fixed! :D

this pages was translate by AI

Chinese version: click me

Troubleshooting Log
Theme Jasmine by Kent Liao