Thanks for the logs. I see two separate issues:
- Git errors
The “Failed to execute git” error means Cursor can’t findgit.exe. Please check:
- Is Git installed on Windows
- Is the path to
git.exeadded to the systemPATHenvironment variable - Restart Cursor after installing Git
-
Composer data handle errors
These are warnings and don’t mean data loss (unlike the[data_loss]tag). Important: your logs do NOT show checkpoint corruption like in Some chats fail to load or open -
Frequent crashes
Please try:
- Run
cursor --disable-extensionsfrom the command line to see if it’s related to extensions - Press
CTRL+Shift+P> Developer: Open Process Explorer to check which process is using resources
Let me know what you find after checking Git and testing crashes with extensions disabled.