Multi-Profiles bugging since today with all CLI commands failing due to permission error

I am running multiple profiles on windows using the workaround of

–user-data-dir=“%USERPROFILE%\.cursor-personal”

All used to work fine until today it suddenly keeps giving me permission errors as follows:

If I run normally

0 [main] bash (14984) C:\Program Files\Git\bin\..\usr\bin\bash.exe: *** fatal error - couldn't create signal pipe, Win32 error 5

with stack error of

Request ID: bb0a3126-5bbf-4381-9f87-37b55481df51[internal] serialize binary: invalid int 32: 3221225794
LTe: [internal] serialize binary: invalid int 32: 3221225794
    at kmf (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:38337)
    at Cmf (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:37240)
    at $mf (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:4395)
    at ova.run (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9096:8170)
    at async qyt.runAgentLoop (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34190:57047)
    at async Wpc.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34239:7695)
    at async Wpc.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34239:8436)
    at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)
    at async Object.Oi [as onSubmit] (vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32991:3808)
    at async vscode-file://vscode-app/c:/Users/[REDACTED]/AppData/Local/Programs/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32965:59943

meanwhile if I run with administrator I get

Error: Failed to apply sandbox: Sandbox cannot run from an elevated administrator process. Please run Cursor without administrator privileges.

I already raised by email, but in case someone faced it and got a solution.

On the “main” cursor that isn’t profiled using the workaround, all is working fine, profiles are the ones broken.


I followed this fix here for my deleted cursor setup that happened today too Cursor - Community Forum - The official forum to discuss Cursor., and I noticed the Chat aren’t loading or working at all, but noticed it is always due to bash.exe being fully utilized but seems hanging, so it seems connected.


Now I terminated the bash.exe and suddenly all working again.

1 Like

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Cursor IDE
  • Cursor CLI
  • Background Agent (GitHub, Slack, Web, Linear)
  • BugBot
  • Somewhere else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

Hey, thanks for the report. This is a known issue. Sandbox isn’t fully compatible with Git Bash on Windows yet. The Win32 error 5 and the sandbox error when running as admin are both related to this.

Workaround: Cursor Settings > Agents > Terminal > turn off “Auto-run in Sandbox”. Commands will run normally with a confirmation prompt.

Good catch that killing a stuck bash.exe helps. That’s also a useful workaround when the terminal gets stuck.

The team is aware of the Sandbox + Git Bash issue. I added your report, it helps with prioritization.