-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault while installing Cursor #491
Comments
is AM updated to the last version? |
Yeah (its on v6.6.2-2) I installed it just today |
is the app in place? |
App in the sense cursor or AM? AM is in place but cursor is not
Yeah all files are in place iirc and that's why Here's the tree of /opt/am
├── APP-MANAGER
├── appman
├── libs-list
├── list
├── modules
│ ├── clean.am
│ ├── database.am
│ ├── devtools.am
│ ├── download.am
│ ├── files.am
│ ├── help.am
│ ├── install.am
│ ├── launcher.am
│ ├── no-updates.am
│ ├── nolibfuse.am
│ ├── remove.am
│ ├── rollback.am
│ ├── sandboxes.am
│ ├── sync.am
│ ├── template.am
│ └── update.am
├── options
├── remove
└── x86_64-apps
2 directories, 23 files
Yeah I'm the only user on the system |
try to re-install it directly instead of downloading the scripts, let we see if something changes. On my side it has been installed without problems. |
I reinstalled AM as well and tried to install cursor directly with now I get this
I also did change the ownership of |
permissions are related to the file /opt/am/.cache/install-args in the directory /opt/am/.cache, you can't change the permissions also in the other subdirectories like this |
I have also did chmod to all the files now I get the same segfault |
Be sure that you have not the INSTALL script in your $HOME and then remove/reinstall AM
it should not act like this |
How exactly should I fix this? Isn't |
yes, AM have a check like this to find the name of the owner of /opt/am (that is set up at first installation)
if the name is not the yours, you can't use AM. This is something we are working right now on another branch #489 The best way is to install AM for the first time, but if you can't remove it, run the command
and then reinstall. |
I'm not sure why but it always gets installed as root as the owner |
Alright I'm closing the issue then |
Nevermind the actual issue is there was an existing Cursor config when am tries to create a new one, it segfaults |
@thequantumquirk I've not understand |
There were some left over configs of my previous cursor install (which I downloaded from cursor.sh manually) in ~/.config directory. I removed it now cursor got installed properly. |
Thank you |
I'm trying to install Cursor AppImage but I'm getting
However I tried installing some other app (
duf
) and it worked fineOS: Arch
Kernel: Linux 6.8.7-zen1-1-zen
Methods followed to Install:
The text was updated successfully, but these errors were encountered: