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.