Repeated renderer crashes (code: 5) on macOS ARM64 v2.2.20

Hey, thanks for the details and logs. Based on the renderer code: 5 symptom and BrowserViewMainService warnings, this matches a known issue in 2.2.20. The quickest fix that helped others:

  1. Reset Cursor settings
    Example accepted solution: Cursor Crashing with error code 5 - Dec 14 and Error: The window terminated unexpectedly (reason: 'crashed', code: '5')

  2. If that doesn’t help:

  • Run without GPU: cursor --disable-gpu
  • Run without extensions: cursor --disable-extensions
  • For testing, don’t open the agent browser panel

Give an update on the steps above - we’ll check and move forward.

1 Like