Open hungpham2411 opened 1 month ago
Hit this also, cursor starts, but unable to complete the welcome tutorial:
./cursor-0.41.2x86_64.AppImage
[main 2024-09-25T17:12:52.275Z] update#setState disabled
[main 2024-09-25T17:12:52.288Z] update#ctor - updates are disabled as there is no update URL
[main 2024-09-25T17:12:52.347Z] [storage state.vscdb] error checking size of src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.workspaceUser: Error: Unexpected number of rows - 0
[main 2024-09-25T17:12:52.348Z] [storage state.vscdb] error checking size of workbench.panel.aichat.view.aichat.chatdata: Error: Unexpected number of rows - 0
[main 2024-09-25T17:12:52.351Z] [uncaught exception in main]: Error: SQLITE_CANTOPEN: unable to open database file
[main 2024-09-25T17:12:52.351Z] Error: SQLITE_CANTOPEN: unable to open database file
Getting this on Linux Mint 21.3 and Ubuntu 24.04
The SQLITE_CANTOPEN error pops up because it's trying to open VSCode's database - which doesn't exist if you haven't installed VSCode.
The SQLITE_CANTOPEN error pops up because it's trying to open VSCode's database - which doesn't exist if you haven't installed VSCode.
Can this just be ignored or is it relevant to anything else besides the tutorial?
Same
I will put the log here for I think it's best explanation:
System information:
I start Cursor in
--no-sandbox
mode.Step to reproduce: Not available. Cursor crashes randomly.