Skip to content

[Bug]: ❌ Reset Process Error: File Not Found: /opt/Cursor/resources/app/out/vs/workbench/workbench.desktop.main.js #596

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

Open
3 tasks done
Karinkuto opened this issue Apr 13, 2025 · 13 comments
Labels
bug Something isn't working

Comments

@Karinkuto
Copy link

Karinkuto commented Apr 13, 2025

Commit before submitting

  • I understand that Issues are used to provide feedback and solve problems, not to complain in the comments section, and will provide more information to help solve the problem.
  • I have checked the top Issue and searched for existing open issues and closed issues, and found no similar issues.
  • I have filled out a short and clear title, so that developers can quickly determine the general problem when browsing the Issue list. Not "a suggestion", "stuck", etc.

Platform

Linux

Version

v1.9.02

Description

This is on a Linux Mint and i have checked the opt directory, cursor does not store anything in there or at least none by its name.

cursor_path = /opt/Cursor/resources/app : This path does not exist.

Image

Related log output

This is currently my configuration:
ℹ️ Configuration:

──────────────────────────────────────────────────────────────────────
[Chrome]
  chromepath = /usr/bin/google-chrome
[Turnstile]
  handle_turnstile_time = 2
  handle_turnstile_random_time = 1-3
[Timing]
  min_random_time = 0.1
  max_random_time = 0.8
  page_load_wait = 0.1-0.8
  input_wait = 0.3-0.8
  submit_wait = 0.5-1.5
  verification_code_input = 0.1-0.3
  verification_success_wait = 2-3
  verification_retry_wait = 2-3
  email_check_initial_wait = 4-6
  email_refresh_wait = 2-4
  settings_page_load_wait = 1-2
  failed_retry_time = 0.5-1
  retry_interval = 8-12
  max_timeout = 160
[Utils]
  enabled_update_check = Enabled
  enabled_account_info = Enabled
  enabled_force_update = Disabled
[LinuxPaths]
  storage_path = /home/amen/.config/Cursor/User/globalStorage/storage.json
  sqlite_path = /home/amen/.config/Cursor/User/globalStorage/state.vscdb
  machine_id_path = /home/amen/.config/Cursor/machineid
  cursor_path = /opt/Cursor/resources/app
  updater_path = /home/amen/.config/cursor-updater
  update_yml_path = /home/amen/.config/Cursor/resources/app-update.yml
  product_json_path = /home/amen/.config/Cursor/resources/app/product.json
[Browser]
  default_browser = chrome
  chrome_path = /usr/bin/google-chrome
  edge_path = /usr/bin/microsoft-edge
  firefox_path = /usr/bin/firefox
  brave_path = /usr/bin/brave-browser
  chrome_driver_path = /usr/local/bin/chromedriver
  edge_driver_path = /usr/local/bin/msedgedriver
  firefox_driver_path = /usr/local/bin/geckodriver
  brave_driver_path = /usr/local/bin/chromedriver
  opera_path = /usr/bin/opera
  opera_driver_path = /usr/local/bin/chromedriver
[OAuth]
  show_selection_alert = Disabled
  timeout = 120
  max_attempts = 3
[Token]
  refresh_server = https://token.cursorpro.com.cn
  enable_refresh = Enabled

Additional information

No response

@Karinkuto Karinkuto added the bug Something isn't working label Apr 13, 2025
@faahiero
Copy link

Here almost the same. Archlinux(EndeavourOS).
I installed yay -S cursor-bin-patched and it created folder structure /opt/cursor-bin/usr/share/cursor/resources/app/out/vs/workbench.

Even if I set cursor_path = /opt/cursor-bin/usr/share/cursor/resources/app, when run Reset, it shows Not Found message, and the default path, not reflecting my manual change in config.ini

Image

Image

@kcupqueen
Copy link

the same as me, I am using cursor appimage on ubuntu 22.04 LTS

@free225888031
Copy link

I haven't received any file missing prompts since the default installation

@faahiero
Copy link

Which distro?

@IneffableBunch
Copy link

Same here, Linux Ubuntu 22.04 LTS

1 similar comment
@SajjadRezaei
Copy link

Same here, Linux Ubuntu 22.04 LTS

@WisperGatis
Copy link

Same here, Arch Linux

@faahiero
Copy link

Image

The curious thing is that when showing the settings within the application (option 7) it shows the value I entered, but when I execute the command to reset it uses another value

@YoavNahumus
Copy link

I had that problem too, what fixed it for me was extracting the appimage
I used

./Cursor-0.48.9-x86_64.AppImage --appimage-extract
sudo rsync -a squashfs-root/usr/ /usr/

and then everything worked

@faahiero
Copy link

faahiero commented Apr 16, 2025

I'll try this! Thanks

Edit: It doesn't work. No cursor command found.

@vthnhtng
Copy link

I had that problem too, what fixed it for me was extracting the appimage I used

./Cursor-0.48.9-x86_64.AppImage --appimage-extract
sudo rsync -a squashfs-root/usr/ /usr/

and then everything worked

This worked for me in Ubuntu 22.04 LTS. many thanks

@faahiero
Copy link

faahiero commented Apr 17, 2025

I had that problem too, what fixed it for me was extracting the appimage I used

./Cursor-0.48.9-x86_64.AppImage --appimage-extract
sudo rsync -a squashfs-root/usr/ /usr/

and then everything worked

Ok, my bad it work! many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants