Hi, the chat stopped working yesterday. I dont know why, I tried to log out and in again. Restarting the computer, turning off my VPN (Have had cursor + vpn running for about a year with no problems). I even unistalled cursor and reinstalled it. But nothing of the “easy fixes” solves this issue.
When i submit a question to the chat this is what happens in the Developer Tools → Console:
My system information from Cursor-> Help → About:
Version: 0.41.3
VSCode Version: 1.91.1
Commit: 51c8aff7cb5a89f4a0e462fbacab938bdbfaf140
Date: 2024-09-25T17:13:50.377Z
Electron: 29.4.0
ElectronBuildId: undefined
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22631
I checked my logfiles in C:\Users[YourUsername]\AppData\Roaming\Cursor\logs, most of them were empty, sharedprocess.log complained about c#:
2024-10-04 23:05:49.255 [warning] [csharp]: Couldn’t find message for key configuration.dotnet.unitTests.runSettingsPath.markdownDescription.
remoteTunnelService.log said that remotetunneling is not avaliable:
2024-10-04 22:45:47.665 [error] Missing ‘tunnelApplicationConfig’ or ‘tunnelApplicationName’ in product.json. Remote tunneling is not available.
And in main.log there is multiple crashes with code 134:
2024-10-04 22:45:45.029 [info] update#setState disabled
2024-10-04 22:45:45.032 [info] update#ctor - updates are disabled as there is no update URL
2024-10-04 22:45:45.090 [error] [storage state.vscdb] error checking size of src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.workspaceUser: Error: Unexpected number of rows - 0
2024-10-04 22:45:45.118 [error] [uncaught exception in main]: Error: SQLITE_CANTOPEN: unable to open database file
2024-10-04 22:45:45.119 [error] Error: SQLITE_CANTOPEN: unable to open database file
2024-10-04 22:49:47.515 [info] Extension host with pid 36828 exited with code: 0, signal: unknown.
2024-10-04 22:49:47.515 [error] [UtilityProcess id: 1, type: extensionHost, pid: 36828]: crashed with code 134 and reason ‘crashed’
2024-10-04 22:53:20.382 [info] Extension host with pid 38224 exited with code: 0, signal: unknown.
2024-10-04 22:53:20.383 [error] [UtilityProcess id: 2, type: extensionHost, pid: 38224]: crashed with code 134 and reason ‘crashed’
2024-10-04 22:56:43.860 [info] Extension host with pid 30552 exited with code: 134, signal: unknown.
2024-10-04 22:56:43.860 [error] [UtilityProcess id: 3, type: extensionHost, pid: 30552]: crashed with code 134 and reason ‘crashed’
2024-10-04 23:00:14.971 [info] Extension host with pid 37828 exited with code: 0, signal: unknown.
2024-10-04 23:00:14.971 [error] [UtilityProcess id: 4, type: extensionHost, pid: 37828]: crashed with code 134 and reason ‘crashed’
2024-10-04 23:03:39.851 [info] Extension host with pid 25220 exited with code: 0, signal: unknown.
2024-10-04 23:03:39.851 [error] [UtilityProcess id: 5, type: extensionHost, pid: 25220]: crashed with code 134 and reason ‘crashed’
2024-10-04 23:07:16.497 [info] Extension host with pid 41676 exited with code: 0, signal: unknown.
2024-10-04 23:07:16.498 [error] [UtilityProcess id: 6, type: extensionHost, pid: 41676]: crashed with code 134 and reason ‘crashed’
2024-10-04 23:10:29.816 [info] Extension host with pid 42236 exited with code: 0, signal: unknown.
2024-10-04 23:10:29.817 [error] [UtilityProcess id: 7, type: extensionHost, pid: 42236]: crashed with code 134 and reason ‘crashed’
2024-10-04 23:13:42.209 [info] Extension host with pid 26596 exited with code: 134, signal: unknown.
2024-10-04 23:13:42.209 [error] [UtilityProcess id: 8, type: extensionHost, pid: 26596]: crashed with code 134 and reason ‘crashed’
Does anyone know what causes this and how i may fix it?