Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I am completely locked out of using or authenticating Cursor due to a catastrophic failure loop occurring immediately upon application startup. Running --trace-deprecation and capturing terminal outputs shows two deep, concurrent issues within the application’s core infrastructure:
- Internal Engine Death (IPC & Pseudoterminal Timeout)
On boot, the application consistently logs a 10-second failure to initialize the local loopback channel, followed immediately by a terminal subsystem flatline:
[McpProcess] timed out waiting for ipcReady after 10000ms
No ptyHost heartbeat after 6 seconds
This is completely isolating the UI layer, preventing it from processing deep-link callbacks (cursor://authenticator/callback) or reading manual tokens injected into globalStorage/storage.json.
- Hardware & Network Isolation (kFatalFailure)
Simultaneously, the Chromium engine logs major rendering context issues when executing on machines with local hypervisor layers active (Core Isolation / Windows Sandbox environment):
ERROR:gpu\ipc\service\gpu_channel_manager.cc] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
error undefined net::ERR_TIMED_OUT
Even when local firewalls are completely lowered and standard OS-level DNS resolution (nslookup api2.cursor.sh) works perfectly, the internal SimpleURLLoaderWrapper within Cursor is uniquely blinded, dropping all outbound connections and failing update checks.
Steps to Reproduce
Steps Taken That Failed:
Full directory cleanup (AppData\Local / AppData\Roaming).
Transitioning from User Installer to full administrative System Installer (C:\Program Files).
Disabling hardware sandboxing (–no-sandbox --disable-gpu).
Overriding local network adapter DNS routing.
Manually injecting storage.json tokens (the app still freezes up on the ptyHost 6-second heartbeat checkpoint before parsing the file).
Expected Behavior
Please look into how the modern 3.5.x Electron/Chromium pipeline initializes its internal shared virtualization context and handles IPC loopbacks on Windows machines running active low-level security mitigations.
Operating System
Windows 10/11
Version Information
Cursor Version: 3.5.38 (System Installer)
Does this stop you from using Cursor
Yes - Cursor is unusable