Recently got updated to 46.9, and then when I tried again got 46.8. Both don’t run with the same error:
The setuid sandbox is not running as root. Common causes:
* An unprivileged process using ptrace on it, like a debugger.
* A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...)
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
[3632280:0307/150949.859626:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)
Trace/breakpoint trap (core dumped)
The appimage is: Cursor-0.46.8-be4f0962469499f009005e66867c8402202ff0b7.deb.glibc2.25-x86_64.AppImage
The previous one 46.9 I deleted, but had the same issue.
My working app image is cursor-0.45.14x86_64.AppImage which Cursor pulled in by itself on a restart. (I was unable to use that method to update to 46.8, and had to go to the changelog page.)
I’ve never had this issue with Cursor before, so not sure what the problem is.