Severe Issues After Latest Update: Agents Not Loading, Frequent Crashes

Thanks for the logs. I see two separate issues:

  1. Git errors
    The “Failed to execute git” error means Cursor can’t find git.exe. Please check:
  • Is Git installed on Windows
  • Is the path to git.exe added to the system PATH environment variable
  • Restart Cursor after installing Git
  1. 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

  2. Frequent crashes
    Please try:

  • Run cursor --disable-extensions from 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.