Error when running cursor

Anyone can help with these errors?

[main 2024-09-17T16:01:15.251Z] update#setState disabled
[main 2024-09-17T16:01:15.267Z] update#ctor - updates are disabled as there is no update URL
[main 2024-09-17T16:01:15.344Z] [storage state.vscdb] error checking size of src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.workspaceUser: Error: Unexpected number of rows - 0
[main 2024-09-17T16:01:15.345Z] [storage state.vscdb] error checking size of workbench.panel.aichat.view.aichat.chatdata: Error: Unexpected number of rows - 0
[main 2024-09-17T16:01:17.305Z] vscode-file: Refused to load resource /tmp/.mount_cursor4YDfnZ/resources/app/extensions/theme-seti/icons/seti.woff from vscode-file: protocol (original URL: vscode-file://vscode-app/tmp/.mount_cursor4YDfnZ/resources/app/extensions/theme-seti/icons/seti.woff)

I downloaded the appimage, run it and gives these errors. I also selected to import extensions from vscode.

Also when I try to set a prompt it always says its unavailable

I am using ubuntu 24.04

Thank you

1 Like

Hey @trustor

Maybe this video will help you: https://www.youtube.com/watch?v=EX-0ui_hQMo

I solved it with --no-sandbox

2 Likes

Hmm. That didn’t solve it for me.

$ cursor . --no-sandbox
[main 2024-12-05T14:05:08.359Z] update#setState disabled
[main 2024-12-05T14:05:08.383Z] update#ctor - updates are disabled as there is no update URL
[main 2024-12-05T14:05:08.520Z] [storage state.vscdb] error checking size of src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.workspaceUser: Error: Unexpected number of rows - 0
[main 2024-12-05T14:05:12.862Z] vscode-file: Refused to load resource /tmp/.mount_cursorZ1q0pj/resources/app/extensions/theme-seti/icons/seti.woff from vscode-file: protocol (original URL: vscode-file://vscode-app/tmp/.mount_cursorZ1q0pj/resources/app/extensions/theme-seti/icons/seti.woff)

Hi! I noticed you’re having issues installing Cursor AI on Linux. I suggest trying this automated installation script I developed: GitHub - evandrodevbr/cursorAI_install.sh: A powerful bash script for managing Cursor IDE on Linux with smart installation, updates, and maintenance features. Includes progress tracking, backup system, and user-friendly interface.

It resolves most common installation issues by providing:

  • Automatic dependency checking
  • Backup and recovery system
  • Permission fixes
  • Multiple installation management
  • User-friendly interface with progress bar
  • Detailed diagnostic logging

To use it, simply:

git clone https://github.com/evandrodevbr/cursorAI_install.sh
cd cursorAI_install.sh
chmod +x cursor-ai.sh
./cursor-ai.sh --install

If you find this solution helpful, please consider giving it a :star: on GitHub! And if you’re familiar with shell scripting, your contributions would be greatly appreciated - you can help make the script even better for the entire community.

If you encounter any specific issues during the process, the script provides detailed logs in ~/.cursor_log that can help us diagnose the problem.