Error: Unable to resolve nonexistent file

Hi, thanks for reporting an issue with Cursor.

Before you report this, we’d appreciate if you can search this forum to see if this issue has already been reported.

If you have done so, please check this box.
on

Describe the Bug

workbench.desktop.main.js:3019 Error: Unable to read file ‘/Users/Library/Application Support/Cursor/User/workspaceStorage/images/0.801809138756501-image.png’ (Error: Unable to resolve nonexistent file ‘/Users/Library/Application Support/Cursor/User/workspaceStorage/images/0.801809138756501-image.png’)

Steps to Reproduce

the cursor can’t work, any update effect it?

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.43.6
VSCode Version: 1.93.1
Commit: a846435528b4b760494a836f96f0739889253530
Date: 2024-12-06T05:11:55.168Z (4 days ago)
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 22.3.0

Additional Information

no

This might be because Cursor is trying to access a file that doesn’t exist at the specified path. Check if the file exists at the following location: /Users/Library/Application Support/Cursor/User/workspaceStorage/images/ and if it contains the file 0.801809138756501-image.png. If the file is not there, try clearing the cache to resolve the issue.

I have clear the composer session, it can work now. thanks